Details
-
New Feature
-
Resolution: Fixed
-
Critical
-
None
-
3
-
12785
Description
#5: Sparse OST indicies
#6: Setstripe for specified OSTs.
Attachments
Issue Links
- is related to
-
LU-5170 lfs usability
-
- Open
-
-
LU-5878 lfs migrate sends file to stdout
-
- Closed
-
-
LU-9392 lfs migrate -o and lfs setstripe -o should pick OST from ost_list
-
- Open
-
-
LU-8417 setstripe -o does not work on directories
-
- Resolved
-
- is related to
-
LU-3840 llapi_layout API design discussion
-
- Closed
-
-
LU-6135 improved support for selecting specific OSTs for files
-
- Resolved
-
(1 is related to )
Not with the patch directly. I did see failures due to the new layout api using fsetxattr instead of the ioctl for setting stripes. There was code in ll_setxattr that if sent in stripe_offset was set to zero it was set to -1 which meant a random OST was picked instead of OST 0. The base
LU-2182patch which this work depends on should now behave properly. We will see once Maloo is done.