cinder/releasenotes/notes/dell-emc-sc-bugfix-1756914-ffca3133273040f6.yaml
Tom Swanson f8980ea128 Dell EMC SC: ISCSI initialize_connection fixes.
Driver was not honoring the server in ISCSI and returning connection
information for all servers (IQNs) connected to a volume.

If multiple servers are mapped to a volume the driver was only returning
the first server for a given portal.

Closes-Bug: #1756914
Change-Id: If65780000fa8f59f663b00b88584cf289effa590
2018-03-19 15:25:57 -05:00

8 lines
311 B
YAML

---
fixes:
- Dell EMC SC driver correctly returns initialize_connection
data when more than one IQN is attached to a volume. This
fixes some random Nova Live Migration failures where the
connection information being returned was for an IQN other
than the one for which it was being requested.