mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 01:51:00 +03:00
zloop.sh should call ZDB with pool name
Commit 54007c79
introduced an error, changing the final
argument to $ZDB from ztest to $ZTEST. This argument
indicates the pool name, not the script, and so should
not have been changed.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Olaf Faaland <faaland1@llnl.gov>
Closes #10118
This commit is contained in:
parent
ddd9ef3a4f
commit
61871518dd
@ -118,7 +118,7 @@ function store_core
|
||||
foundcrashes=$((foundcrashes + 1))
|
||||
|
||||
# zdb debugging
|
||||
zdbcmd="$ZDB -U "$workdir/zpool.cache" -dddMmDDG $ZTEST"
|
||||
zdbcmd="$ZDB -U "$workdir/zpool.cache" -dddMmDDG ztest"
|
||||
zdbdebug=$($zdbcmd 2>&1)
|
||||
echo -e "$zdbcmd\n" >>ztest.zdb
|
||||
echo "$zdbdebug" >>ztest.zdb
|
||||
|
Loading…
Reference in New Issue
Block a user