mirror of
https://github.com/samba-team/samba.git
synced 2025-03-11 16:58:40 +03:00
ctdb-daemon: Don't release all public IPs during shutdown sequence
This further untangles public IP handling from the main daemon. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
cb438ecfd4
commit
6fb08a6580
@ -2202,7 +2202,6 @@ void ctdb_shutdown_sequence(struct ctdb_context *ctdb, int exit_code)
|
||||
ctdb_stop_recoverd(ctdb);
|
||||
ctdb_stop_keepalive(ctdb);
|
||||
ctdb_stop_monitoring(ctdb);
|
||||
ctdb_release_all_ips(ctdb);
|
||||
ctdb_event_script(ctdb, CTDB_EVENT_SHUTDOWN);
|
||||
ctdb_stop_eventd(ctdb);
|
||||
if (ctdb->methods != NULL && ctdb->methods->shutdown != NULL) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user