Details
-
Task
-
Resolution: Unresolved
-
Minor
-
Lustre 2.15.3
-
4
-
9223372036854775807
Description
As a long term effort to improve the overall stability of lustre, the test suite should be evaluated and modified to allow for testing against OST and MDT sets which contain index numbers that are both high and sparse.
What I mean by this is that in many cases we're seeing more sites choosing to deploy flash OSTs within the first 100 slots, and then moving all HDD OSTs to index slots > 100 or vice-versa.
This has been shown to introduce issues which some features (most recently a memory corruption issue within pool quotas: LU-17034)
Right now the existing test suite assumes that OSTs will exist on certain low-index numbers which are hard coded into it.
This is sub-optimal to catch cases such as LU-17034, as a result we will need to modify the test suite to allow for testing these cases for all features.