Files
cinder/releasenotes/notes/netapp-ontap-fix-force-detach-55be3f4ac962b493.yaml
Erlon R. Cruz 93399a32bf NetApp ONTAP: Fix driver force detach operations
Cinder API supports os-force_detach, which once invoked can call the
driver finalize_connection passing a 'None' connector. When receiving
this, the driver should handle this call by terminating every
connection between the specified volume and any host it is mapped to.

This patch fixes this behavior for NetApp ONTAP iSCSI and FC drivers.

Closes-bug: #1783582
(cherry picked from commit I2a55961b62297f0fa4e678929f69cafc5aa17bd9)

Change-Id: Id3ad0fb4ea46d09033435641f39af04cbffea77f
2018-08-16 20:23:47 -04:00

5 lines
122 B
YAML

---
fixes:
- |
Fixed bug #1783582, where calls to os-force_detach were failing on NetApp
ONTAP iSCSI/FC drivers.