test_suite: wait for end of initial sync removed from prepare quick function

To be consistent with resource_prepare.
This commit is contained in:
Frank Liepold 2014-01-07 15:06:19 +01:00
parent 5558eb9d65
commit 6ef35d5e3f
1 changed files with 0 additions and 2 deletions

View File

@ -49,8 +49,6 @@ function resource_quick_prepare_first_resource
resource_check_data_device_after_create $primary_host $res
lib_rw_remote_check_device_fs $primary_host $data_dev "xfs"
marsadm_do_cmd $secondary_host "join-resource" "$res $dev" || lib_exit 1
lib_wait_for_initial_end_of_sync $primary_host $secondary_host $res \
60 3 "waited"
}
function resource_check_variables