]> git.proxmox.com Git - mirror_zfs.git/blobdiff - tests/runfiles/common.run
Add ashift validation when adding devices to a pool
[mirror_zfs.git] / tests / runfiles / common.run
index 502b4de2bae95756737cd8ab68158d2b19a0131f..d4c5a21828a155f3d43d297ff76c7d436ffbdc92 100644 (file)
@@ -372,7 +372,8 @@ tags = ['functional', 'cli_root', 'zpool']
 tests = ['zpool_add_001_pos', 'zpool_add_002_pos', 'zpool_add_003_pos',
     'zpool_add_004_pos', 'zpool_add_006_pos', 'zpool_add_007_neg',
     'zpool_add_008_neg', 'zpool_add_009_neg', 'zpool_add_010_pos',
-    'add-o_ashift', 'add_prop_ashift', 'zpool_add_dryrun_output']
+    'add-o_ashift', 'add_prop_ashift', 'zpool_add_dryrun_output',
+    'zpool_add--allow-ashift-mismatch']
 tags = ['functional', 'cli_root', 'zpool_add']
 
 [tests/functional/cli_root/zpool_attach]