diff options
Diffstat (limited to 'ctdb/config/statd-callout')
-rwxr-xr-x | ctdb/config/statd-callout | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ctdb/config/statd-callout b/ctdb/config/statd-callout index 72a2ca96401..a9c2e3dfba5 100755 --- a/ctdb/config/statd-callout +++ b/ctdb/config/statd-callout @@ -136,11 +136,7 @@ case "$1" in # will respond "strangely" immediately after restarting it, which # causes clients to fail to reclaim the locks. # - if [ "$NFS_SERVER_MODE" = "ganesha" ] ; then - startstop_ganesha stop >/dev/null 2>&1 - sleep 2 - startstop_ganesha start >/dev/null 2>&1 - else + if [ "$NFS_SERVER_MODE" != "ganesha" ] ; then startstop_nfslock stop >/dev/null 2>&1 sleep 2 startstop_nfslock start >/dev/null 2>&1 |