Skip to content

Commit

Permalink
ci: enable more tests for rbd
Browse files Browse the repository at this point in the history
enabling multipods, RWOP and ROX
tests for rbd.

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 committed Oct 1, 2024
1 parent ab3f426 commit 230ec1c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/k8s-storage/driver-rbd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 230ec1c

Please sign in to comment.