Details
-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
Lustre 2.0.0
-
None
-
3
-
5928
Description
Currently when a pool_name is specified, the stripe_offset still refers the index of the ost in the global list of OSTs (lov_packed). However, it would make more sense for the stripe_offset to be used as an offset in the pool itself. From a quick reading of the code, I've noticed that at least lov_check_index_in_pool() and alloc_specific() need to be changed.