diff options
author | LOLi <[email protected]> | 2018-10-17 20:21:07 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-10-17 11:21:07 -0700 |
commit | 2e55034471413fb668d0d910b2c083610b386127 (patch) | |
tree | c98742bb3f508bf0bd61f2db449621a15f60bc28 /tests/runfiles | |
parent | 49394a7708e9de4f67e4cd4fb34b59b64ec7aeb1 (diff) |
zpool: allow sharing of spare device among pools
ZFS allows, by default, sharing of spare devices among different pools;
this commit simply restores this functionality for disk devices and
adds an additional tests case to the ZFS Test Suite to prevent future
regression.
Reviewed-by: Tony Hutter <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: loli10K <[email protected]>
Closes #7999
Diffstat (limited to 'tests/runfiles')
-rw-r--r-- | tests/runfiles/linux.run | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index d33c55d9c..613660df9 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -541,7 +541,8 @@ tags = ['functional', 'exec'] [tests/functional/fault] tests = ['auto_online_001_pos', 'auto_replace_001_pos', 'auto_spare_001_pos', 'auto_spare_002_pos', 'auto_spare_ashift', 'auto_spare_multiple', - 'scrub_after_resilver', 'decrypt_fault', 'decompress_fault'] + 'auto_spare_shared', 'scrub_after_resilver', 'decrypt_fault', + 'decompress_fault'] tags = ['functional', 'fault'] [tests/functional/features/async_destroy] |