mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
2b180d89c5
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>
17 lines
312 B
YAML
17 lines
312 B
YAML
---
|
|
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: cephfs-pvc-restore
|
|
spec:
|
|
storageClassName: csi-cephfs-sc
|
|
dataSource:
|
|
name: cephfs-pvc-snapshot
|
|
kind: VolumeSnapshot
|
|
apiGroup: snapshot.storage.k8s.io
|
|
accessModes:
|
|
- ReadWriteMany
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|