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

parallel-scale test_statahead: FAIL: Failed to mount lustre on /tmp/mntpt/lustre0

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Minor
    • Lustre 2.1.0, Lustre 1.8.6
    • Lustre 2.1.0, Lustre 1.8.6
    • None
    • 3
    • 5064

    Description

      parallel-scale test_statahead failed as follows:

      Mounting 5 lustre clients starts on client-8-ib,client-9-ib 
      Starting client client-8-ib,client-9-ib: -o client-16-ib@o2ib:/lustre /tmp/mntpt/lustre0
      client-8-ib: Usage: mount -V                 : print version
      client-8-ib:        mount -h                 : print this help
      client-8-ib:        mount                    : list mounted filesystems
      client-8-ib:        mount -l                 : idem, including volume labels
      

      https://maloo.whamcloud.com/test_sets/5e650626-61e5-11e0-a2b4-52540025f9af

      This is caused by a bug in the zconf_mount_clients():

          local clients=$1
          local mnt=$2
          local OPTIONS=${3:-$MOUNTOPT}
      

      The above codes should be:

          local clients=$1
          local mnt=$2
          shift 2
          local OPTIONS=${@:-$MOUNTOPT}
      

      Attachments

        Issue Links

          Activity

            People

              yujian Jian Yu
              yujian Jian Yu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: