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

recovery-mds-scale:run_info() defect

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.16.0
    • Lustre 2.15.1
    • None
    • 3
    • 9223372036854775807

    Description

      https://testing.whamcloud.com/test_logs/34963b0f-1b9e-40bf-aa12-14236baab069/show_text

      ******* Run Information *******
      SERVER_FAILOVER_PERIOD:1200
      ...
      CLIENTCOUNT:12000
      MDTS:12001
      OSTS:12002
      *******************************
      

      Suspicious CLIENTCOUNT, MDTS, OSTS values
      patch:

      --- a/lustre/tests/recovery-mds-scale.sh
      +++ b/lustre/tests/recovery-mds-scale.sh
      @@ -64,9 +64,9 @@ run_info() {
              $oput "END_RUN_FILE:$7"
              $oput "LOAD_PID_FILE:$8"
              $oput "VMSTAT_PID_FILE:$9"
      -       $oput "CLIENTCOUNT:$10"
      -       $oput "MDTS:$11"
      -       $oput "OSTS:$12"
      +       $oput "CLIENTCOUNT:${10}"
      +       $oput "MDTS:${11}"
      +       $oput "OSTS:${12}"
              $oput "*******************************"
       }
      

      Attachments

        Activity

          [LU-16505] recovery-mds-scale:run_info() defect
          pjones Peter Jones added a comment -

          Landed for 2.16

          pjones Peter Jones added a comment - Landed for 2.16

          "Oleg Drokin <green@whamcloud.com>" merged in patch https://review.whamcloud.com/c/fs/lustre-release/+/49771/
          Subject: LU-16505 tests: run_info() minor fix
          Project: fs/lustre-release
          Branch: master
          Current Patch Set:
          Commit: 0e742161ef560bef3bdc9c055591f36142c9fefd

          gerrit Gerrit Updater added a comment - "Oleg Drokin <green@whamcloud.com>" merged in patch https://review.whamcloud.com/c/fs/lustre-release/+/49771/ Subject: LU-16505 tests: run_info() minor fix Project: fs/lustre-release Branch: master Current Patch Set: Commit: 0e742161ef560bef3bdc9c055591f36142c9fefd

          "Elena Gryaznova <elena.gryaznova@hpe.com>" uploaded a new patch: https://review.whamcloud.com/c/fs/lustre-release/+/49771
          Subject: LU-16505 tests: run_info() minor fix
          Project: fs/lustre-release
          Branch: master
          Current Patch Set: 1
          Commit: c123944c68d2ea538ae1dbe3077a7f7bde330758

          gerrit Gerrit Updater added a comment - "Elena Gryaznova <elena.gryaznova@hpe.com>" uploaded a new patch: https://review.whamcloud.com/c/fs/lustre-release/+/49771 Subject: LU-16505 tests: run_info() minor fix Project: fs/lustre-release Branch: master Current Patch Set: 1 Commit: c123944c68d2ea538ae1dbe3077a7f7bde330758

          People

            egryaznova Elena Gryaznova
            egryaznova Elena Gryaznova
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: