1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

eventscripts: New configuration variable $CTDB_SKIP_GANESHA_NFSD_CHECK

This allows 60.ganesha to be unit tested, except for the core Ganesha
monitoring code.

Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit f606df4f2db754592e6d1a16c26e155cacb2beef)
This commit is contained in:
Martin Schwenke 2013-07-04 16:05:01 +10:00 committed by Amitay Isaacs
parent 7f6169b207
commit d6d1fb1f46

View File

@ -201,7 +201,9 @@ case "$1" in
-eq 4 "verbose restart" \
-eq 2 "restart:bs"
monitor_ganesha_nfsd
if [ "$CTDB_SKIP_GANESHA_NFSD_CHECK" != "yes" ] ; then
monitor_ganesha_nfsd
fi
# rquotad is sometimes not started correctly on RHEL5
# not a critical service so we dont flag the node as unhealthy