Describe the feature you'd like to have
In
|
f := []string{librbd.FeatureNameLayering, librbd.FeatureNameDeepFlatten} |
the features for
-temp volumes are hard-coded to
layering,flatten, making it impossible to do
rbd du in that cluster. Would it be possible to take the list of features from CSI config the same way it'sfor regular images? Or also enable
object-map,exclusive-lock for these?
What is the value to the end user? (why is it a priority?)
Be able to see rbd du for all images quickly
How would the end user gain value from having this feature?
Quick rbd du
Describe the feature you'd like to have
In
ceph-csi/internal/rbd/clone.go
Line 115 in 00c7fb3
-tempvolumes are hard-coded tolayering,flatten, making it impossible to dorbd duin that cluster. Would it be possible to take the list of features from CSI config the same way it'sfor regular images? Or also enableobject-map,exclusive-lockfor these?What is the value to the end user? (why is it a priority?)
Be able to see
rbd dufor all images quicklyHow would the end user gain value from having this feature?
Quick
rbd du