1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

dont use CTDB_MANAGES_NFS for controlling the lockmanager

use a dedicated variable CTDB_MANAGES_NFSLOCK   since some might want to 
use nfs but no lockmanager

(This used to be ctdb commit 1e8cec86617ffb188bd49c70f074a4b350d3fe3d)
This commit is contained in:
Ronnie Sahlberg 2007-06-05 12:43:35 +10:00
parent 1c8d6beca3
commit 32d19d3791

View File

@ -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