mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
we dont do nfstickles unless ctdb manages nfs
(This used to be ctdb commit 0622b4a969abdc8bd11f200ed5ae1c7b1d188db7)
This commit is contained in:
parent
643b87fbae
commit
7e532f8f83
@ -9,6 +9,7 @@ loadconfig nfs
|
||||
cmd="$1"
|
||||
shift
|
||||
|
||||
[ "$CTDB_MANAGES_NFS" = "yes" ] || exit 0
|
||||
[ -z "$NFS_TICKLE_SHARED_DIRECTORY" ] && exit 0
|
||||
|
||||
[ -x /usr/bin/sendip ] || exit 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user