From 7f993707ca9f575fabd78926806d3a6532d3e356 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 3fcff6b0f..1fc76794d 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