Details
-
Bug
-
Resolution: Fixed
-
Minor
-
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