You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue/Feature Description:
Currently multiple CSI drivers cannot be deployed in a single k8s deployment using soda-csi-provisioner as only one csi driver can hold the lock for soda-csi
Why this issue to fixed / feature is needed(give scenarios or use cases):
This needs to be fixed to support heterogeneous support for soda-csi plug n play
How to reproduce, in case of a bug:
Deploy 2 CSI drivers with soda-csi-provisioner image
The text was updated successfully, but these errors were encountered:
We have tried the above-mentioned issue with different CSI drivers and came to some conclusions which are listed below :
If there are more than one CSI driver from the same storage vendor, it should be deployed in a different namespace to avoid the soda-csi lock conflicts.
for example :
we have used OPENEBS-LVM CSI driver in Kube-system namespace and OPENEBS-ZFS CSI driver in Kube-system-zfs namespace,
both were working without holding any locks for soda-csi.
CSI drivers from different storage vendors can be deployed in the same namespace without having any conflict.
for example :
we have used the CEPH-RBD CSI driver and IBM CSI driver both in the default namespace and didn't notice any soda-csi lock conflict issue.
sure sir I have committed the changes in the below-mentioned PR. I request you to review it and suggest if any changes required. sodafoundation/documentation#163
thanx.
Issue/Feature Description:
Currently multiple CSI drivers cannot be deployed in a single k8s deployment using soda-csi-provisioner as only one csi driver can hold the lock for
soda-csi
Why this issue to fixed / feature is needed(give scenarios or use cases):
This needs to be fixed to support heterogeneous support for soda-csi plug n play
How to reproduce, in case of a bug:
Deploy 2 CSI drivers with soda-csi-provisioner image
The text was updated successfully, but these errors were encountered: