[SCM] CTDB repository - branch master updated - ctdb-1.10-62-g38dc1ac

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


The branch, master has been updated
       via  38dc1ac2e87416a22c9356596286b773d601e71c (commit)
       via  f4cf15a2b06ffefde0cba803603b48040ad0fa05 (commit)
      from  775d02180b825ae32d6536eaf2059884d5fed9f4 (commit)

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


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

    TYPO

commit f4cf15a2b06ffefde0cba803603b48040ad0fa05
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