Remove debug text

This commit is contained in:
2018-06-11 19:09:46 -04:00
parent a20aa76aeb
commit 47fb78f9df
2 changed files with 0 additions and 8 deletions

View File

@ -139,15 +139,9 @@ class NodeInstance():
continue
memfree = int(self.zk.get('/nodes/{}/memfree'.format(hypervisor))[0].decode('ascii'))
print(hypervisor)
print(daemon_state)
print(domain_state)
print(memfree)
print(most_memfree)
if memfree > most_memfree:
most_memfree = memfree
target_hypervisor = hypervisor
print('Here - ' + target_hypervisor)
if target_hypervisor == None:
ansiiprint.echo('Failed to find migration target for VM "{}"; shutting down'.format(dom_uuid), '', 'e')