cinder/releasenotes/notes/netapp-ontap-fix-force-detach-55be3f4ac962b493.yaml
Erlon R. Cruz 8776c81f64 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.

Change-Id: I7a6d3655cac173f2720a7f4ef87ce37ac4f022d7
Closes-bug: #1783582
2018-08-01 17:25:37 -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.