Add some debugging
This commit is contained in:
		| @@ -145,6 +145,7 @@ class NodeInstance(): | |||||||
|                     most_memfree = memfree |                     most_memfree = memfree | ||||||
|                     target_hypervisor = hypervisor |                     target_hypervisor = hypervisor | ||||||
|  |  | ||||||
|  |             print('{} {}'.format(dom_uuid, target_hypervisor)) | ||||||
|             if target_hypervisor == None: |             if target_hypervisor == None: | ||||||
|                 ansiiprint.echo('Failed to find migration target for VM "{}"; shutting down'.format(dom_uuid), '', 'e') |                 ansiiprint.echo('Failed to find migration target for VM "{}"; shutting down'.format(dom_uuid), '', 'e') | ||||||
|                 transaction = self.zk.transaction() |                 transaction = self.zk.transaction() | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user