[SCM] CTDB repository - branch 1.0.112 updated - ctdb-1.0.111-28-g060c4a8

Ronnie Sahlberg sahlberg at samba.org
Wed Feb 10 17:11:51 MST 2010


The branch, 1.0.112 has been updated
       via  060c4a8eca64b8c90aec23ee67cf02a89da92033 (commit)
      from  7530a8885c4df8e0161a2953f2cbfee0ed3421eb (commit)

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


- Log -----------------------------------------------------------------
commit 060c4a8eca64b8c90aec23ee67cf02a89da92033
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Thu Feb 11 11:09:39 2010 +1100

    Add a new variable : CTDB_NFS_SKIP_KNFSD_ALIVE_CHECK
    when set to "yes" this will skip checking if knfsd has hung or not.
    
    bz59626

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

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


Changeset truncated at 500 lines:

diff --git a/config/events.d/60.nfs b/config/events.d/60.nfs
index 4d5494a..1eca005 100755
--- a/config/events.d/60.nfs
+++ b/config/events.d/60.nfs
@@ -77,7 +77,9 @@ case "$1" in
 
 
 	# check that NFS responds to rpc requests
-	ctdb_check_rpc "NFS" 100003 3
+	[ "$CTDB_NFS_SKIP_KNFSD_ALIVE_CHECK" = "yes" ] || {
+	    ctdb_check_rpc "NFS" 100003 3
+	}
 
 	# and that its directories are available
 	[ "$CTDB_NFS_SKIP_SHARE_CHECK" = "yes" ] || {


-- 
CTDB repository


More information about the samba-cvs mailing list