]> git.proxmox.com Git - mirror_zfs-debian.git/commit
Remove partition from vdev name in zfault.sh
authorNed Bass <bass6@llnl.gov>
Tue, 23 Nov 2010 19:19:57 +0000 (11:19 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 29 Nov 2010 18:53:53 +0000 (10:53 -0800)
commit31165fd9aacefb0f606ced8265de34247e9f9bc5
treef24e6d032c2826b4cdffbdd747cb55e2507e1a77
parent5e7affae52365f9f329cc63a53ae570352c4d993
Remove partition from vdev name in zfault.sh

As of the 0.5.2 tag, names of whole-disk vdevs must be specified to
the command line tools without partition identifiers.  This commit
fixes a 'zpool online' command in zfault.sh that incorrectly includes
he partition in the vdev name, causing test 9 to fail.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
scripts/zfault.sh