-
Notifications
You must be signed in to change notification settings - Fork 547
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
ceph-csi 3.12.0 not able to provision RBD PVC. #4777
Comments
as commented in the original issue adding upper-mentioned arg to the provisioner does solve the issue.
to your values |
well its actually for both helm/manual deployment. let me summarise this - I made changes in #4726 to add an option enable/disable topology from Ceph-CSI. But it isn't good as users would want some StorageClasses to use topology based provisioning, others not which is handled by the same Ceph-CSI driver. other solution is that we could have
|
IMO above 1, 2 is the right options when to use and when not to use topology based provisioning. we need to avoid introducing new flags to enable and disable as in same cluster we need to support both, i am fine to make |
#4776 should fix the
CSI NodePlugin with v.3.12.0 driver fails when missing domain labels
deployed via helm.We yet to decide on how to enable/disable topology aware provisioning (#4726).
For now, the workaround is to add
--feature-gates=Topology=false
for csi-provisioner in csi-rbdplugin-provisioner deployment pod.@ypyly, Can you please try with above workaround and see if that helps you?
Originally posted by @iPraveenParihar in #4775 (comment)
The text was updated successfully, but these errors were encountered: