mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
rbd supports ReadWriteMany for block mode
update example rbd PVC from ReadWriteMany to ReadWriteOnce as rbd supports ReadWriteMany only if pvc mode is block Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
983f28ad2f
commit
7f993707ca
@ -10,7 +10,7 @@ spec:
|
||||
kind: VolumeSnapshot
|
||||
apiGroup: snapshot.storage.k8s.io
|
||||
accessModes:
|
||||
- ReadWriteMany
|
||||
- ReadWriteOnce
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
Loading…
Reference in New Issue
Block a user