From 85c8ced3f98fbc73b7a1eaa72010b9d7cabe85f3 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 12 Jun 2018 21:49:46 -0400 Subject: [PATCH] Add some debugging --- NodeInstance.py | 1 + 1 file changed, 1 insertion(+) 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()