mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-01-17 18:29:30 +00:00
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:
parent
b679981f24
commit
6c942d5030
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user