diff options
-rwxr-xr-x | ctdb/config/events.d/60.nfs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/ctdb/config/events.d/60.nfs b/ctdb/config/events.d/60.nfs index 50890010f3..7e59e19b51 100755 --- a/ctdb/config/events.d/60.nfs +++ b/ctdb/config/events.d/60.nfs @@ -27,6 +27,8 @@ ctdb_start_stop_service is_ctdb_managed_service || exit 0 +ctdb_service_check_reconfigure + case "$1" in init) # read statd from persistent database @@ -55,11 +57,6 @@ case "$1" in ctdb_check_directories } || exit $? - if ctdb_service_needs_reconfigure ; then - ctdb_service_reconfigure - exit 0 - fi - update_tickles 2049 # check that statd responds to rpc requests |