-
Story
-
Resolution: Unresolved
-
Major
-
openshift-4.19
-
None
-
None
We currently set the --feature-gates=Topology feature gate flag passed to csi-provisioner to True or False depending on whether the environment supports this.
We should move this logic to the Cinder CSI Driver itself. One potential solution is to selectively report the feature flag based upon the same logic:
In this case, we should also provide a way to override this configuration via a configuration file or a CLI option.
- is depended on by
-
OSASINFRA-3652 Remove configuration of {{--feature-gates=Topology}} opt
- To Do