@@ -113,17 +113,17 @@ See
113113for more details on the
114114.Sy zfs_vdev_direct_write_verify
115115module parameter.
116- .It Sy config
116+ .It Sy config_sync
117117Issued every time a vdev change have been done to the pool.
118118.It Sy zpool
119119Issued when a pool cannot be imported.
120- .It Sy zpool.destroy
120+ .It Sy pool_destroy
121121Issued when a pool is destroyed.
122- .It Sy zpool.export
122+ .It Sy pool_export
123123Issued when a pool is exported.
124- .It Sy zpool.import
124+ .It Sy pool_import
125125Issued when a pool is imported.
126- .It Sy zpool.reguid
126+ .It Sy pool_reguid
127127Issued when a REGUID (new unique identifier for the pool have been regenerated)
128128have been detected.
129129.It Sy vdev.unknown
@@ -150,20 +150,24 @@ event.
150150Issued when the label is OK but invalid.
151151.It Sy vdev.bad_ashift
152152Issued when the ashift alignment requirement has increased.
153- .It Sy vdev.remove
153+ .It Sy vdev_remove
154154Issued when a vdev is detached from a mirror (or a spare detached from a
155155vdev where it have been used to replace a failed drive - only works if
156156the original drive have been re-added).
157- .It Sy vdev.clear
157+ .It Sy vdev_remove_aux
158+ Issued when an auxiliary vdev is removed.
159+ .It Sy vdev_remove_dev
160+ Issued when a specific device is removed from a vdev.
161+ .It Sy vdev_clear
158162Issued when clearing device errors in a pool.
159163Such as running
160164.Nm zpool Cm clear
161165on a device in the pool.
162- .It Sy vdev.check
166+ .It Sy vdev_check
163167Issued when a check to see if a given vdev could be opened is started.
164- .It Sy vdev.spare
168+ .It Sy vdev_spare
165169Issued when a spare have kicked in to replace a failed device.
166- .It Sy vdev.autoexpand
170+ .It Sy vdev_autoexpand
167171Issued when a vdev can be automatically expanded.
168172.It Sy io_failure
169173Issued when there is an I/O failure in a vdev in the pool.
@@ -175,21 +179,41 @@ have removed the device).
175179.It Sy log_replay
176180Issued when the intent log cannot be replayed.
177181The can occur in the case of a missing or damaged log device.
178- .It Sy resilver.start
182+ .It Sy resilver_start
179183Issued when a resilver is started.
180- .It Sy resilver.finish
184+ .It Sy resilver_finish
181185Issued when the running resilver have finished.
182- .It Sy scrub.start
186+ .It Sy scrub_start
183187Issued when a scrub is started on a pool.
184- .It Sy scrub.finish
188+ .It Sy scrub_finish
185189Issued when a pool has finished scrubbing.
186- .It Sy scrub.abort
190+ .It Sy scrub_abort
187191Issued when a scrub is aborted on a pool.
188- .It Sy scrub.resume
192+ .It Sy scrub_resume
189193Issued when a scrub is resumed on a pool.
190- .It Sy scrub.paused
194+ .It Sy scrub_paused
191195Issued when a scrub is paused on a pool.
192- .It Sy bootfs.vdev.attach
196+ .It Sy errorscrub_start
197+ Issued when a errorscrub is started on a pool.
198+ .It Sy errorscrub_finish
199+ Issued when a pool has finished errorscrubbing.
200+ .It Sy errorscrub_abort
201+ Issued when a errorscrub is aborted on a pool.
202+ .It Sy errorscrub_resume
203+ Issued when a errorscrub is resumed on a pool.
204+ .It Sy errorscrub_paused
205+ Issued when a errorscrub is paused on a pool.
206+ .It Sy trim_start
207+ Issued when a trim is started on a pool.
208+ .It Sy trim_finish
209+ Issued when a pool has finished trimbing.
210+ .It Sy trim_cancel
211+ Issued when a trim is canceled on a pool.
212+ .It Sy trim_resume
213+ Issued when a trim is resumed on a pool.
214+ .It Sy trim_paused
215+ Issued when a trim is paused on a pool.
216+ .It Sy bootfs_vdev_attach
193217.It Sy sitout
194218Issued when a
195219.Sy RAIDZ
0 commit comments