From 05daa32d1e4f9d2a10d40f52a4bf22a9250db565 Mon Sep 17 00:00:00 2001 From: johann Date: Thu, 11 Jun 2009 14:13:14 +0000 Subject: [PATCH] Branch b1_8 b=19820 i=bobijam stop os2 at the end of test 50f. --- lustre/tests/conf-sanity.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index eb4a43b..a07e9b2 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1830,8 +1830,9 @@ test_50f() { sleep $(( $TIMEOUT+1 )) kill -0 $pid [ $? -ne 0 ] && error "process isn't sleep" - start_ost2 || error "Unable to start OST1" + start_ost2 || error "Unable to start OST2" wait $pid || error "statfs failed" + stop_ost2 || error "Unable to stop OST2" fi umount_client $MOUNT || error "Unable to unmount client" -- 1.8.3.1