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>
16 lines
274 B
YAML
16 lines
274 B
YAML
---
|
|
apiVersion: v1
|
|
kind: PersistentVolumeClaim
|
|
metadata:
|
|
name: cephfs-pvc-clone
|
|
spec:
|
|
storageClassName: csi-cephfs-sc
|
|
dataSource:
|
|
name: csi-cephfs-pvc
|
|
kind: PersistentVolumeClaim
|
|
accessModes:
|
|
- ReadWriteMany
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|