dell / csm

Dell Container Storage Modules (CSM)
Apache License 2.0
71 stars 16 forks source link

[QUESTION]: Share volume between multiple pods using PowerStore CSI ? #311

Closed denis256 closed 2 years ago

denis256 commented 2 years ago

Share volume between multiple pods using PowerStore CSI

Hello, I was looking for a solution to share one volume between multiple pods, and noticed that documentation mention support for ReadWriteMany mode, but in page is mentioned about NFS that can be used for concurrent access, so I'm not sure in the end if ReadWriteMany is supported and how can be used

coulof commented 2 years ago

Hi @denis256, ReadWriteMany is supported with NFS only ; the concurrency is given by NFS protocol.