mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
c85d03c79e
Add snapshot class, snapshot, restore, clone PVC and pod yamls for e2e test to consume 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:
|
|
- ReadWriteOnce
|
|
resources:
|
|
requests:
|
|
storage: 1Gi
|