mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
cephfs: change the volumetype to RWX instead of RWO
The intention here is to keep the example YAMLs of CephFS with recommended Access Mode of CephFS which is RWX instead of RWO. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
parent
22158ebf17
commit
2b180d89c5
@ -9,7 +9,7 @@ spec:
|
||||
name: csi-cephfs-pvc
|
||||
kind: PersistentVolumeClaim
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
@ -10,7 +10,7 @@ spec:
|
||||
kind: VolumeSnapshot
|
||||
apiGroup: snapshot.storage.k8s.io
|
||||
accessModes:
|
||||
- ReadWriteOnce
|
||||
- ReadWriteMany
|
||||
resources:
|
||||
requests:
|
||||
storage: 1Gi
|
||||
|
Loading…
Reference in New Issue
Block a user