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

t-f don't complain about missing MDSDEV1

    XMLWordPrintable

Details

    • Improvement
    • Resolution: Unresolved
    • Trivial
    • None
    • None
    • None
    • 9223372036854775807

    Description

      MGSDEV=/tmp/lustre-mgs sh llmount.sh:

      ./../tests/test-framework.sh: line 4561: [: /tmp/lustre-mgs: unary operator expected
      ./../tests/test-framework.sh: line 4561: [: /tmp/lustre-mgs: unary operator expected
      ./../tests/test-framework.sh: line 4561: [: /tmp/lustre-mgs: unary operator expected

      that's because MDSDEV1 is not defined in mgsdevname():

              case $fstype in
              ldiskfs )
                      if [ $(facet_host mgs) = $(facet_host mds1) ] &&
                        ( [ -z "$MGSDEV" ] || [ $MGSDEV = $MDSDEV1 ] ); then
      

      Attachments

        Activity

          People

            bzzz Alex Zhuravlev
            bzzz Alex Zhuravlev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: