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

Interop 2.5<->2.6 failure on test suite sanity-sec test_7: nodemap_add failed with 1

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • Lustre 2.6.0
    • Lustre 2.6.0
    • None
    • server: 2.5.0
      client: lustre-master build # 1837
    • 3
    • 12430

    Description

      This issue was created by maloo for sarah <sarah@whamcloud.com>

      This issue relates to the following test suite run: http://maloo.whamcloud.com/test_sets/3a997954-8337-11e3-a5fa-52540035b04c.

      The sub-test test_7 failed with the following error:

      nodemap_add failed with 1

      Info required for matching: sanity-sec 7

      Attachments

        Issue Links

          Activity

            [LU-4548] Interop 2.5<->2.6 failure on test suite sanity-sec test_7: nodemap_add failed with 1

            A fix for this was landed via http://review.whamcloud.com/8057 in LU-3527.

            adilger Andreas Dilger added a comment - A fix for this was landed via http://review.whamcloud.com/8057 in LU-3527 .

            Joshua, this is the problem that I pointed out in the most recent patch. The 2.6 client (with the 2.6 test scripts) is trying to run the nodemap commands against a 2.5 server, which does not understand them. This needs a check like:

                    [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.5.53) ] &&
                            skip "MDS does not support nodemap" && return
            
            adilger Andreas Dilger added a comment - Joshua, this is the problem that I pointed out in the most recent patch. The 2.6 client (with the 2.6 test scripts) is trying to run the nodemap commands against a 2.5 server, which does not understand them. This needs a check like: [ $(lustre_version_code $SINGLEMDS) -lt $(version_code 2.5.53) ] && skip "MDS does not support nodemap" && return

            People

              wc-triage WC Triage
              maloo Maloo
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: