1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Add a new variable : CTDB_NFS_SKIP_KNFSD_ALIVE_CHECK

when set to "yes" this will skip checking if knfsd has hung or not.

bz59626

(This used to be ctdb commit b0bf3794753c5bb898295b5109707953cc3dcec5)
This commit is contained in:
Ronnie Sahlberg 2010-02-11 11:09:39 +11:00
parent c137725af8
commit 64111bb02b

View File

@ -77,7 +77,9 @@ case "$1" in
# check that NFS responds to rpc requests # check that NFS responds to rpc requests
ctdb_check_rpc "NFS" 100003 3 [ "$CTDB_NFS_SKIP_KNFSD_ALIVE_CHECK" = "yes" ] || {
ctdb_check_rpc "NFS" 100003 3
}
# and that its directories are available # and that its directories are available
[ "$CTDB_NFS_SKIP_SHARE_CHECK" = "yes" ] || { [ "$CTDB_NFS_SKIP_SHARE_CHECK" = "yes" ] || {