mirror of https://github.com/schoebel/mars
marsadm: invalidate does not delete logfiles or version links anymore
Signed-off-by: Thomas Schoebel-Theuer <tst@1und1.de>
This commit is contained in:
parent
83361f0745
commit
5766d22e6b
|
@ -1429,7 +1429,6 @@ sub invalidate_res_phase3 {
|
||||||
set_link("0", $dst);
|
set_link("0", $dst);
|
||||||
finish_links(); # opportunity for errors => don't continue
|
finish_links(); # opportunity for errors => don't continue
|
||||||
set_link($replay, "$mars/resource-$res/replay-$host");
|
set_link($replay, "$mars/resource-$res/replay-$host");
|
||||||
cleanup_res($cmd, $res, $replay_nr);
|
|
||||||
_switch($cmd, $res, "$mars/resource-$res/todo-$host/allow-replay", 1);
|
_switch($cmd, $res, "$mars/resource-$res/todo-$host/allow-replay", 1);
|
||||||
_switch($cmd, $res, "$mars/resource-$res/todo-$host/sync", 1);
|
_switch($cmd, $res, "$mars/resource-$res/todo-$host/sync", 1);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue