mirror of https://github.com/schoebel/mars
marsadm: fix "up" when sync cannot be turned on
This commit is contained in:
parent
3db971e0d2
commit
27db7b6299
|
@ -3058,7 +3058,10 @@ sub up_res_phase1 {
|
|||
} else {
|
||||
attach_res_phase1("attach", $res);
|
||||
fetch_local_res("resume-fetch-local", $res);
|
||||
pause_sync_local_res("resume-sync-local", $res);
|
||||
# ignore ldie on sync, just do all the rest
|
||||
eval {
|
||||
pause_sync_local_res("resume-sync-local", $res);
|
||||
};
|
||||
pause_replay_local_res("resume-replay-local", $res);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue