mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2026-05-24 19:28:53 +03:00
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 <behlendorf1@llnl.gov> Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov> Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Closes #3285 Closes #6762
This commit is contained in:
@@ -214,6 +214,7 @@ AC_CONFIG_FILES([
|
||||
tests/zfs-tests/tests/functional/cli_root/zpool_create/Makefile
|
||||
tests/zfs-tests/tests/functional/cli_root/zpool_destroy/Makefile
|
||||
tests/zfs-tests/tests/functional/cli_root/zpool_detach/Makefile
|
||||
tests/zfs-tests/tests/functional/cli_root/zpool_events/Makefile
|
||||
tests/zfs-tests/tests/functional/cli_root/zpool_expand/Makefile
|
||||
tests/zfs-tests/tests/functional/cli_root/zpool_export/Makefile
|
||||
tests/zfs-tests/tests/functional/cli_root/zpool_get/Makefile
|
||||
|
||||
Reference in New Issue
Block a user