@@ -113,17 +113,19 @@ 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_create
121+ Issued when a pool is created.
122+ .It Sy pool_destroy
121123Issued when a pool is destroyed.
122- .It Sy zpool.export
124+ .It Sy pool_export
123125Issued when a pool is exported.
124- .It Sy zpool.import
126+ .It Sy pool_import
125127Issued when a pool is imported.
126- .It Sy zpool.reguid
128+ .It Sy pool_reguid
127129Issued when a REGUID (new unique identifier for the pool have been regenerated)
128130have been detected.
129131.It Sy vdev.unknown
@@ -150,21 +152,31 @@ event.
150152Issued when the label is OK but invalid.
151153.It Sy vdev.bad_ashift
152154Issued when the ashift alignment requirement has increased.
153- .It Sy vdev.remove
155+ .It Sy vdev_remove
154156Issued when a vdev is detached from a mirror (or a spare detached from a
155157vdev where it have been used to replace a failed drive - only works if
156158the original drive have been re-added).
157- .It Sy vdev.clear
159+ .It Sy vdev_remove_aux
160+ Issued when an auxiliary vdev is removed.
161+ .It Sy vdev_remove_dev
162+ Issued when a specific device is removed from a vdev.
163+ .It Sy vdev_clear
158164Issued when clearing device errors in a pool.
159165Such as running
160166.Nm zpool Cm clear
161167on a device in the pool.
162- .It Sy vdev.check
168+ .It Sy vdev_check
163169Issued when a check to see if a given vdev could be opened is started.
164- .It Sy vdev.spare
170+ .It Sy vdev_spare
165171Issued when a spare have kicked in to replace a failed device.
166- .It Sy vdev.autoexpand
172+ .It Sy vdev_autoexpand
167173Issued when a vdev can be automatically expanded.
174+ .It vdev_add
175+ Issued when a vdev is added to a pool.
176+ .It vdev_attach
177+ Issued when a vdev is attached to a mirror or raidz vdev type.
178+ .It vdev_online
179+ Issued when an offline vdev is brought online
168180.It Sy io_failure
169181Issued when there is an I/O failure in a vdev in the pool.
170182.It Sy probe_failure
@@ -175,21 +187,46 @@ have removed the device).
175187.It Sy log_replay
176188Issued when the intent log cannot be replayed.
177189The can occur in the case of a missing or damaged log device.
178- .It Sy resilver.start
190+ .It Sy resilver_start
179191Issued when a resilver is started.
180- .It Sy resilver.finish
192+ .It Sy resilver_finish
181193Issued when the running resilver have finished.
182- .It Sy scrub.start
194+ .It Sy scrub_start
183195Issued when a scrub is started on a pool.
184- .It Sy scrub.finish
196+ .It Sy scrub_finish
185197Issued when a pool has finished scrubbing.
186- .It Sy scrub.abort
198+ .It Sy scrub_abort
187199Issued when a scrub is aborted on a pool.
188- .It Sy scrub.resume
200+ .It Sy scrub_resume
189201Issued when a scrub is resumed on a pool.
190- .It Sy scrub.paused
202+ .It Sy scrub_paused
191203Issued when a scrub is paused on a pool.
192- .It Sy bootfs.vdev.attach
204+ .It Sy errorscrub_start
205+ Issued when a errorscrub is started on a pool.
206+ .It Sy errorscrub_finish
207+ Issued when a pool has finished errorscrubbing.
208+ .It Sy errorscrub_abort
209+ Issued when a errorscrub is aborted on a pool.
210+ .It Sy errorscrub_resume
211+ Issued when a errorscrub is resumed on a pool.
212+ .It Sy errorscrub_paused
213+ Issued when a errorscrub is paused on a pool.
214+ .It Sy trim_start
215+ Issued when a trim is started on a pool.
216+ .It Sy trim_finish
217+ Issued when a pool has finished trimbing.
218+ .It Sy trim_cancel
219+ Issued when a trim is canceled on a pool.
220+ .It Sy trim_resume
221+ Issued when a trim is resumed on a pool.
222+ .It Sy trim_suspend
223+ Issued when a trim is suspend on a pool.
224+ .It authentication
225+ Issued when there is a decryption / authentication error.
226+ .It config_cache_write
227+ Issued when the config cache file cannot be written.
228+ .It Sy bootfs_vdev_attach
229+ Issued when a vdev is attached to a root pool with the bootfs property set.
193230.It Sy sitout
194231Issued when a
195232.Sy RAIDZ
0 commit comments