- fix the failover example script in the HAST section

PR:		docs/155372
Submitted by:	johnpupu@gmail.com
This commit is contained in:
Daniel Gerzo 2011-03-08 08:47:59 +00:00
parent 7e2f788788
commit 888424b7a0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37036

View file

@ -4540,7 +4540,7 @@ case "$1" in
# Switch roles for the HAST resources
for disk in ${resources}; do
if ! mount | grep -q "^${disk} on "
if ! mount | grep -q "^/dev/hast/${disk} on "
then
else
umount -f /hast/${disk}