Skip to content

Commit

Permalink
-Y option for zdb is valid
Browse files Browse the repository at this point in the history
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 openzfs#8926
  • Loading branch information
ikozhukhov authored and tonyhutter committed Aug 22, 2019
1 parent 5e8080d commit 453d515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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."

Expand Down

0 comments on commit 453d515

Please sign in to comment.