diff options
-rwxr-xr-x | ctdb/config/events.d/60.nfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/config/events.d/60.nfs b/ctdb/config/events.d/60.nfs index ed96ab87e7..57c81d3520 100755 --- a/ctdb/config/events.d/60.nfs +++ b/ctdb/config/events.d/60.nfs @@ -82,6 +82,7 @@ case "$1" in (ctdb_check_rpc "lockd" 100021 1) [ $? = "0" ] || { echo "Trying to restart lock manager service" + startstop_nfs restart startstop_nfslock restart exit 1 } |