c816be897e
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
8 lines
233 B
YAML
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.
|