From 820f4c8e0050104ca4539c50e3b81036ec87fd42 Mon Sep 17 00:00:00 2001 From: Dmitry Zogin Date: Mon, 8 Feb 2010 21:56:16 -0500 Subject: [PATCH] b=21900 ost-pools test_25: FAIL: /mnt/lustre/d0.ost-pools/d25/file1 not allocated from OSTs 0. Modify ost-pools test_25 to wait for MDS-OST connection to re-establish. i=johann --- lustre/tests/ost-pools.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/ost-pools.sh b/lustre/tests/ost-pools.sh index 81c45c5..3b00281 100644 --- a/lustre/tests/ost-pools.sh +++ b/lustre/tests/ost-pools.sh @@ -1313,7 +1313,8 @@ test_25() { stop $SINGLEMDS || return 1 start $SINGLEMDS ${dev} $MDS_MOUNT_OPTS || \ { error "Failed to start $SINGLEMDS after stopping" && break; } - clients_up + wait_osc_import_state mds ost FULL + clients_up # Veriy that the pool got created and is usable echo "Creating a file in pool$i" -- 1.8.3.1