diff --git a/NodeInstance.py b/NodeInstance.py index 8be5fab7..569a62fd 100644 --- a/NodeInstance.py +++ b/NodeInstance.py @@ -145,6 +145,7 @@ class NodeInstance(): most_memfree = memfree target_hypervisor = hypervisor + print('{} {}'.format(dom_uuid, target_hypervisor)) if target_hypervisor == None: ansiiprint.echo('Failed to find migration target for VM "{}"; shutting down'.format(dom_uuid), '', 'e') transaction = self.zk.transaction()