Details
-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Currently lustreapi has llapi_create_volatile_param which works for basic striping, but we'll need one that also supports llapi_layout to support all the layout options.
Since this new function will likely share most of the code that is in llapi_create_volatile_param, it might make sense to create an internal
function that can handle either a param or layout, and call this from the both llapi_create_volatile_param and the new llapi_create_volatile_layout.