-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Labels
Description
Describe the feature you'd like to have.
In addition to having replicated volumes, it should be possible to provision erasure coded volumes via parameters.volumeType.type and parameters.volumeType.disperse.*
What is the value to the end user? (why is it a priority?)
Users may prefer to make the capacity/performance trade-off that is available with disperse volumes.
How will we know we have a good solution? (acceptance criteria)
- When
parameters.volumeType.typehas a value ofdisperse, an EC volume will be created parameters.volumeType.disperse.datacan be used to change the number of data fragments, defaulting to 4parameters.volumeType.disperse.redundancycan be used to change the number of checksum fragments, defaulting to 2.
Additional context
parameters.volumeType.typeshould default toreplicate, notdisperse
Ref: #30
Reactions are currently unavailable