-
Notifications
You must be signed in to change notification settings - Fork 18
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
Read affinity args are not added to (CephFS/RBD) NodePlugin #158
Comments
Yes it looks like, please feel free to assign it if you are planning to work on it. |
Thought about it 🤔, I checked the ceph-csi implementation of readAffinity and the nodePlugin arg initially, the readAffinity was provided from nodeplugin args but later we moved it to @Madhu-1, do you have different thoughts on this? |
Now i remember that was the reason we considered not to add it to the NodePlugin but rather kept it at configmap, if the feature is not working as expected we can add it to the Cli argument, please test out the functionality and see if its working as expected or not. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs. Thank you for your contributions. |
Describe the bug
I see a way to enable read affinity and pass crush location labels in CephConnection CR which I did
But still the read affinity args not added to (cephfs/rbd) nodeplugin.
Looks like, we missed adding those?
ceph-csi-operator/internal/controller/driver_controller.go
Lines 996 to 1042 in 02aac5e
ceph-csi reference - https://github.com/ceph/ceph-csi/blob/8ddb615df28f5b9dabfb92fad12565206813a04c/deploy/rbd/kubernetes/csi-rbdplugin.yaml#L50-L57
The text was updated successfully, but these errors were encountered: