Skip to content
Snippets Groups Projects
Commit d5be27bd authored by Alexey Lyashkov's avatar Alexey Lyashkov
Browse files

wait until mds<>ost connected.

Branch b_release_1_6_7
b=18150
i=grev
parent 9ff3496e
No related branches found
No related tags found
No related merge requests found
......@@ -586,6 +586,9 @@ test_22() {
echo Client mount with ost in logs, but none running
start_ost
# wait until mds connected to ost and open client connection
# ping_interval + 1
sleep $((TIMEOUT / 4 + 1))
stop_ost
mount_client $MOUNT
# check_mount will block trying to contact ost
......@@ -1505,7 +1508,8 @@ test_46a() {
start ost4 `ostdevname 4` $OST_MOUNT_OPTS || return 6
start ost5 `ostdevname 5` $OST_MOUNT_OPTS || return 7
# wait until ost2-5 is sync
sleep 5
# ping_interval + 1
sleep $((TIMEOUT / 4 + 1))
#second client see both ost's
mount_client $MOUNT2 || return 8
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment