More debug output
This commit is contained in:
parent
3c2bf4b996
commit
bed701ac38
|
@ -145,7 +145,7 @@ class NodeInstance():
|
||||||
|
|
||||||
print('{} {} {} {}'.format(hypervisor, memfree, most_memfree, target_hypervisor))
|
print('{} {} {} {}'.format(hypervisor, memfree, most_memfree, target_hypervisor))
|
||||||
|
|
||||||
print(target_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')
|
||||||
|
|
Loading…
Reference in New Issue