mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
ci: add more tests for cephfs external test
Adding more tests for cephfs external tests Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
b095e0441a
commit
cc0427fc4b
@ -36,6 +36,18 @@ DriverInfo:
|
|||||||
# Volume ownership via fsGroup
|
# Volume ownership via fsGroup
|
||||||
fsGroup: false
|
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
|
# Raw block mode
|
||||||
block: false
|
block: false
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user