You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cinder-csi-plugin: Tweak behavior of --with-topology flag (#2998)
This is currently backwards from what you'd expect when the value is
false, with the topology information always being ignored for the Cinder
requests but never ignored for the k8s CSI requests. Modify the former
so that we respect the 'availability' parameter when set - regardless of
the value of --with-topology - and ensure that we never set topology
requirements on the CSI Volume when --with-topology=false.
Signed-off-by: Stephen Finucane <[email protected]>
0 commit comments