Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: enable more tests for rbd #4880

Merged
merged 3 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
ShortName: cephcsi-rbd-rwo-test
ShortName: cephcsi-rbd-test
StorageClass:
FromExistingClassName: k8s-storage-e2e-rbd-rwo
FromExistingClassName: k8s-storage-e2e-rbd
# FromFile: sc-rbd.yaml

SnapshotClass:
Expand All @@ -10,7 +10,7 @@ SnapshotClass:

DriverInfo:
# Internal name of the driver, display name in the test case and test objects
Name: rbd-rwo.csi.ceph.com
Name: rbd.csi.ceph.com

# The range of disk size supported by this driver
SupportedSizeRange:
Expand Down 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
2 changes: 1 addition & 1 deletion scripts/k8s-storage/sc-rbd.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: k8s-storage-e2e-rbd-rwo
name: k8s-storage-e2e-rbd
provisioner: rbd.csi.ceph.com
parameters:
clusterID: @@CLUSTER_ID@@
Expand Down