
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,938 Views
Openshift 4.8 vSan - ReadWriteMany
Hi Experts,
Morning, we would like to create a PV as storage to store Openshift Registry, but the requirement is "ReadWriteMany".
Do anyone know vSan can be used and defined as "ReadWriteMany"? General VMDK are "ReadWriteOnce" only.
Please help, thanks.
Matt
This question is part of the 100K Member Contest - don't forget to kudo the original contest post to be entered.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,884 Views
Openshift 4.8 vSan - ReadWriteMany used in term of PVC.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,833 Views
@mattyim, basically, no, it can't. Check the official documentation below in the "Table 2. Supported access modes for PVs" about the supported ReadWriteMany block storages:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,778 Views
no there seems to be a limitation with VSphere
vSphere-volume disks are ReadWriteOnce access mode, which means the volume can be mounted as read-write by a single node. See the Access modes section of the Architecture guide for more information.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,718 Views
Hello Matt,
My research shows that, starting with the vSphere 7.0, release 3 update, vSphere with Tanzu, supports persistent volumes in Read-Write-Many mode.


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- 4,604 Views
I have not checked but it could via the file services which will end up to be NFS, what cloudnative workload really needs RWX? it seems to be an anit-pattern. dependency of many nodes to share data from a single file system