Whamcloud - gitweb
b=20975
authormanoj <manoj>
Tue, 3 Nov 2009 22:17:51 +0000 (22:17 +0000)
committermanoj <manoj>
Tue, 3 Nov 2009 22:17:51 +0000 (22:17 +0000)
r=robert.read
r=nathan.rutman

Change forced stop of MDS to a normal stop.

lustre/tests/ost-pools.sh

index 0d0d99c..70a79c2 100644 (file)
@@ -1302,7 +1302,7 @@ test_25() {
 
     for i in $(seq 10); do
         create_pool_nofail pool$i
-        stop $SINGLEMDS -f  || return 1
+        stop $SINGLEMDS || return 1
         sleep 10
         start $SINGLEMDS ${dev} $MDS_MOUNT_OPTS  || \
             error "Failed to start $SINGLEMDS after stopping"