8776c81f64
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
5 lines
122 B
YAML
5 lines
122 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fixed bug #1783582, where calls to os-force_detach were failing on NetApp
|
|
ONTAP iSCSI/FC drivers. |