SynologyOpenSource / synology-csi

Apache License 2.0
466 stars 96 forks source link

Does driver support multiple nodes read/write access? #77

Open ginkookuo opened 5 months ago

ginkookuo commented 5 months ago

There are multiple nodes in my local K8s environment. And there are two pods share the same pvc with ReadWriteMany accessModes. If two pods created in different nodes, one pod can't get the new added files from the other pod, only if the pod restarted. Is it possible to make pvc storage sync between multiple nodes?