cinder/releasenotes/notes/fail-detach-lun-when-auto-zone-enabled-9c87b18a3acac9d1.yaml
Ryan Liang c816be897e Unity: fail to detach lun when auto zone enabled
When the lun is the last one attached to the host and it is detached,
the attribute `host.host_luns` is None. Use `not` in if statement which
is pythonic in checking None and empty list of `host.host_luns`.

Change-Id: I5d8f63f9a78d001bc699af538f586aab8d73a5cf
Closes-bug: #1759175
2018-03-30 01:07:14 +00:00

8 lines
233 B
YAML

---
fixes:
- |
Dell EMC Unity Driver: Fixes `bug 1759175
<https://bugs.launchpad.net/cinder/+bug/1759175>`__
to detach the lun correctly when auto zone was enabled and the lun was the
last one attached to the host.