[SCM] CTDB repository - branch 1.2 updated - ctdb-1.9.1-467-g71cbca9

Ronnie Sahlberg sahlberg at samba.org
Sat Aug 13 22:03:18 MDT 2011


The branch, 1.2 has been updated
       via  71cbca93a2641facfc6e231c44fe6500f55e1905 (commit)
      from  0267ff4e017243aeef11adcb737eeccb475578a8 (commit)

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


- Log -----------------------------------------------------------------
commit 71cbca93a2641facfc6e231c44fe6500f55e1905
Author: Ronnie Sahlberg <ronniesahlberg at gmail.com>
Date:   Sun Aug 14 13:50:12 2011 +1000

    remove the nfs share check completely from the 1.2 branch

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

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


Changeset truncated at 500 lines:

diff --git a/config/events.d/60.nfs b/config/events.d/60.nfs
index ea05b1b..35055fb 100755
--- a/config/events.d/60.nfs
+++ b/config/events.d/60.nfs
@@ -47,13 +47,6 @@ case "$1" in
 	;;
 
       monitor)
-	# and that its directories are available
-	[ "$CTDB_NFS_SKIP_SHARE_CHECK" = "yes" ] || {
-	    exportfs | grep -v '^#' | grep '^/' |
-	    sed -e 's/[[:space:]]\+[^[:space:]]*$//' |
-	    ctdb_check_directories
-	} || exit $?
-
 	if ctdb_service_needs_reconfigure ; then
 	    ctdb_service_reconfigure
 	    exit 0


-- 
CTDB repository


More information about the samba-cvs mailing list