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
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. |