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:
Humble Chirammal 2020-08-11 12:05:36 +05:30 committed by mergify[bot]
parent 22158ebf17
commit 2b180d89c5
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ spec:
name: csi-cephfs-pvc name: csi-cephfs-pvc
kind: PersistentVolumeClaim kind: PersistentVolumeClaim
accessModes: accessModes:
- ReadWriteOnce - ReadWriteMany
resources: resources:
requests: requests:
storage: 1Gi storage: 1Gi

View File

@ -10,7 +10,7 @@ spec:
kind: VolumeSnapshot kind: VolumeSnapshot
apiGroup: snapshot.storage.k8s.io apiGroup: snapshot.storage.k8s.io
accessModes: accessModes:
- ReadWriteOnce - ReadWriteMany
resources: resources:
requests: requests:
storage: 1Gi storage: 1Gi