Whamcloud - gitweb
b=16294
authorgrev <grev>
Tue, 12 Aug 2008 13:04:30 +0000 (13:04 +0000)
committergrev <grev>
Tue, 12 Aug 2008 13:04:30 +0000 (13:04 +0000)
i=Andrew.Perepechko
do not skip test_7 for remote mds

lustre/tests/sanity-quota.sh

index 09bb53d..c30572f 100644 (file)
@@ -565,7 +565,6 @@ test_7()
 {
        mkdir -p $DIR/$tdir
        chmod 0777 $DIR/$tdir
-       remote_mds && skip "remote mds" && return 0
 
        LIMIT=$(( $BUNIT_SZ * $(($OSTCOUNT + 1)) * 10)) # 10 bunits each sever
        TESTFILE="$DIR/$tdir/$tfile-0"