From 2b180d89c5e9519201dce872be8e00de75a9f5e1 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 11 Aug 2020 12:05:36 +0530 Subject: [PATCH] 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 --- examples/cephfs/pvc-clone.yaml | 2 +- examples/cephfs/pvc-restore.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/cephfs/pvc-clone.yaml b/examples/cephfs/pvc-clone.yaml index 785d17fb7..5853e2bb5 100644 --- a/examples/cephfs/pvc-clone.yaml +++ b/examples/cephfs/pvc-clone.yaml @@ -9,7 +9,7 @@ spec: name: csi-cephfs-pvc kind: PersistentVolumeClaim accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1Gi diff --git a/examples/cephfs/pvc-restore.yaml b/examples/cephfs/pvc-restore.yaml index f8413cc5c..0d33b232b 100644 --- a/examples/cephfs/pvc-restore.yaml +++ b/examples/cephfs/pvc-restore.yaml @@ -10,7 +10,7 @@ spec: kind: VolumeSnapshot apiGroup: snapshot.storage.k8s.io accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: 1Gi