This commit is contained in:
Joshua Boniface 2018-06-11 18:36:48 -04:00
parent 266d2c3544
commit 4456d494ee
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ class NodeInstance():
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')