[SCM] CTDB repository - branch 1.2-nodeflags updated - ctdb-1.9.1-269-ge2b2227

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


The branch, 1.2-nodeflags has been updated
       via  e2b22278817b8c27e682fcd2b3a69fdd09754bf7 (commit)
       via  9bda747e05bb88fe0b9905ca7f24123314442809 (commit)
      from  4c99269672035c98f8f1b677654d844f716ba94c (commit)

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


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

    TYPO

commit 9bda747e05bb88fe0b9905ca7f24123314442809
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