1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-26 18:50:30 +03:00

Eventscripts: In 60.nfs don't restart NFS when restarting rpc.lockd.

This effectively reverts 953dbfbddad656a64e30a6aca115cb1479d11573 and
is a policy decision.

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

(This used to be ctdb commit 380c9263eb37db5a250264316e250c2160908263)
This commit is contained in:
Martin Schwenke 2011-08-12 16:28:09 +10:00
parent 1d71dd08e3
commit 32fe247e37

View File

@ -154,7 +154,6 @@ nfs_check_rpc_service ()
_rpc_prog=nlockmgr
_version=4
_restart="echo 'Trying to restart lock manager service'"
_restart="${_restart}; startstop_nfs restart"
_restart="${_restart}; startstop_nfslock restart"
;;
statd)