]> granicus.if.org Git - zfs/commitdiff
-Y option for zdb is valid
authorIgor K <igor@dilos.org>
Tue, 25 Jun 2019 00:58:12 +0000 (03:58 +0300)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 25 Jun 2019 00:58:11 +0000 (17:58 -0700)
The -Y option was added for ztest to test split block reconstruction.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Richard Elling <Richard.Elling@RichardElling.com>
Signed-off-by: Igor Kozhukhov <igor@dilos.org>
Closes #8926

tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh

index a5f827b5642ff1c6139559cdc3844884eac292ce..e69779bd4b4c97f3957db44eff8520c41b7150ab 100755 (executable)
@@ -59,7 +59,7 @@ set -A args "create" "add" "destroy" "import fakepool" \
     "-a" "-f" "-g" "-h" "-j" "-m" "-n" "-o" "-p" \
     "-p /tmp" "-r" "-t" "-w" "-x" "-y" "-z" \
     "-D" "-E" "-G" "-H" "-I" "-J" "-K" "-M" \
-    "-N" "-Q" "-R" "-S" "-T" "-W" "-Y" "-Z"
+    "-N" "-Q" "-R" "-S" "-T" "-W" "-Z"
 
 log_assert "Execute zdb using invalid parameters."