From: Dmitry Zogin Date: Tue, 9 Feb 2010 02:56:16 +0000 (-0500) Subject: b=21900 ost-pools test_25: FAIL: /mnt/lustre/d0.ost-pools/d25/file1 not allocated... X-Git-Tag: 1.10.0.37~18 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=820f4c8e0050104ca4539c50e3b81036ec87fd42;p=fs%2Flustre-release.git 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 --- 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"