From 6ef35d5e3fa7892640d3e0ca5807be96b38e8805 Mon Sep 17 00:00:00 2001 From: Frank Liepold Date: Tue, 7 Jan 2014 15:06:19 +0100 Subject: [PATCH] test_suite: wait for end of initial sync removed from prepare quick function To be consistent with resource_prepare. --- test_suite/scripts/modules/38_resource.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/test_suite/scripts/modules/38_resource.sh b/test_suite/scripts/modules/38_resource.sh index f49b2976..dc43e2f1 100644 --- a/test_suite/scripts/modules/38_resource.sh +++ b/test_suite/scripts/modules/38_resource.sh @@ -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