test_suite: formatting

This commit is contained in:
Frank Liepold 2014-03-05 08:43:00 +01:00 committed by Thomas Schoebel-Theuer
parent e468217570
commit 0e46d23291

View File

@ -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