From cdac098f3c829011830b63edba571856875c7b8d Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Thu, 18 Nov 2010 13:23:40 +1100 Subject: [PATCH] 60.nfs eventscript should do nothing if NFS isn't managed by CTDB. Signed-off-by: Martin Schwenke --- config/events.d/60.nfs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/events.d/60.nfs b/config/events.d/60.nfs index 8889cadc..ff56166c 100755 --- a/config/events.d/60.nfs +++ b/config/events.d/60.nfs @@ -19,6 +19,8 @@ loadconfig ctdb_start_stop_service +is_ctdb_managed_service || exit 0 + case "$1" in init) # read statd from persistent database -- 2.34.1