cinder/releasenotes/notes/bug-1892034-Volume-name-is-not-validated-for-host-4ec0d1bd14281c77.yaml
GirishChilukuri 6f1531ab1b [SVF]: Volume name is not validated for host
[Spectrum Virtualize Family] During terminate_connection
volume_name is passed as input to ensure that volume
mapping for the host is removed.

Currently get_host_by_connector ignore the volume_name validation
if the host is found in the connector wwpns. This causes issues in
some scenarios where WWPNS from different host entry are passed.

Closes-Bug: #1892034

Change-Id: I55f7dd92a4a1bab4a6b00d1b42707aa98b4b2eae
2021-03-17 07:27:19 +00:00

8 lines
295 B
YAML

---
fixes:
- |
IBM Spectrum Virtualize Family driver `Bug #1892034
<https://bugs.launchpad.net/cinder/+bug/1892034>`_: Fixed issue in
get_host_from_connector that volume name is not validated to get the
host during terminate connection when the volume name is passed as input.