From 0e46d23291d16be4bdedfd404c58de6efd89e894 Mon Sep 17 00:00:00 2001 From: Frank Liepold Date: Wed, 5 Mar 2014 08:43:00 +0100 Subject: [PATCH] test_suite: formatting --- test_suite/mars/modules/switch2primary.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test_suite/mars/modules/switch2primary.sh b/test_suite/mars/modules/switch2primary.sh index 99bc8653..1057e973 100644 --- a/test_suite/mars/modules/switch2primary.sh +++ b/test_suite/mars/modules/switch2primary.sh @@ -360,8 +360,8 @@ function switch2primary_correct_split_brain fi lib_vmsg " $switch2primary_flow_msg_prefix: starting split brain correction, network_cut=$network_cut" marsadm_do_cmd $new_primary "disconnect" "$res" || lib_exit 1 - # Only to switch the designated primary. The device may not appear, though we omit the - # usual check of post conditions via marsadm_do_cmd. + # Only to switch the designated primary. The device may not appear, though + # we omit the usual check of post conditions via marsadm_do_cmd. lib_vmsg " $switch2primary_flow_msg_prefix: special primary --force on $new_primary" lib_remote_idfile $new_primary "marsadm primary --force $res" || lib_exit 1 marsadm_do_cmd $new_primary "connect" "$res" || lib_exit 1