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:
parent
c137725af8
commit
64111bb02b
@ -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" ] || {
|
||||||
|
Loading…
Reference in New Issue
Block a user