Can I use the same PVC for multiple Pods with OpenEBS?

9/14/2018

I am using openebs 0.6 in kubernertes 10.5 and want to map one pvc with two different pods on different nodes. but it is failing. I came across this link by doing google https://github.com/kubernetes/kubernetes/issues/67142 Can OpenEBS supports this?

-- Ajesh
kubernetes
openebs
storage

1 Answer

9/14/2018

You cannot use same PVC for multiple Pods in OpenEBS, as OpenEBS volumes are exposed via block storage using iSCSI. Please visit the link below for more info. https://docs.openebs.io/docs/next/faq.html#can-i-use-the-same-pvc-for-multiple-pods

-- Chandan Sagar Pradhan
Source: StackOverflow