mirror of https://github.com/schoebel/mars
marsadm: fix version links in 'invalidate'
This commit is contained in:
parent
3b757354c3
commit
afbf794e1a
|
@ -1441,7 +1441,7 @@ sub invalidate_res_phase3 {
|
||||||
my $replay_nr = $1;
|
my $replay_nr = $1;
|
||||||
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_replaylink("$mars/resource-$res", $replay_nr, $primary);
|
||||||
_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