This updates the current series bugfix release notes to use the
recommended format we now suggest.
Change-Id: Ibc05e0e0ad6180f154cfff5bf903f57de2370185
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
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