mirror of
https://github.com/schoebel/mars
synced 2024-12-11 09:15:48 +00:00
marsadm: better split brain wording
This commit is contained in:
parent
9d08415309
commit
0647f61dbf
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user