mirror_zfs/tests/zfs-tests/tests/functional/cli_root
LOLi 0cd5c941d0 zpool: allow split with whole-disk devices
This change allows 'zpool split' to work with whole-disk devices and
updates the ZFS Test Suite with a new script to exercise this
functionality.

Reviewed by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: loli10K <ezomori.nozomu@gmail.com>
Closes #6643 
Closes #8133
2018-11-20 10:22:53 -08:00
..
zdb ZTS: path cleanup 2018-08-30 13:46:55 -07:00
zfs Support -fsanitize=address with --enable-asan 2018-01-10 10:49:27 -08:00
zfs_bookmark Fix segfault in zfs_do_bookmark() 2018-02-26 09:55:18 -08:00
zfs_change-key Native Encryption for ZFS on Linux 2017-08-14 10:36:48 -07:00
zfs_clone Stack overflow when destroying deeply nested clones 2018-08-22 11:03:31 -07:00
zfs_copies Use posix format for dist tarballs 2018-08-15 09:52:28 -07:00
zfs_create ZTS: Fix EBUSY volume destroy failures 2018-08-31 15:30:44 -07:00
zfs_destroy Always continue recursive destroy after error 2018-06-06 10:14:52 -07:00
zfs_diff ZTS: Fix zfs_diff_timestamp 2018-05-06 20:42:29 -07:00
zfs_get ZTS: path cleanup 2018-08-30 13:46:55 -07:00
zfs_inherit Fix changelist mounted-dataset iteration 2018-10-10 21:13:13 -07:00
zfs_load-key Clean up (k)shlib and cfg file shebangs 2018-04-08 19:37:22 -07:00
zfs_mount OpenZFS 8115 - parallel zfs mount 2018-11-15 11:33:58 -08:00
zfs_program Add JSON output support to channel programs 2018-03-19 12:40:58 -07:00
zfs_promote Fix "file is executable, but no shebang" warnings 2018-04-06 16:34:21 -07:00
zfs_property Enable remaining tests 2017-05-22 12:34:32 -04:00
zfs_receive ZTS: Fix EBUSY volume destroy failures 2018-08-31 15:30:44 -07:00
zfs_remap Fix 'zfs remap <poolname@snapname>' 2018-04-19 09:45:17 -07:00
zfs_rename ZTS: Fix and reenable zfs_rename tests 2018-11-07 16:59:27 -08:00
zfs_reservation OpenZFS 7290 - ZFS test suite needs to control what utilities it can run 2017-04-06 09:25:36 -07:00
zfs_rollback Fix "file is executable, but no shebang" warnings 2018-04-06 16:34:21 -07:00
zfs_send ZTS: path cleanup 2018-08-30 13:46:55 -07:00
zfs_set ZTS: path cleanup 2018-08-30 13:46:55 -07:00
zfs_share ZTS: Adopt OpenZFS test analysis script 2018-06-20 14:03:13 -07:00
zfs_snapshot Use posix format for dist tarballs 2018-08-15 09:52:28 -07:00
zfs_sysfs Add zfs module feature and property info to sysfs 2018-09-02 12:09:53 -07:00
zfs_unload-key Native Encryption for ZFS on Linux 2017-08-14 10:36:48 -07:00
zfs_unmount changelist should be able to iter on mounts 2018-10-02 12:30:58 -07:00
zfs_unshare Verify 'zfs destroy' will unshare the dataset 2018-10-03 10:17:58 -07:00
zfs_upgrade ZTS: path cleanup 2018-08-30 13:46:55 -07:00
zpool ZTS: path cleanup 2018-08-30 13:46:55 -07:00
zpool_add ZTS: path cleanup 2018-08-30 13:46:55 -07:00
zpool_attach More ashift improvements 2017-05-03 09:31:05 -07:00
zpool_clear ZTS: path cleanup 2018-08-30 13:46:55 -07:00
zpool_create zpool should detect invalid fs property on create 2018-09-13 13:37:42 -07:00
zpool_destroy ZTS: Adopt OpenZFS test analysis script 2018-06-20 14:03:13 -07:00
zpool_detach OpenZFS 7290 - ZFS test suite needs to control what utilities it can run 2017-04-06 09:25:36 -07:00
zpool_events Clean up (k)shlib and cfg file shebangs 2018-04-08 19:37:22 -07:00
zpool_expand zed: detect and offline physically removed devices 2018-11-09 11:17:24 -08:00
zpool_export Fix "file is executable, but no shebang" warnings 2018-04-06 16:34:21 -07:00
zpool_get Defer new resilvers until the current one ends 2018-10-18 21:06:18 -07:00
zpool_history OpenZFS 7290 - ZFS test suite needs to control what utilities it can run 2017-04-06 09:25:36 -07:00
zpool_import ZTS: Fix import_cache_device_replaced 2018-08-18 21:16:12 -07:00
zpool_labelclear Clean up (k)shlib and cfg file shebangs 2018-04-08 19:37:22 -07:00
zpool_offline Force fault a vdev with 'zpool offline -f' 2017-05-19 12:30:16 -07:00
zpool_online Wait for resilver after online 2018-04-13 18:04:10 -07:00
zpool_remove Fix "file is executable, but no shebang" warnings 2018-04-06 16:34:21 -07:00
zpool_reopen Defer new resilvers until the current one ends 2018-10-18 21:06:18 -07:00
zpool_replace More ashift improvements 2017-05-03 09:31:05 -07:00
zpool_resilver Defer new resilvers until the current one ends 2018-10-18 21:06:18 -07:00
zpool_scrub Defer new resilvers until the current one ends 2018-10-18 21:06:18 -07:00
zpool_set Fix zpool set feature@<feature>=disabled 2018-04-11 14:45:58 -07:00
zpool_split zpool: allow split with whole-disk devices 2018-11-20 10:22:53 -08:00
zpool_status zpool iostat/status -c improvements 2017-06-05 10:52:15 -07:00
zpool_sync OpenZFS 9166 - zfs storage pool checkpoint 2018-06-26 10:07:42 -07:00
zpool_upgrade ZTS: path cleanup 2018-08-30 13:46:55 -07:00
cli_common.kshlib OpenZFS 7290 - ZFS test suite needs to control what utilities it can run 2017-04-06 09:25:36 -07:00
Makefile.am Defer new resilvers until the current one ends 2018-10-18 21:06:18 -07:00