Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Fri, 12 Jun 2009 00:20:29 +0000 (00:20 +0000)
committerrobert.read <robert.read>
Fri, 12 Jun 2009 00:20:29 +0000 (00:20 +0000)
b=19820
a=ed
i=zhenyu.xu

Add missing stop_ost2.

lustre/tests/conf-sanity.sh

index 6f9ba5d..19528e7 100644 (file)
@@ -1918,8 +1918,9 @@ test_50f() {
            sleep $(( $TIMEOUT+1 ))
            kill -0 $pid
            [ $? -ne 0 ] && error "process isn't sleep"
            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"
            wait $pid || error "statfs failed"
+           stop_ost2 || error "Unable to stop OST2"
        fi
 
        umount_client $MOUNT || error "Unable to unmount client"
        fi
 
        umount_client $MOUNT || error "Unable to unmount client"