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

sanity test_150b: fallocate failed, error Invalid argument

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • None
    • None
    • 3
    • 9223372036854775807

    Description

      This issue was created by maloo for S Buisson <sbuisson@ddn.com>

      This issue relates to the following test suite run: https://testing.whamcloud.com/test_sets/3d7d4aaf-d22d-4a3f-b36e-aab942f0f5be

      test_150b failed with the following error:

      fallocate failed
      

      Test log shows:

      == sanity test 150b: Verify fallocate (prealloc) functionality ======================================= 08:29:28 (1653035368)
      keep default fallocate mode: 0
      fallocate failed, error Invalid argument, mode 0, offset 62914560, len 4194304
       sanity test_150b: @@@@@@ FAIL: fallocate failed 
        Trace dump:
        = /usr/lib64/lustre/tests/test-framework.sh:6273:error()
        = /usr/lib64/lustre/tests/sanity.sh:13441:test_150b()
        = /usr/lib64/lustre/tests/test-framework.sh:6576:run_one()
        = /usr/lib64/lustre/tests/test-framework.sh:6623:run_one_logged()
        = /usr/lib64/lustre/tests/test-framework.sh:6465:run_test()
        = /usr/lib64/lustre/tests/sanity.sh:13443:main()
      

      VVVVVVV DO NOT REMOVE LINES BELOW, Added by Maloo for auto-association VVVVVVV
      sanity test_150b - fallocate failed

      Attachments

        Issue Links

          Activity

            [LU-15877] sanity test_150b: fallocate failed, error Invalid argument
            jhammond John Hammond added a comment -

            Duplicate of ATM-2436.

            jhammond John Hammond added a comment - Duplicate of ATM-2436.

            "John L. Hammond <jhammond@whamcloud.com>" uploaded a new patch: https://review.whamcloud.com/47413
            Subject: LU-15877 test: debug sanity test_150b on aarch64
            Project: fs/lustre-release
            Branch: master
            Current Patch Set: 1
            Commit: b162ffd006f6a8cad700630a27439919a03ea459

            gerrit Gerrit Updater added a comment - "John L. Hammond <jhammond@whamcloud.com>" uploaded a new patch: https://review.whamcloud.com/47413 Subject: LU-15877 test: debug sanity test_150b on aarch64 Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: b162ffd006f6a8cad700630a27439919a03ea459
            jhammond John Hammond added a comment -
            00002000:00000001:1.0:1652923744.435252:0:439194:0:(ofd_dev.c:2010:ofd_fallocate_hdl()) Process leaving (rc=18446744073709551594 : -22 : ffffffffffffffea)
            
            static int ofd_fallocate_hdl(struct tgt_session_info *tsi)
            
                    start = oa->o_size;
                    end = oa->o_blocks;
                    /* client should already limit len >= 0 */
                    if (start >= end)
                            RETURN(-EINVAL); /* HERE */
            

            Added by 79053592966 https://review.whamcloud.com/47098 LU-15748 osc: fallocate interop for 2.14 clients

            jhammond John Hammond added a comment - 00002000:00000001:1.0:1652923744.435252:0:439194:0:(ofd_dev.c:2010:ofd_fallocate_hdl()) Process leaving (rc=18446744073709551594 : -22 : ffffffffffffffea) static int ofd_fallocate_hdl(struct tgt_session_info *tsi) start = oa->o_size; end = oa->o_blocks; /* client should already limit len >= 0 */ if (start >= end) RETURN(-EINVAL); /* HERE */ Added by 79053592966 https://review.whamcloud.com/47098 LU-15748 osc: fallocate interop for 2.14 clients

            People

              wc-triage WC Triage
              maloo Maloo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: