diff options
author | Igor K <[email protected]> | 2019-06-25 03:58:12 +0300 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-06-24 17:58:11 -0700 |
commit | 13d454c6ca12327f0080c14eaae78dc2f67d7d73 (patch) | |
tree | 4db9e536907da4f8cc1dd83bd80aba315258f3a6 | |
parent | 59ec30a3290d865b98e3805df6c82b6b4f88aab0 (diff) |
-Y option for zdb is valid
The -Y option was added for ztest to test split block reconstruction.
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Richard Elling <[email protected]>
Signed-off-by: Igor Kozhukhov <[email protected]>
Closes #8926
-rwxr-xr-x | tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh b/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh index a5f827b56..e69779bd4 100755 --- a/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh +++ b/tests/zfs-tests/tests/functional/cli_root/zdb/zdb_001_neg.ksh @@ -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." |