From 488b2b02eec63f49b6a0f8944c034aea104249fd Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Wed, 12 Jun 2019 18:48:17 +0530 Subject: [PATCH] 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 --- examples/rbd/pvc-restore.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/rbd/pvc-restore.yaml b/examples/rbd/pvc-restore.yaml index 3fcff6b0f69..1fc76794d3b 100644 --- a/examples/rbd/pvc-restore.yaml +++ b/examples/rbd/pvc-restore.yaml @@ -10,7 +10,7 @@ spec: kind: VolumeSnapshot apiGroup: snapshot.storage.k8s.io accessModes: - - ReadWriteMany + - ReadWriteOnce resources: requests: storage: 1Gi