]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
dont use CTDB_MANAGES_NFS for controlling the lockmanager
authorRonnie Sahlberg <sahlberg@ronnie>
Tue, 5 Jun 2007 02:43:35 +0000 (12:43 +1000)
committerRonnie Sahlberg <sahlberg@ronnie>
Tue, 5 Jun 2007 02:43:35 +0000 (12:43 +1000)
use a dedicated variable CTDB_MANAGES_NFSLOCK   since some might want to
use nfs but no lockmanager

(This used to be ctdb commit 1e8cec86617ffb188bd49c70f074a4b350d3fe3d)

ctdb/config/events.d/59.nfslock

index b030ab5463d9186a3b03ac779d9b5aed44856cd8..b4179053868adb665ae8f4b6e0fd44ca9b029402 100755 (executable)
@@ -4,7 +4,7 @@
 . /etc/ctdb/functions
 loadconfig nfs
 
-[ "$CTDB_MANAGES_NFS" = "yes" ] || exit 0
+[ "$CTDB_MANAGES_NFSLOCK" = "yes" ] || exit 0
 
 [ -z "$STATD_SHARED_DIRECTORY" ] && exit 0