]> git.proxmox.com Git - mirror_zfs.git/commit - tests/runfiles/linux.run
Allow 'zpool events' filtering by pool name
authorLOLi <loli10K@users.noreply.github.com>
Thu, 26 Oct 2017 23:49:33 +0000 (01:49 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 26 Oct 2017 23:49:33 +0000 (16:49 -0700)
commit88f9c9396bcce596db56dc880260f95c49a51d67
tree5203ec97b33111ff803c5f7ee916175a791efb58
parenta032ac4b3819408b2e17085224290b6a762de79a
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
16 files changed:
cmd/zpool/zpool_main.c
configure.ac
man/man8/zpool.8
tests/runfiles/linux.run
tests/zfs-tests/tests/functional/cli_root/Makefile.am
tests/zfs-tests/tests/functional/cli_root/zpool_events/Makefile.am [new file with mode: 0644]
tests/zfs-tests/tests/functional/cli_root/zpool_events/cleanup.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/cli_root/zpool_events/setup.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events.cfg [new file with mode: 0644]
tests/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events.kshlib [new file with mode: 0755]
tests/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_clear.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_cliargs.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_follow.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_poolname.ksh [new file with mode: 0755]
tests/zfs-tests/tests/functional/fault/auto_online_001_pos.ksh
tests/zfs-tests/tests/functional/fault/auto_replace_001_pos.ksh