-
Bug
-
Resolution: Unresolved
-
Critical
-
odf-4.12
Description of problem (please be detailed as possible and provide log
snippests):
- Trying to add infra toleration in rook-ceph-operator-configmap for csi-rbdplugin-holder-ocs-storagecluster-cephcluster daemon set. Toleration is not reflecting in the ds.
- There are 9 csi-rbdplugin-holder pods running, however desired count is 6 in daemonset.
Version of all relevant components (if applicable):
ODF 4.12
Does this issue impact your ability to continue to work with the product
(please explain in detail what is the user impact)?
Yes, as holder pods are not running on infra node, application pod running on infra node fail to mount pvc with below error:
fetching NodeStageSecretRef openshift-storage/rook-csi-rbd-node failed: kubernetes.io/csi: failed to find the secret rook-csi-rbd-node in the namespace openshift-storage with error: secrets "rook-csi-rbd-node" is forbidden
Is there any workaround available to the best of your knowledge?
No
Rate from 1 - 5 the complexity of the scenario you performed that caused this
bug (1 - very simple, 5 - very complex)?
3
Can this issue reproducible?
Yes
Can this issue reproduce from the UI?
Yes
If this is a regression, please provide more details to justify this:
No
Steps to Reproduce:
1. Deploy ODF using multus network
2. Add infra taint for infra node in infra machineset
3. Add infra toleration for csi-plugin pods in rook-ceph-operator-configmap
Actual results:
Toleration is missing in csi-cephfsplugin-holder-ocs-storagecluster-cephcluster daemonset.
Expected results:
Toleration should reflect in csi-cephfsplugin-holder-ocs-storagecluster-cephcluster daemonset.
Additional info:
In next private comment.
- external trackers