Skip to content

Commit 6d8d840

Browse files
committed
man: Update zpool-event subclass names and document new types
Signed-off-by: Quartz <[email protected]>
1 parent fc519b2 commit 6d8d840

File tree

1 file changed

+55
-18
lines changed

1 file changed

+55
-18
lines changed

man/man8/zpool-events.8

Lines changed: 55 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -113,17 +113,19 @@ 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_create
121+
Issued when a pool is created.
122+
.It Sy pool_destroy
121123
Issued when a pool is destroyed.
122-
.It Sy zpool.export
124+
.It Sy pool_export
123125
Issued when a pool is exported.
124-
.It Sy zpool.import
126+
.It Sy pool_import
125127
Issued when a pool is imported.
126-
.It Sy zpool.reguid
128+
.It Sy pool_reguid
127129
Issued when a REGUID (new unique identifier for the pool have been regenerated)
128130
have been detected.
129131
.It Sy vdev.unknown
@@ -150,21 +152,31 @@ event.
150152
Issued when the label is OK but invalid.
151153
.It Sy vdev.bad_ashift
152154
Issued when the ashift alignment requirement has increased.
153-
.It Sy vdev.remove
155+
.It Sy vdev_remove
154156
Issued when a vdev is detached from a mirror (or a spare detached from a
155157
vdev where it have been used to replace a failed drive - only works if
156158
the 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
158164
Issued when clearing device errors in a pool.
159165
Such as running
160166
.Nm zpool Cm clear
161167
on a device in the pool.
162-
.It Sy vdev.check
168+
.It Sy vdev_check
163169
Issued when a check to see if a given vdev could be opened is started.
164-
.It Sy vdev.spare
170+
.It Sy vdev_spare
165171
Issued when a spare have kicked in to replace a failed device.
166-
.It Sy vdev.autoexpand
172+
.It Sy vdev_autoexpand
167173
Issued when a vdev can be automatically expanded.
174+
.It Sy vdev_add
175+
Issued when a vdev is added to a pool.
176+
.It Sy vdev_attach
177+
Issued when a vdev is attached to a mirror or raidz vdev type.
178+
.It Sy vdev_online
179+
Issued when an offline vdev is brought online
168180
.It Sy io_failure
169181
Issued 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
176188
Issued when the intent log cannot be replayed.
177189
The can occur in the case of a missing or damaged log device.
178-
.It Sy resilver.start
190+
.It Sy resilver_start
179191
Issued when a resilver is started.
180-
.It Sy resilver.finish
192+
.It Sy resilver_finish
181193
Issued when the running resilver have finished.
182-
.It Sy scrub.start
194+
.It Sy scrub_start
183195
Issued when a scrub is started on a pool.
184-
.It Sy scrub.finish
196+
.It Sy scrub_finish
185197
Issued when a pool has finished scrubbing.
186-
.It Sy scrub.abort
198+
.It Sy scrub_abort
187199
Issued when a scrub is aborted on a pool.
188-
.It Sy scrub.resume
200+
.It Sy scrub_resume
189201
Issued when a scrub is resumed on a pool.
190-
.It Sy scrub.paused
202+
.It Sy scrub_paused
191203
Issued 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 Sy authentication
225+
Issued when there is a decryption / authentication error.
226+
.It Sy 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
194231
Issued when a
195232
.Sy RAIDZ

0 commit comments

Comments
 (0)