mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
deploy: remove feature gate topology.
This commit removes the Topology feature gate as it is now enabled by default and will be removed in a future release. It is CSI driver's responsibility to report capability `VOLUME_ACCESSIBILITY_CONSTRAINTS` so that topology gets enabled in external-provisioner. When driver doesn't report it, external-provisioner disables topology support. As of this change, Only RBD driver supports topology based volume provisioning and it reports the `VOLUME_ACCESSIBILITY_CONSTRAINTS` capability, enabling topology support in the external-provisioner. Signed-off-by: Praveen M <m.praveen@ibm.com>
This commit is contained in:
parent
8a392e5652
commit
5118ff64e8
@ -99,7 +99,6 @@ spec:
|
|||||||
- "--timeout=150s"
|
- "--timeout=150s"
|
||||||
- "--leader-election=true"
|
- "--leader-election=true"
|
||||||
- "--retry-interval-start=500ms"
|
- "--retry-interval-start=500ms"
|
||||||
- "--feature-gates=Topology=false"
|
|
||||||
- "--feature-gates=HonorPVReclaimPolicy=true"
|
- "--feature-gates=HonorPVReclaimPolicy=true"
|
||||||
- "--prevent-volume-mode-conversion=true"
|
- "--prevent-volume-mode-conversion=true"
|
||||||
- "--extra-create-metadata=true"
|
- "--extra-create-metadata=true"
|
||||||
|
@ -111,8 +111,6 @@ spec:
|
|||||||
- "--timeout=150s"
|
- "--timeout=150s"
|
||||||
- "--retry-interval-start=500ms"
|
- "--retry-interval-start=500ms"
|
||||||
- "--leader-election=true"
|
- "--leader-election=true"
|
||||||
# set it to true to use topology based provisioning
|
|
||||||
- "--feature-gates=Topology=false"
|
|
||||||
- "--feature-gates=HonorPVReclaimPolicy=true"
|
- "--feature-gates=HonorPVReclaimPolicy=true"
|
||||||
- "--prevent-volume-mode-conversion=true"
|
- "--prevent-volume-mode-conversion=true"
|
||||||
# if fstype is not specified in storageclass, ext4 is default
|
# if fstype is not specified in storageclass, ext4 is default
|
||||||
|
Loading…
Reference in New Issue
Block a user