marsadm: better split brain wording

This commit is contained in:
Thomas Schoebel-Theuer 2018-04-09 16:25:10 +02:00
parent 9d08415309
commit 0647f61dbf

View File

@ -1099,8 +1099,8 @@ sub detect_splitbrain {
$age = " age ~" . seconds2human(mars_time() - $stamp) if $stamp;
}
lwarn "SPLIT BRAIN of '$res' at '$point'$age\n";
lwarn " hostA = '$host1' data_size='$size1' (" . number2human($size1) . ")\n";
lwarn " hostB = '$host2' data_size='$size2' (" . number2human($size2) . ")\n";
lwarn " hostA = '$host1' logfile_amount='$size1' (" . number2human($size1) . ")\n";
lwarn " hostB = '$host2' logfile_amount='$size2' (" . number2human($size2) . ")\n";
} else {
return $ok;
}