Debug output
This commit is contained in:
parent
8db80fd3dc
commit
3c2bf4b996
|
@ -142,6 +142,10 @@ class NodeInstance():
|
|||
if memfree > most_memfree:
|
||||
most_memfree = memfree
|
||||
target_hypervisor = hypervisor
|
||||
|
||||
print('{} {} {} {}'.format(hypervisor, memfree, most_memfree, target_hypervisor))
|
||||
|
||||
print(target_hypervisor)
|
||||
|
||||
if target_hypervisor == None:
|
||||
ansiiprint.echo('Failed to find migration target for VM "{}"; shutting down'.format(dom_uuid), '', 'e')
|
||||
|
|
Loading…
Reference in New Issue