Comment 1 for bug 1694535

Revision history for this message
Matt Riedemann (mriedem) wrote :

This is the call from the compute manager:

https://github.com/openstack/nova/blob/c2c6960e374351b3ce1b43a564b57e14b54c4877/nova/compute/manager.py#L5087

This is the driver_detach method in the DriverVolumeBlockDevice:

https://github.com/openstack/nova/blob/c2c6960e374351b3ce1b43a564b57e14b54c4877/nova/virt/block_device.py#L264

Those args are indeed wrong and connector is missing. This is due to this refactor:

https://review.openstack.org/#/c/439520/