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

sanity-lfsck test_9a: FAIL: (4) Got speed 952, expected less than 144

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Lustre 2.10.6
    • Lustre 2.11.0
    • None
    • 3
    • 9223372036854775807

    Description

      This issue was created by maloo for Bob Glossman <bob.glossman@intel.com>

      This issue relates to the following test suite run: https://testing.hpdd.intel.com/test_sets/742f02b4-837a-11e7-b90b-5254006e85c2.

      The sub-test test_9a failed with the following error:

      (4) Got speed 952, expected less than 144
      

      This might be a dup of LU-8877, but those haven't been reported for quite a while.
      Creating a new Jira ticket for recent instances. Will let somebody else decide if they are dups.

      Info required for matching: sanity-lfsck 9a
      Info required for matching: sanity-lfsck 9b

      Attachments

        Issue Links

          Activity

            [LU-9887] sanity-lfsck test_9a: FAIL: (4) Got speed 952, expected less than 144

            John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29294/
            Subject: LU-9887 lfsck: calculate LFSCK speed properly
            Project: fs/lustre-release
            Branch: b2_10
            Current Patch Set:
            Commit: 0f14db83ab0fe0b505e3eabb7b51619cd42e5155

            gerrit Gerrit Updater added a comment - John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29294/ Subject: LU-9887 lfsck: calculate LFSCK speed properly Project: fs/lustre-release Branch: b2_10 Current Patch Set: Commit: 0f14db83ab0fe0b505e3eabb7b51619cd42e5155
            bogl Bob Glossman (Inactive) added a comment - - edited still seeing fails on master after the landing of https://review.whamcloud.com/28588 and https://review.whamcloud.com/28617: https://testing.hpdd.intel.com/test_sets/8ab76200-afbd-11e7-8d8d-5254006e85c2

            John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29293/
            Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b
            Project: fs/lustre-release
            Branch: b2_10
            Current Patch Set:
            Commit: 2efab9c82e806dc53b98fcb157aaed60af79a799

            gerrit Gerrit Updater added a comment - John L. Hammond (john.hammond@intel.com) merged in patch https://review.whamcloud.com/29293/ Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b Project: fs/lustre-release Branch: b2_10 Current Patch Set: Commit: 2efab9c82e806dc53b98fcb157aaed60af79a799

            Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/29294
            Subject: LU-9887 lfsck: calculate LFSCK speed properly
            Project: fs/lustre-release
            Branch: b2_10
            Current Patch Set: 1
            Commit: 8eb4db6c1125511d870cd848fd8cd5eba9e944eb

            gerrit Gerrit Updater added a comment - Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/29294 Subject: LU-9887 lfsck: calculate LFSCK speed properly Project: fs/lustre-release Branch: b2_10 Current Patch Set: 1 Commit: 8eb4db6c1125511d870cd848fd8cd5eba9e944eb

            Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/29293
            Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b
            Project: fs/lustre-release
            Branch: b2_10
            Current Patch Set: 1
            Commit: 917d9a4021fc0ccb911fbb2b0e261a781b91f2be

            gerrit Gerrit Updater added a comment - Minh Diep (minh.diep@intel.com) uploaded a new patch: https://review.whamcloud.com/29293 Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b Project: fs/lustre-release Branch: b2_10 Current Patch Set: 1 Commit: 917d9a4021fc0ccb911fbb2b0e261a781b91f2be
            pjones Peter Jones added a comment -

            Landed for 2.11

            pjones Peter Jones added a comment - Landed for 2.11

            Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/28617/
            Subject: LU-9887 lfsck: calculate LFSCK speed properly
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: cf800c062c8c6424c442509139297095f8a708db

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/28617/ Subject: LU-9887 lfsck: calculate LFSCK speed properly Project: fs/lustre-release Branch: master Current Patch Set: Commit: cf800c062c8c6424c442509139297095f8a708db

            Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/28588/
            Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b
            Project: fs/lustre-release
            Branch: master
            Current Patch Set:
            Commit: 6754b09335508ca4d977d10d1d05b5befd1a8aad

            gerrit Gerrit Updater added a comment - Oleg Drokin (oleg.drokin@intel.com) merged in patch https://review.whamcloud.com/28588/ Subject: LU-9887 tests: ignore error sanity-lfsck test 9a,b Project: fs/lustre-release Branch: master Current Patch Set: Commit: 6754b09335508ca4d977d10d1d05b5befd1a8aad

            simmonsja, https://review.whamcloud.com/28617 is refreshed, the new version uses dir_u64(), but gets the result from the function return value. Please check. Thanks!

            yong.fan nasf (Inactive) added a comment - simmonsja , https://review.whamcloud.com/28617 is refreshed, the new version uses dir_u64(), but gets the result from the function return value. Please check. Thanks!
            simmonsja James A Simmons added a comment - - edited

            True but if you want to do that you need to add a comment saying its okay to truncate the result. What will happen in the future is some one will look at the code and assume do_div() is wrong due to the truncate issue. So I ask you place a comment stating this. Personally I like to see things done is proper way i.e use a correct div64 function instead of reverting to do_div() but its not a hard requirement.

            simmonsja James A Simmons added a comment - - edited True but if you want to do that you need to add a comment saying its okay to truncate the result. What will happen in the future is some one will look at the code and assume do_div() is wrong due to the truncate issue. So I ask you place a comment stating this. Personally I like to see things done is proper way i.e use a correct div64 function instead of reverting to do_div() but its not a hard requirement.

            On the other hand, for LFSCK, the divisor is the run time with second unit. It is impossible that the LFSCK run time exceeds 32-bit seconds. So do_div() is enough for LFSCK.

            yong.fan nasf (Inactive) added a comment - On the other hand, for LFSCK, the divisor is the run time with second unit. It is impossible that the LFSCK run time exceeds 32-bit seconds. So do_div() is enough for LFSCK.

            People

              yong.fan nasf (Inactive)
              maloo Maloo
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: