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

save and restore $DIR1 in sanity-dom.sh

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.11.0
    • Lustre 2.11.0
    • None
    • 3
    • 9223372036854775807

    Description

      In sanity-dom.sh, DIR1 is directly configured as follows at the beginning of the script:

      lfs setstripe -E $DOM_SIZE -L mdt -E EOF $DIR1
      

      While in cfg/local.sh, it's defined as:

      MOUNT=${MOUNT:-/mnt/${FSNAME}}
      MOUNT1=${MOUNT1:-$MOUNT}
      DIR=${DIR:-$MOUNT}
      DIR1=${DIR:-$MOUNT1}
      

      So, $DIR1 is $MOUNT by default, and the DOM configuration change is actually made on $MOUNT directly, which affects all of the tests that run after sanity-dom.sh.

      Attachments

        Issue Links

          Activity

            People

              jay Jinshan Xiong (Inactive)
              yujian Jian Yu
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: