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
- duplicates
-
LU-2871 Data can't be striped across all the OSTs correctly by running "lfs setstripe -c -1 -i n" (n>0)
- Closed