[SCM] CTDB repository - branch 1.2 updated - ctdb-1.9.1-285-g7f14b5e

Ronnie Sahlberg sahlberg at samba.org
Mon Jan 10 23:02:59 MST 2011


The branch, 1.2 has been updated
       via  7f14b5ea1ab723fc5e56df924e09c5df7846e671 (commit)
       via  8115f704c2726a400617c277242775d5cc6c8731 (commit)
      from  22c03e96a51324b83eaba871dc06869c1abc0229 (commit)

http://gitweb.samba.org/?p=sahlberg/ctdb.git;a=shortlog;h=1.2


- Log -----------------------------------------------------------------
commit 7f14b5ea1ab723fc5e56df924e09c5df7846e671
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jan 11 16:17:06 2011 +1100

    TYPO

commit 8115f704c2726a400617c277242775d5cc6c8731
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Tue Jan 11 16:15:41 2011 +1100

    STATD is 100027    not 1000247

-----------------------------------------------------------------------

Summary of changes:
 config/events.d/60.nfs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/config/events.d/60.nfs b/config/events.d/60.nfs
index 301ead8..c473be8 100755
--- a/config/events.d/60.nfs
+++ b/config/events.d/60.nfs
@@ -57,10 +57,10 @@ case "$1" in
 	# if statd is not running we try to restart it
 	# we only do this IF we have a rpc.statd command.
 	# For platforms where rpc.statd does not exist, we skip
-	# the check compeltely
+	# the check completely
 	p="rpc.statd"
 	which $p >/dev/null 2>/dev/null && {
-		if ctdb_check_rpc "STATD" 1000247 1 >/dev/null ; then
+		if ctdb_check_rpc "STATD" 100024 1 >/dev/null ; then
 			(service_name="nfs_statd"; ctdb_counter_init)
 		else
 			cmd="$p"


-- 
CTDB repository


More information about the samba-cvs mailing list