Hi *,
I am having a problem where on a KVM host I run virsh list --all. I only see the running
VMs :
[root@MBGVRT3323 ~]# virsh list --all
Please enter your authentication name:
Please enter your password:
Id Name State
-----------------------------------
3 MBPDBS0583U-CLONE running
4 MBGDBS3156U-CLONE running
I know there are two more VMs that are shutdown , and if I run virsh list --state-shutoff
, nothing is returned. in fact, look at the numbering of the two running VMs, 3 and 4.
The GUI shows the two running and the other two as being shutdown.
Why is this happening ? Given this, seems the only way to start the two VMs which are
down is in the GUI and not with virsh start domain which seems limiting. Any ideads would
be greatly appreciated.
[root@MBGVRT3323 ~]# virsh version
Please enter your authentication name: root
Please enter your password:
Compiled against library: libvirt 5.7.0
Using library: libvirt 5.7.0
Using API: QEMU 5.7.0
Running hypervisor: QEMU 4.2.1
You have new mail in /var/spool/mail/root
[root@MBGVRT3323 ~]#