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

sanity-quota test 18 prints incomplete error message

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.4.0
    • Lustre 2.4.0
    • None
    • 3
    • 8185

    Description

      sanity-quota test 18 prints an incomplete error message when the test file size does not match the expected file size. The message that is printed out looks like

      Lustre: DEBUG MARKER: sanity-quota test_18: @@@@@@ FAIL: expect 104857600,
      

      The code that constructs the error message is

      if [ $testfile_size -ne $((BLK_SZ * 1024 * 100)) ] ; then
      	quota_error u $TSTUSR "expect $((BLK_SZ * 1024 * 100)),"
      		"got ${testfile_size}. Verifying file failed!"
      fi
      

      Attachments

        Activity

          People

            jamesanunez James Nunez (Inactive)
            jamesanunez James Nunez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: