zfs/tests/zfs-tests
Tony Hutter 1528bfdb14 Don't run 'zpool iostat -c CMD' command on all vdevs, if vdevs specified
zpool iostat allows you to specify only certain vdevs to display.
Currently, if you run 'zpool iostat -c CMD vdev1 vdev2 ...'
on specific vdevs, it will actually run the command on *all* vdevs,
and just display the results for the vdevs you specify.  This patch
corrects the behavior to only run the command on the specified vdevs,
and also enables the zpool_iostat_005_pos.ksh tests.
    
Reviewed-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Closes #5443
2016-12-16 16:10:45 -08:00
..
cmd Use cstyle -cpP in `make cstyle` check 2016-12-12 10:46:26 -08:00
include Skip slow tests when kmemleak is enabled 2016-12-14 09:33:07 -08:00
tests Don't run 'zpool iostat -c CMD' command on all vdevs, if vdevs specified 2016-12-16 16:10:45 -08:00
Makefile.am Add the ZFS Test Suite 2016-03-16 13:46:16 -07:00