ci: enable more tests for rbd

enabling multipods, RWOP and ROX
tests for rbd.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna 2024-10-01 10:44:25 +02:00 committed by mergify[bot]
parent b679981f24
commit 6c942d5030

View File

@ -70,3 +70,12 @@ DriverInfo:
# Support populated data from PVC # Support populated data from PVC
pvcDataSource: true 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