nova live-migrate failing on master

Bug #1596724 reported by Dave Walker
22
This bug affects 3 people
Affects Status Importance Assigned to Milestone
kolla
Invalid
Undecided
Unassigned

Bug Description

In stable/mitaka, it was possible to do a live migration with ceph.

However, this fails on Master:
$ nova live-migration 3113f24e-4149-4a57-9918-a8d5e9d2add4
ERROR (ClientException): Unexpected API Error. Please report this at http://bugs.launchpad.net/nova/ and attach the Nova API log if possible.
<class 'MigrationError_Remote'> (HTTP 500) (Request-ID: req-77c4003e-7e26-4f3f-9710-55f7e8400079)

$ nova show 3113f24e-4149-4a57-9918-a8d5e9d2add4 | grep fault
{"message": "Migration error: Your libvirt version does not support the VIR_DOMAIN_XML_MIGRATABLE flag or your destination node does not support retrieving listen addresses. In order for live migration to work properly, you must configure the graphics (VNC and/or SPI", "code": 500, "details": " File \"/var/lib/kolla/venv/lib/python2.7/site-packages/nova/conductor/manager.py\", line 334, in _live_migrate}

Revision history for this message
Dave Walker (davewalker) wrote :

Band-aid resolved by hardcoding in nova.conf:
[vnc]
vncserver_listen = 0.0.0.0

[spice]
server_listen = 0.0.0.0
...

Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :

if so this PS will fix this issue.

Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :
Dave Walker (davewalker)
summary: - nova live-migrate with ceph, failing on master
+ nova live-migrate failing on master
Revision history for this message
Pawel Koniszewski (pawel-koniszewski) wrote :

Confirmed that this is regression in nova. In this patch https://review.openstack.org/#/c/254709 graphics checks have been moved to check_can_live_migrate_source, but we never moved setting up graphic addresses to check_can_live_migrate_destination

Changed in kolla:
status: New → Confirmed
status: Confirmed → New
Revision history for this message
Jeffrey Zhang (jeffrey4l) wrote :

https://bugs.launchpad.net/nova/+bug/1615613 this bug is fixed. mark this bug invalid

Changed in kolla:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Duplicates of this bug

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.