Skip to content

Draft: Add patch to wait for port binding at live migration

Stefan Hoffmann requested to merge feature/fix-live-migration-notify into devel

With northd taking long (e.g. due to many nodes and resources in the cluster) it can happen that nova-compute starts and finishes the migration before northd synced the port binding update to southbound. So the VM ends up at the destination hypervisor without network connection.

This patch fixes that by waiting for southbound ovsdb to get the change.

Edited by Stefan Hoffmann

Merge request reports