From ee2f5449941419f849da4f38ab17c3b965eab8ae Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Thu, 25 Sep 2014 14:35:27 +0200 Subject: [PATCH] marsadm: start 'primary' handover after fetch has completed --- userspace/marsadm | 1 + 1 file changed, 1 insertion(+) diff --git a/userspace/marsadm b/userspace/marsadm index 72edf2d6..9283cd26 100755 --- a/userspace/marsadm +++ b/userspace/marsadm @@ -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); }