marsadm: start 'primary' handover after fetch has completed

This commit is contained in:
Thomas Schoebel-Theuer 2014-09-25 14:35:27 +02:00
parent 04c8985961
commit ee2f544994
1 changed files with 1 additions and 0 deletions

View File

@ -1884,6 +1884,7 @@ sub primary_phase1 {
return if ($old eq $host and $cmd eq "primary");
my $new = "(none)";
return if $old eq $new;
try_to_avoid_splitbrain(@_) if (!$force and $cmd eq "primary");
_primary_res($res, $new, $old);
}