diff --git a/scripts/k8s-storage/driver-cephfs.yaml b/scripts/k8s-storage/driver-cephfs.yaml index 9c5d6a87170..7c7de2c2f44 100644 --- a/scripts/k8s-storage/driver-cephfs.yaml +++ b/scripts/k8s-storage/driver-cephfs.yaml @@ -6,7 +6,7 @@ StorageClass: SnapshotClass: # Must be set to enable snapshotting tests - FromName: false + FromExistingClassName: k8s-storage-e2e-cephfs DriverInfo: # Internal name of the driver, display name in the test case and test objects @@ -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