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

OST index 0 never used when offset is specified

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Minor
    • None
    • Lustre 2.4.0
    • None
    • 3
    • 6977

    Description

      If the user specifies a non-zero start OST index of a file, OST index 0 is always skipped. For example,

      $ llmount.sh
      $ lfs setstripe -c 2 -i 1 /mnt/lustre/foo
      $ lfs getstripe /mnt/lustre/foo
      /mnt/lustre/foo
      lmm_stripe_count:   2
      lmm_stripe_size:    1048576
      lmm_layout_gen:     0
      lmm_stripe_offset:  1
              obdidx           objid           objid           group
                   1               1            0x1                0
                   1               2            0x2                0
      

      I have identified a simple fix which I will push to gerrit.

      Attachments

        Issue Links

          Activity

            People

              wc-triage WC Triage
              nedbass Ned Bass (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: