From 88f9c9396bcce596db56dc880260f95c49a51d67 Mon Sep 17 00:00:00 2001 From: LOLi Date: Fri, 27 Oct 2017 01:49:33 +0200 Subject: 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 Reviewed-by: Giuseppe Di Natale Signed-off-by: loli10K Closes #3285 Closes #6762 --- man/man8/zpool.8 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'man') 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 -- cgit v1.2.3