Whamcloud - gitweb
LU-1842 quota: new sanity-quota tests
[fs/lustre-release.git] / lustre / tests / conf-sanity.sh
index 27e3e62..f1ec2de 100644 (file)
@@ -1055,9 +1055,6 @@ test_29() {
            echo "Waiting $(($MAX - $WAIT)) secs for MDT deactivated"
        done
 
-        # quotacheck should not fail immediately after deactivate
-       [ -n "$ENABLE_QUOTA" ] && { $LFS quotacheck -ug $MOUNT || error "quotacheck has failed" ; }
-
         # test new client starts deactivated
        umount_client $MOUNT || return 200
        mount_client $MOUNT
@@ -1069,9 +1066,6 @@ test_29() {
            echo "New client success: got $RESULT"
        fi
 
-        # quotacheck should not fail after umount/mount operation
-       [ -n "$ENABLE_QUOTA" ] && { $LFS quotacheck -ug $MOUNT || error "quotacheck has failed" ; }
-
        # make sure it reactivates
        set_and_check client "lctl get_param -n $PROC_ACT" "$PARAM" $ACTV || return 6
 
@@ -2717,7 +2711,6 @@ test_56() {
        mount_client $MOUNT || error "Unable to mount client"
        echo ok
        $LFS osts
-       [ -n "$ENABLE_QUOTA" ] && { $LFS quotacheck -ug $MOUNT || error "quotacheck has failed" ; }
        stopall
        MDSJOURNALSIZE=$mds_journal_size_orig
        reformat