From 7e532f8f8307ae5220978c1212e02bb81e33328d Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sun, 15 Jul 2007 11:43:11 +1000 Subject: [PATCH] we dont do nfstickles unless ctdb manages nfs (This used to be ctdb commit 0622b4a969abdc8bd11f200ed5ae1c7b1d188db7) --- ctdb/config/events.d/61.nfstickle | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.3