diff options
author | Turbo Fredriksson <[email protected]> | 2015-06-08 15:48:30 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-06-09 11:19:19 -0700 |
commit | d050c627b5fdfaf72eac90bc07e03fcb2d8a123f (patch) | |
tree | 220c43bba48006cc98af578c07421d9ef151658b /man/man8/zpool.8 | |
parent | 5f8e1e850522ee5cd37366427da4b4101a71c8a8 (diff) |
Improve on the ZFS events documentation
* Add information about the 'zpool events' command in zpool(8).
* More events and payloads defined in zfs-events(5).
* I/O Stages and I/O Flags sections added.
* Remove unused legacy "zio_deadline" payload define.
Signed-off-by: Turbo Fredriksson <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3467
Diffstat (limited to 'man/man8/zpool.8')
-rw-r--r-- | man/man8/zpool.8 | 63 |
1 files changed, 62 insertions, 1 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 74d7461ce..abd70c028 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -57,6 +57,11 @@ zpool \- configures ZFS storage pools .LP .nf +\fBzpool events\fR [\fB-vHfc\fR] [\fIpool\fR] ... +.fi + +.LP +.nf \fBzpool export\fR [\fB-a\fR] [\fB-f\fR] \fIpool\fR ... .fi @@ -1065,6 +1070,62 @@ Detaches \fIdevice\fR from a mirror. The operation is refused if there are no ot .ne 2 .mk .na +\fBzpool events\fR [\fB-vHfc\fR] [\fIpool\fR] ... +.ad +.sp .6 +.RS 4n +Description of the different events generated by the ZFS kernel modules. See \fBzfs-events\fR(5) for more information about the subclasses and event payloads that can be generated. + +.sp +.ne 2 +.mk +.na +\fB\fB-v\fR\fR +.ad +.RS 6n +.rt +Get a full detail of the events and what information is available about it. +.RE + +.sp +.ne 2 +.mk +.na +\fB\fB-H\fR\fR +.ad +.RS 6n +.rt +Scripted mode. Do not display headers, and separate fields by a single tab instead of arbitrary space. +.RE + +.sp +.ne 2 +.mk +.na +\fB\fB-f\fR\fR +.ad +.RS 6n +.rt +Follow mode. +.RE + +.sp +.ne 2 +.mk +.na +\fB\fB-c\fR\fR +.ad +.RS 6n +.rt +Clear all previous events. +.RE + +.RE + +.sp +.ne 2 +.mk +.na \fB\fBzpool export\fR [\fB-a\fR] [\fB-f\fR] \fIpool\fR ...\fR .ad .sp .6 @@ -2333,4 +2394,4 @@ Similar to the \fB-d\fR option in \fIzpool import\fR. .SH SEE ALSO .sp .LP -\fBzfs\fR(8), \fBzpool-features\fR(5) +\fBzfs\fR(8), \fBzpool-features\fR(5), \fBzfs-events\fR(5) |