-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable object-map,exclusive-lock or use the storageClass imageFeatures for "-temp" cloned RBD volumes #4936
Comments
As these are the default in RBD, this can also be changed to include those. @nixpanic @Rakshith-R any thoughts on this? |
My preference would be to add the options for the cloning process, but ideally not an other configuration parameter if we can avoid it. Has it been confirmed that with those options |
It still seems slow but faster than without... I don't have enough knowledge about the snapshots to explain it. |
I think we should
|
/assign |
Thanks for taking this issue! Let us know if you have any questions! |
We also need to ensure layers and deep-flatten are definitely present on temp and snapshot backing image since they are needed for proper flattening to occur. |
Describe the feature you'd like to have
In
ceph-csi/internal/rbd/clone.go
Line 115 in 00c7fb3
-temp
volumes are hard-coded tolayering,flatten
, making it impossible to dorbd 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 enableobject-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 quicklyHow would the end user gain value from having this feature?
Quick
rbd du
The text was updated successfully, but these errors were encountered: