cinder/releasenotes/notes/netapp-ontap-fix-detach-multiattach-d99d33dff2fefb4c.yaml
Lucio Seki e27d83f4d0 NetApp ONTAP: Fix iSCSI multiattach volume terminates connection
When detaching a volume from an instance, NetApp ONTAP driver terminates
the iSCSI connection, even if there're other connections to the LUN from
the same initiator. This terminates connections to the LUN from other
instances running on the same host.

This patch fixes this bug by leaving the connection untouched if there
are other connections from the same initiator. Now the connection is
terminated only if it's the last one from the same initiator.

Change-Id: I0b8b5930c9e8f3c049b82e92c5fb7b05d6ae9291
Closes-Bug: #1839384
2020-04-24 11:15:55 -03:00

8 lines
285 B
YAML

---
fixes:
- |
NetApp ONTAP: Fixes `bug 1839384
<https://bugs.launchpad.net/cinder/+bug/1839384>`__ Detaching any instance
from multiattached volume terminates connection. Now the connection is
terminated only if there're no other instances using the same initiator.