From 0cd5c941d097ec170177e1a5f97f08ebd32eff85 Mon Sep 17 00:00:00 2001 From: LOLi Date: Tue, 20 Nov 2018 19:22:53 +0100 Subject: 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 Signed-off-by: loli10K Closes #6643 Closes #8133 --- tests/runfiles/linux.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/runfiles/linux.run') diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index 225e9bc8b..a4c6769db 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -440,7 +440,7 @@ tags = ['functional', 'cli_root', 'zpool_set'] [tests/functional/cli_root/zpool_split] tests = ['zpool_split_cliargs', 'zpool_split_devices', 'zpool_split_encryption', 'zpool_split_props', 'zpool_split_vdevs', - 'zpool_split_resilver'] + 'zpool_split_resilver', 'zpool_split_wholedisk'] tags = ['functional', 'cli_root', 'zpool_split'] [tests/functional/cli_root/zpool_status] -- cgit v1.2.3