SynologyOpenSource / synology-csi

Apache License 2.0
527 stars 114 forks source link

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

Open ginkookuo opened 10 months ago

ginkookuo commented 10 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?

iamasmith commented 3 months ago

For clarity, are you talking about iSCSI or SMB share volumes here?