- fix the failover example script in the HAST section
PR: docs/155372 Submitted by: johnpupu@gmail.com
This commit is contained in:
parent
7e2f788788
commit
888424b7a0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=37036
1 changed files with 1 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue