From 0647f61dbf2be0ae41543fe396f2254061577f8d Mon Sep 17 00:00:00 2001 From: Thomas Schoebel-Theuer Date: Mon, 9 Apr 2018 16:25:10 +0200 Subject: [PATCH] marsadm: better split brain wording --- userspace/marsadm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/userspace/marsadm b/userspace/marsadm index c1e347e7..984950a8 100755 --- a/userspace/marsadm +++ b/userspace/marsadm @@ -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; }