mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-18 10:21:01 +03:00
-Y option for zdb is valid
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
This commit is contained in:
parent
bfe5f029cf
commit
05006f125c
@ -59,7 +59,7 @@ set -A args "create" "add" "destroy" "import fakepool" \
|
|||||||
"-a" "-f" "-g" "-h" "-j" "-m" "-n" "-o" "-p" \
|
"-a" "-f" "-g" "-h" "-j" "-m" "-n" "-o" "-p" \
|
||||||
"-p /tmp" "-r" "-t" "-w" "-x" "-y" "-z" \
|
"-p /tmp" "-r" "-t" "-w" "-x" "-y" "-z" \
|
||||||
"-D" "-E" "-G" "-H" "-I" "-J" "-K" "-M" \
|
"-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."
|
log_assert "Execute zdb using invalid parameters."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user