From: Ronnie Sahlberg Date: Sun, 15 Jul 2007 01:43:11 +0000 (+1000) Subject: we dont do nfstickles unless ctdb manages nfs X-Git-Tag: tevent-0.9.20~348^2~2450^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e532f8f8307ae5220978c1212e02bb81e33328d;p=thirdparty%2Fsamba.git we dont do nfstickles unless ctdb manages nfs (This used to be ctdb commit 0622b4a969abdc8bd11f200ed5ae1c7b1d188db7) --- diff --git a/ctdb/config/events.d/61.nfstickle b/ctdb/config/events.d/61.nfstickle index 240bd3f3b0c..321f952ace0 100755 --- a/ctdb/config/events.d/61.nfstickle +++ b/ctdb/config/events.d/61.nfstickle @@ -9,6 +9,7 @@ loadconfig nfs cmd="$1" shift +[ "$CTDB_MANAGES_NFS" = "yes" ] || exit 0 [ -z "$NFS_TICKLE_SHARED_DIRECTORY" ] && exit 0 [ -x /usr/bin/sendip ] || exit 0