cinder/releasenotes/notes/win-iscsi-config-portals-51895294228d7883.yaml
Lucian Petrut b2ddad2752 Windows iSCSI: use configured iSCSI portals
At the moment, the Windows iSCSI driver ignores the configured
iSCSI ip addresses, picking up one of the available ones.

This change ensures that we only use the configured addresses when
reporting iSCSI portals, also ensuring that those are in fact
available.

As a side effect, this change enables multipath support.

Closes-Bug: #1369471

Change-Id: Ibfa8de9e3f27f4c7485abb9c4764b6daa5d5d6a8
2017-06-30 12:09:14 +03:00

10 lines
281 B
YAML

---
features:
- |
The Windows iSCSI driver now returns multiple portals when available
and multipath is requested.
fixes:
- |
The Windows iSCSI driver now honors the configured iSCSI addresses,
ensuring that only those addresses will be used for iSCSI traffic.