2020-09-24 09:20:36 +00:00
|
|
|
---
|
|
|
|
ShortName: cephcsi-cephfs-test
|
|
|
|
StorageClass:
|
|
|
|
FromExistingClassName: k8s-storage-e2e-cephfs
|
|
|
|
# FromFile: sc-cephfs.yaml
|
|
|
|
|
|
|
|
SnapshotClass:
|
|
|
|
# Must be set to enable snapshotting tests
|
2024-04-04 13:53:57 +00:00
|
|
|
FromExistingClassName: k8s-storage-e2e-cephfs
|
2020-09-24 09:20:36 +00:00
|
|
|
|
|
|
|
DriverInfo:
|
|
|
|
# Internal name of the driver, display name in the test case and test objects
|
|
|
|
Name: cephfs.csi.ceph.com
|
|
|
|
|
|
|
|
# The range of disk size supported by this driver
|
|
|
|
SupportedSizeRange:
|
|
|
|
Min: 1Gi
|
|
|
|
Max: 16Ti
|
|
|
|
|
|
|
|
# Map of strings for supported mount options
|
|
|
|
SupportedMountOption:
|
|
|
|
rw: {}
|
|
|
|
|
|
|
|
# Map of strings for required mount options
|
|
|
|
RequiredMountOption:
|
|
|
|
rw: {}
|
|
|
|
|
2020-11-24 11:54:29 +00:00
|
|
|
# Optional list of access modes required for provisioning. Default is RWO
|
2021-06-28 07:58:54 +00:00
|
|
|
# RequiredAccessModes:
|
2020-09-24 09:20:36 +00:00
|
|
|
|
|
|
|
# Map that represents the capabilities the driver supports
|
|
|
|
Capabilities:
|
2021-06-28 07:58:54 +00:00
|
|
|
# Data is persisted across pod restarts
|
2020-09-24 09:20:36 +00:00
|
|
|
persistence: true
|
|
|
|
|
|
|
|
# Volume ownership via fsGroup
|
2021-09-22 06:31:04 +00:00
|
|
|
fsGroup: false
|
2020-09-24 09:20:36 +00:00
|
|
|
|
2024-04-19 09:42:15 +00:00
|
|
|
# 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
|
|
|
|
|
2020-09-24 09:20:36 +00:00
|
|
|
# Raw block mode
|
|
|
|
block: false
|
|
|
|
|
|
|
|
# Exec a file in the volume
|
|
|
|
exec: true
|
|
|
|
|
|
|
|
# Support for volume limits
|
|
|
|
volumeLimits: false
|
|
|
|
|
|
|
|
# Support for volume expansion in controllers
|
2024-04-04 13:00:43 +00:00
|
|
|
controllerExpansion: true
|
2020-09-24 09:20:36 +00:00
|
|
|
|
|
|
|
# Support for volume expansion in nodes
|
|
|
|
nodeExpansion: false
|
|
|
|
|
2021-06-28 07:58:54 +00:00
|
|
|
# Support volume that can run on single node only (like hostpath)
|
2020-09-24 09:20:36 +00:00
|
|
|
singleNodeVolume: false
|
|
|
|
|
|
|
|
# Support ReadWriteMany access modes
|
|
|
|
RWX: true
|
|
|
|
|
|
|
|
# Support topology
|
|
|
|
topology: false
|
|
|
|
|
|
|
|
# Support populate data from snapshot
|
2024-04-04 13:00:43 +00:00
|
|
|
snapshotDataSource: true
|
2020-09-24 09:20:36 +00:00
|
|
|
|
|
|
|
# Support populated data from PVC
|
2024-04-04 13:00:43 +00:00
|
|
|
pvcDataSource: true
|