From 5d12fff79e09f042b38133094fe0541d48ddbf0c Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 21 Apr 2017 14:55:26 -0400 Subject: [PATCH] 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 (cherry picked from commit b6996365d3e1570e2cca6df1481eafc25d23fa73) --- nova/compute/manager.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nova/compute/manager.py b/nova/compute/manager.py index 6e9756277c20..5bb998988998 100644 --- a/nova/compute/manager.py +++ b/nova/compute/manager.py @@ -5642,10 +5642,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) self._clean_instance_console_tokens(ctxt, instance) if migrate_data and migrate_data.obj_attr_is_set('migration'):