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

t-f stopall() defect: num not initialized

    XMLWordPrintable

Details

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

    Description

      the following test demonstrates the defect:

      test_0A () {
              local num=100
              echo $num
              stopall
              echo $num after stopall
      }
      

      Result:

      == sanity test 0A: num =================================== 17:00:03 (1648659603)
      100
      Stopping clients: fre0107,fre0108 /mnt/lustre (opts:)
      Stopping client fre0107 /mnt/lustre opts:
      Stopping client fre0108 /mnt/lustre opts:
      Stopping clients: fre0107,fre0108 /mnt/lustre2 (opts:)
      Stopping /mnt/lustre-mds1 (opts:-f) on fre0105
      Stopping /mnt/lustre-mds2 (opts:-f) on fre0105
      Stopping /mnt/lustre-ost1 (opts:-f) on fre0106
      Stopping /mnt/lustre-ost2 (opts:-f) on fre0106
      Stopping /mnt/lustre-mgs (opts:) on fre0105
      2 after stopall
      PASS 0A (33s)
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: