mirror of
https://github.com/schoebel/mars
synced 2025-02-14 11:09:04 +00:00
marsadm: command down includes disconnect
Fixes the following bug: marsadm down does not disconnect the resource.
This commit is contained in:
parent
e3db28c4d7
commit
820708e712
@ -1246,6 +1246,7 @@ sub up_res_phase1 {
|
||||
if ($down) {
|
||||
pause_replay_local_res("pause-replay-local", $res);
|
||||
pause_sync_local_res("pause-sync-local", $res);
|
||||
connect_local_res("disconnect", $res);
|
||||
attach_res_phase1("detach", $res);
|
||||
} else {
|
||||
attach_res_phase1("attach", $res);
|
||||
|
Loading…
Reference in New Issue
Block a user