Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-1133

sanity-quota 33 fails

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.2.0
    • Lustre 2.1.0
    • None
    • linux
    • 1
    • 4707

    Description

      cleanup_quota_test() {
      trap 0
      echo "Delete files..."
      rm -rf $DIR/$tdir
      }

      1. basic usage tracking for user & group
        test_33() {
        ...
        cleanup_quota_test

      echo "Verify disk usage after delete"
      USED=`getquota -u $TSTID global curspace`
      [ $USED -eq 0 ] || error "Used space for user $TSTID isn't 0. $USED"
      ...
      }

      The test should wait for removal completion.

      With a single-core setup, the test fails.

      Attachments

        Issue Links

          Activity

            People

              wc-triage WC Triage
              andrew_perepechko Andrew Perepechko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: