cinder/releasenotes/notes/unity-return-logged-out-initiator-6ab1f96f21bb284c.yaml
Ryan Liang 1ef06d4a31 [Unity] Return logged-out initiators
In current implementation, Unity driver doesn't return the targets which
connect to the logged-out initiators, which causes the zone manager
fails to clean up the FC zone.

The fix returns all the targets of specified initiators no matter they
are logged in or not.

Change-Id: I1438d0bd4a43e1813dfb0a6e9b3c4a177c2fee8f
Closes-bug: #1773305
2018-05-25 14:05:01 +08:00

8 lines
276 B
YAML

---
fixes:
- |
Dell EMC Unity Driver: Fixes `bug 1773305
<https://bugs.launchpad.net/cinder/+bug/1773305>`__
to return the targets which connect to the logged-out initiators. Then the
zone manager could clean up the FC zone based on the correct target wwns.