Skip to content

Commit

Permalink
ci: add more tests for cephfs external test
Browse files Browse the repository at this point in the history
Adding more tests for cephfs external tests

Signed-off-by: Madhu Rajanna <[email protected]>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Apr 24, 2024
1 parent b095e04 commit cc0427f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions scripts/k8s-storage/driver-cephfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,18 @@ DriverInfo:
# Volume ownership via fsGroup
fsGroup: false

# multiple pods on a node can use the same volume concurrently
multipods: true

# support online expansion
onlineExpansion: true

# supports ReadWriteOncePod pod
readWriteOncePod: true

# supports ROX AccessMode in PVC
capReadOnlyMany: true

# Raw block mode
block: false

Expand Down

0 comments on commit cc0427f

Please sign in to comment.