mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 22:40:12 +01:00
added snapshot and clone related test cases. Also restructure the BDD framework to loop through the supported fstypes and perfrom all the test cases we have. Signed-off-by: Pawan <pawan@mayadata.io>
8 lines
229 B
YAML
8 lines
229 B
YAML
kind: VolumeSnapshotClass
|
|
apiVersion: snapshot.storage.k8s.io/v1beta1
|
|
metadata:
|
|
name: zfspv-snapclass
|
|
annotations:
|
|
snapshot.storage.kubernetes.io/is-default-class: "true"
|
|
driver: zfs.csi.openebs.io
|
|
deletionPolicy: Delete
|