Live-migration fails without a logged root cause
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
neutron |
New
|
Medium
|
Unassigned |
Bug Description
Operating system distribution and version: Ubuntu 18.04
Neutron package version: 2:14.0.
Nova package version: 2:19.0.
Cloud was deploying (using Juju charms) as rocky, then upgraded to stein.
There are a number of instances that I need to migrate from one compute node to another, but:
$ openstack server migrate --block-migration 8703d9db-
Migration pre-check error: Binding failed for port 5a3c5d23-
$
However, even with debug logging enabled, all that shows up in the neutron-api logs is:
2019-10-25 09:34:12.147 1569534 INFO neutron.wsgi [req-ac358ed5-
Which suggests that for some reason, the API call to retrieve port bindings is failing, but there's no further information in the logs for me to debug exactly why.
Changed in nova: | |
status: | New → Confirmed |
Changed in nova: | |
assignee: | nobody → Alexey Stupnikov (astupnikov) |
Port binding failures are usually in the neutron agent logs rather than the API logs so check the neutron agent logs for that port around the time of the failure.