From e72cf23bc068e5a27f87cbd0f27f9769e74ebcb7 Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Thu, 4 Apr 2024 15:00:43 +0200 Subject: [PATCH] ci: run snapshot tests and expand tests enabling snapshot,pvc clone tests and the expand tests to see if everything works fine. Signed-off-by: Madhu Rajanna --- scripts/k8s-storage/driver-cephfs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/k8s-storage/driver-cephfs.yaml b/scripts/k8s-storage/driver-cephfs.yaml index 9c5d6a871..2a62b6e91 100644 --- a/scripts/k8s-storage/driver-cephfs.yaml +++ b/scripts/k8s-storage/driver-cephfs.yaml @@ -46,7 +46,7 @@ DriverInfo: volumeLimits: false # Support for volume expansion in controllers - controllerExpansion: false + controllerExpansion: true # Support for volume expansion in nodes nodeExpansion: false @@ -61,7 +61,7 @@ DriverInfo: topology: false # Support populate data from snapshot - snapshotDataSource: false + snapshotDataSource: true # Support populated data from PVC - pvcDataSource: false + pvcDataSource: true