Remove archaic reference to QEMU errors during post live migration
The compute manager should be virt-driver agnostic for the most part. This reference to errors in post-live migration for QEMU predates gerrit and goes back to a diablo commit with no further explanation of what's going on with this change, but it looks like it's what added live migration way back when: 1518e66d0c4a4a72b6893cb117648f81dd3e3aff It doesn't even make sense now, so remove it. Change-Id: I144711f9e000c7e723f3b4e3dce56e3e922cf6e4
This commit is contained in:
parent
893ee87d3c
commit
b6996365d3
@ -5575,10 +5575,6 @@ class ComputeManager(manager.Manager):
|
||||
network_info=network_info)
|
||||
LOG.info(_LI('Migrating instance to %s finished successfully.'),
|
||||
dest, instance=instance)
|
||||
LOG.info(_LI("You may see the error \"libvirt: QEMU error: "
|
||||
"Domain not found: no domain with matching name.\" "
|
||||
"This error can be safely ignored."),
|
||||
instance=instance)
|
||||
|
||||
if migrate_data and migrate_data.obj_attr_is_set('migration'):
|
||||
migrate_data.migration.status = 'completed'
|
||||
|
Loading…
x
Reference in New Issue
Block a user