mirror of https://github.com/schoebel/mars
marsadm: always update timestamp of primary symlink
This commit is contained in:
parent
afbf794e1a
commit
a144e5f93b
|
@ -1382,7 +1382,6 @@ sub primary_phase3 {
|
||||||
return unless $cmd eq "primary";
|
return unless $cmd eq "primary";
|
||||||
my $old = _get_designated_primary($res);
|
my $old = _get_designated_primary($res);
|
||||||
my $new = $host;
|
my $new = $host;
|
||||||
return if $old eq $new;
|
|
||||||
_primary_res($res, $new, $old);
|
_primary_res($res, $new, $old);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue