cluster: RHEL510 - rgmanager: Clean up comments in ASEHAagent.sh

Ryan McCabe rmccabe at fedoraproject.org
Fri Apr 12 18:15:23 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=cluster.git;a=commitdiff;h=a5875267a2eb0137dc7a123340db44d42dee4ee9
Commit:        a5875267a2eb0137dc7a123340db44d42dee4ee9
Parent:        3f3ea2f4404ecc13e64368842bd91ea3ba881004
Author:        J.H.M. Dassen (Ray) <rdassen at redhat.com>
AuthorDate:    Tue Feb 5 09:53:30 2013 +0100
Committer:     Ryan McCabe <rmccabe at redhat.com>
CommitterDate: Fri Apr 12 14:13:48 2013 -0400

rgmanager: Clean up comments in ASEHAagent.sh

Correct string reference in comment

Resolves: rhbz#841142

Acked-by: Ryan McCabe <rmccabe at redhat.com>
---
 rgmanager/src/resources/ASEHAagent.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/rgmanager/src/resources/ASEHAagent.sh b/rgmanager/src/resources/ASEHAagent.sh
index bc5df42..489d49b 100755
--- a/rgmanager/src/resources/ASEHAagent.sh
+++ b/rgmanager/src/resources/ASEHAagent.sh
@@ -532,7 +532,7 @@ EOF
 	t=0
 	while [[ $t -lt $OCF_RESKEY_shutdown_timeout ]]
 	do
-		# Search "usshutdown: exiting" in the server log. If found, it means the server has been shutted down. 
+		# Search "ueshutdown: exiting" in the server log. If found, it means the server has been shutted down. 
 		# Otherwise, we need to wait.
 		tail $CONSOLE_LOG | grep "ueshutdown: exiting" > /dev/null 2>&1
 		if [[ $? != 0 ]]


More information about the cluster-commits mailing list