diff options
author | LOLi <[email protected]> | 2017-10-27 01:49:33 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2017-10-26 16:49:33 -0700 |
commit | 88f9c9396bcce596db56dc880260f95c49a51d67 (patch) | |
tree | 5203ec97b33111ff803c5f7ee916175a791efb58 /man | |
parent | a032ac4b3819408b2e17085224290b6a762de79a (diff) |
Allow 'zpool events' filtering by pool name
Additionally add four new tests:
* zpool_events_clear: verify 'zpool events -c' functionality
* zpool_events_cliargs: verify command line options and arguments
* zpool_events_follow: verify 'zpool events -f'
* zpool_events_poolname: verify events filtering by pool name
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #3285
Closes #6762
Diffstat (limited to 'man')
-rw-r--r-- | man/man8/zpool.8 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/man/man8/zpool.8 b/man/man8/zpool.8 index 5c45b049b..4eea6689d 100644 --- a/man/man8/zpool.8 +++ b/man/man8/zpool.8 @@ -68,8 +68,7 @@ .Ar pool device .Nm .Cm events -.Op Fl vHfc -.Op Ar pool +.Op Fl vHf Oo Ar pool Oc | Fl c .Nm .Cm export .Op Fl a @@ -1027,8 +1026,7 @@ command instead. .It Xo .Nm .Cm events -.Op Fl cfHv -.Op Ar pool Ns ... +.Op Fl vHf Oo Ar pool Oc | Fl c .Xc Lists all recent events generated by the ZFS kernel modules. These events are consumed by the |