mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-12-18 19:10:21 +00:00
e2e: update rbd driver name in external test
updating rbd driver name and the storageclass name to match the functionality and other drivers. Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
parent
1494f9bf95
commit
b679981f24
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
ShortName: cephcsi-rbd-rwo-test
|
ShortName: cephcsi-rbd-test
|
||||||
StorageClass:
|
StorageClass:
|
||||||
FromExistingClassName: k8s-storage-e2e-rbd-rwo
|
FromExistingClassName: k8s-storage-e2e-rbd
|
||||||
# FromFile: sc-rbd.yaml
|
# FromFile: sc-rbd.yaml
|
||||||
|
|
||||||
SnapshotClass:
|
SnapshotClass:
|
||||||
@ -10,7 +10,7 @@ SnapshotClass:
|
|||||||
|
|
||||||
DriverInfo:
|
DriverInfo:
|
||||||
# Internal name of the driver, display name in the test case and test objects
|
# 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
|
# The range of disk size supported by this driver
|
||||||
SupportedSizeRange:
|
SupportedSizeRange:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
apiVersion: storage.k8s.io/v1
|
apiVersion: storage.k8s.io/v1
|
||||||
kind: StorageClass
|
kind: StorageClass
|
||||||
metadata:
|
metadata:
|
||||||
name: k8s-storage-e2e-rbd-rwo
|
name: k8s-storage-e2e-rbd
|
||||||
provisioner: rbd.csi.ceph.com
|
provisioner: rbd.csi.ceph.com
|
||||||
parameters:
|
parameters:
|
||||||
clusterID: @@CLUSTER_ID@@
|
clusterID: @@CLUSTER_ID@@
|
||||||
|
Loading…
Reference in New Issue
Block a user