From 3b73dde668d26036f6afdc42abb779a25b35e3fe Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Fri, 12 Jun 2009 00:20:29 +0000 Subject: [PATCH] Branch HEAD b=19820 a=ed i=zhenyu.xu Add missing stop_ost2. --- 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 6f9ba5d..19528e7 100644 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -1918,8 +1918,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