From: Martin Schwenke Date: Thu, 18 Nov 2010 02:23:40 +0000 (+1100) Subject: 60.nfs eventscript should do nothing if NFS isn't managed by CTDB. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;ds=sidebyside;h=cdac098f3c829011830b63edba571856875c7b8d;p=sahlberg%2Fctdb.git 60.nfs eventscript should do nothing if NFS isn't managed by CTDB. Signed-off-by: Martin Schwenke --- 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