From 230ec1ca504acc7ed5c8671a905c231988757fcf Mon Sep 17 00:00:00 2001 From: Madhu Rajanna Date: Tue, 1 Oct 2024 10:44:25 +0200 Subject: [PATCH] ci: enable more tests for rbd enabling multipods, RWOP and ROX tests for rbd. Signed-off-by: Madhu Rajanna --- scripts/k8s-storage/driver-rbd.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/scripts/k8s-storage/driver-rbd.yaml b/scripts/k8s-storage/driver-rbd.yaml index cc688c7feb0..eb612b87ea1 100644 --- a/scripts/k8s-storage/driver-rbd.yaml +++ b/scripts/k8s-storage/driver-rbd.yaml @@ -70,3 +70,12 @@ DriverInfo: # Support populated data from PVC pvcDataSource: true + + # multiple pods on a node can use the same volume concurrently + multipods: true + + # support ReadWriteOncePod access mode + readWriteOncePod: true + + # supports ROX AccessMode in PVC for PVC with Snapshot DataSource + capReadOnlyMany: true