freebsd-dev/cmd/zed/zed.d
Chris Dunlap de6d197683 Fix io-spare.sh to work with disk vdevs
The "zpool status" output shows the full pathname for file-type vdevs,
but only the basename component for disk-type vdevs.  In commit
bee6665, the "basename" command was dropped from altering the vdev
name used when searching the "zpool status" output.  Consequently,
hot-disk sparing for disk vdevs broke since "zpool status" output
was now being searched for the full pathname to the disk vdev.

Parsing the "zpool status" output in this manner is rather brittle.
It would be preferable to search for the vdev based on its guid.
But until that happens, this commit adds back the "basename" command
to fix the vdev name breakage.

Signed-off-by: Chris Dunlap <cdunlap@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #3310
2015-04-17 14:21:26 -07:00
..
all-debug.sh Refer to ZED's scripts as ZEDLETs 2014-09-25 13:54:17 -07:00
all-syslog.sh Refer to ZED's scripts as ZEDLETs 2014-09-25 13:54:17 -07:00
checksum-email.sh Initial implementation of zed (ZFS Event Daemon) 2014-04-02 13:10:03 -07:00
checksum-spare.sh Add automatic hot spare functionality 2014-04-02 13:10:08 -07:00
data-email.sh Refer to ZED's scripts as ZEDLETs 2014-09-25 13:54:17 -07:00
generic-email.sh Refer to ZED's scripts as ZEDLETs 2014-09-25 13:54:17 -07:00
io-email.sh Refer to ZED's scripts as ZEDLETs 2014-09-25 13:54:17 -07:00
io-spare.sh Fix io-spare.sh to work with disk vdevs 2015-04-17 14:21:26 -07:00
resilver.finish-email.sh Initial implementation of zed (ZFS Event Daemon) 2014-04-02 13:10:03 -07:00
scrub.finish-email.sh Refer to ZED's scripts as ZEDLETs 2014-09-25 13:54:17 -07:00
zed.rc Add automatic hot spare functionality 2014-04-02 13:10:08 -07:00