bundles/vmhost: add info line to QEMU VM STATUS
This commit is contained in:
parent
5639da4954
commit
c77856f97a
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@ for vm in result[2:]:
|
|||
stopped.add('{}: {}'.format(info[1], info[2]))
|
||||
|
||||
|
||||
print('{} running, {} stopped, {} crashed'.format(len(running), len(stopped), len(crashed)))
|
||||
|
||||
for vm in sorted(crashed):
|
||||
print(vm)
|
||||
|
||||
|
|
Loading…
Reference in a new issue