Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
a couple of problems on inheritance:
- the start index inherited from parent may conflict to the pool inherited from root what prevents new file creation;
- adjust stripe_count by the count of targets in the pool only if the pool is not dropped on inheritance;
- a new dir does not inherit the ost list, but inherit the other LOVEA parameters, start index in particular;
Attachments
Issue Links
Activity
Fix Version/s | New: Lustre 2.16.0 [ 15190 ] | |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Assignee | Original: WC Triage [ wc-triage ] | New: Vitaly Fertman [ vitaly_fertman ] |
Summary | Original: check the inherited pool for conflicts | New: some pool inheritance fixes |
Description |
Original:
a couple of problems on inheritance:
- the start index inherited from parent may conflict to the pool inherited from root what prevents new file creation. - a new dir does not inherit the ost list, but inherit the other LOVEA parameters, start index in particular; |
New:
a couple of problems on inheritance:
- the start index inherited from parent may conflict to the pool inherited from root what prevents new file creation; - adjust stripe_count by the count of targets in the pool only if the pool is not dropped on inheritance; - a new dir does not inherit the ost list, but inherit the other LOVEA parameters, start index in particular; |