mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 10:33:35 +00:00
e2e: add/modify deployment files for cephfs snapshot/clone tests
Add snapshot class, snapshot, restore, clone PVC and pod yamls for e2e test to consume Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
b40af5d1a5
commit
c85d03c79e
9
examples/cephfs/snapshot.yaml
Normal file
9
examples/cephfs/snapshot.yaml
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
apiVersion: snapshot.storage.k8s.io/v1beta1
|
||||
kind: VolumeSnapshot
|
||||
metadata:
|
||||
name: cephfs-pvc-snapshot
|
||||
spec:
|
||||
volumeSnapshotClassName: csi-cephfsplugin-snapclass
|
||||
source:
|
||||
persistentVolumeClaimName: csi-cephfs-pvc
|
Reference in New Issue
Block a user