You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like to have.
Implement the ability to define the set of volume options as specified in the StorageClass: parameters.volumeOptions.
What is the value to the end user? (why is it a priority?)
Depending on the workload, it is desirable to have different options set on the Gluster volumes. Some examples include setting custom cache sizes or enabling/disabling translators for the volume.
How will we know we have a good solution? (acceptance criteria)
At volume create, the driver will provision the volume and ensure all options passed in via parameters.volumeOptions.[*] are set on the newly created volume.
Additional context
Unless we can come up w/ a good reason, I suggest a straight translation of key=value into the equivalent of gluster vol set volname key value without trying to otherwise manipulate or constrain the list.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like to have.
Implement the ability to define the set of volume options as specified in the StorageClass:
parameters.volumeOptions
.What is the value to the end user? (why is it a priority?)
Depending on the workload, it is desirable to have different options set on the Gluster volumes. Some examples include setting custom cache sizes or enabling/disabling translators for the volume.
How will we know we have a good solution? (acceptance criteria)
parameters.volumeOptions.[*]
are set on the newly created volume.Additional context
Unless we can come up w/ a good reason, I suggest a straight translation of key=value into the equivalent of
gluster vol set volname key value
without trying to otherwise manipulate or constrain the list.The text was updated successfully, but these errors were encountered: