Skip to content

Commit ea972c5

Browse files
committed
man: zpool-events.8: Standardize event subclass names and document new types
Signed-off-by: Quartz <[email protected]>
1 parent fc519b2 commit ea972c5

File tree

1 file changed

+42
-18
lines changed

1 file changed

+42
-18
lines changed

man/man8/zpool-events.8

Lines changed: 42 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,17 @@ See
113113
for more details on the
114114
.Sy zfs_vdev_direct_write_verify
115115
module parameter.
116-
.It Sy config
116+
.It Sy config_sync
117117
Issued every time a vdev change have been done to the pool.
118118
.It Sy zpool
119119
Issued when a pool cannot be imported.
120-
.It Sy zpool.destroy
120+
.It Sy pool_destroy
121121
Issued when a pool is destroyed.
122-
.It Sy zpool.export
122+
.It Sy pool_export
123123
Issued when a pool is exported.
124-
.It Sy zpool.import
124+
.It Sy pool_import
125125
Issued when a pool is imported.
126-
.It Sy zpool.reguid
126+
.It Sy pool_reguid
127127
Issued when a REGUID (new unique identifier for the pool have been regenerated)
128128
have been detected.
129129
.It Sy vdev.unknown
@@ -150,20 +150,24 @@ event.
150150
Issued when the label is OK but invalid.
151151
.It Sy vdev.bad_ashift
152152
Issued when the ashift alignment requirement has increased.
153-
.It Sy vdev.remove
153+
.It Sy vdev_remove
154154
Issued when a vdev is detached from a mirror (or a spare detached from a
155155
vdev where it have been used to replace a failed drive - only works if
156156
the 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
158162
Issued when clearing device errors in a pool.
159163
Such as running
160164
.Nm zpool Cm clear
161165
on a device in the pool.
162-
.It Sy vdev.check
166+
.It Sy vdev_check
163167
Issued when a check to see if a given vdev could be opened is started.
164-
.It Sy vdev.spare
168+
.It Sy vdev_spare
165169
Issued when a spare have kicked in to replace a failed device.
166-
.It Sy vdev.autoexpand
170+
.It Sy vdev_autoexpand
167171
Issued when a vdev can be automatically expanded.
168172
.It Sy io_failure
169173
Issued 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
176180
Issued when the intent log cannot be replayed.
177181
The can occur in the case of a missing or damaged log device.
178-
.It Sy resilver.start
182+
.It Sy resilver_start
179183
Issued when a resilver is started.
180-
.It Sy resilver.finish
184+
.It Sy resilver_finish
181185
Issued when the running resilver have finished.
182-
.It Sy scrub.start
186+
.It Sy scrub_start
183187
Issued when a scrub is started on a pool.
184-
.It Sy scrub.finish
188+
.It Sy scrub_finish
185189
Issued when a pool has finished scrubbing.
186-
.It Sy scrub.abort
190+
.It Sy scrub_abort
187191
Issued when a scrub is aborted on a pool.
188-
.It Sy scrub.resume
192+
.It Sy scrub_resume
189193
Issued when a scrub is resumed on a pool.
190-
.It Sy scrub.paused
194+
.It Sy scrub_paused
191195
Issued 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
194218
Issued when a
195219
.Sy RAIDZ

0 commit comments

Comments
 (0)