From 888424b7a091a01afd2c8ad3b0c69caa5d7640ee Mon Sep 17 00:00:00 2001 From: Daniel Gerzo Date: Tue, 8 Mar 2011 08:47:59 +0000 Subject: [PATCH] - fix the failover example script in the HAST section PR: docs/155372 Submitted by: johnpupu@gmail.com --- en_US.ISO8859-1/books/handbook/disks/chapter.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml index f08a7598e1..4bb8f7e6c2 100644 --- a/en_US.ISO8859-1/books/handbook/disks/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/disks/chapter.sgml @@ -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}