]> git.proxmox.com Git - mirror_zfs.git/commit
zloop.sh should call ZDB with pool name
authorOlaf Faaland <faaland1@llnl.gov>
Wed, 11 Mar 2020 17:02:23 +0000 (10:02 -0700)
committerGitHub <noreply@github.com>
Wed, 11 Mar 2020 17:02:23 +0000 (10:02 -0700)
commit61871518dd6703a59a676042a152aa54a30aea10
treeff278ab4827097df4f8168e20ad4f73ab643ba9c
parentddd9ef3a4fab1eed3ed7c32900fc7f9474f2929b
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
scripts/zloop.sh