Oracle KVM Host - cant see stopped VMs with virsh
Hi,
I cant list my VM-s using virsh that are stopped (shutdown). When running or paused everything is fine:
[root@ovm-kvm-host-t2 ~]# virsh -r list --all
Id Name State
----------------------------------
53 test.example.com running
But when is shutdown:
[root@ovm-kvm-host-t2 ~]# virsh shutdown test.example.com
Please enter your authentication name: xxxx
Please enter your password:
Domain test.example.com is being shutdown
[root@ovm-kvm-host-t2 ~]# virsh -r list --all
Id Name State
--------------------
[root@ovm-kvm-host-t2 ~]#
Have cluster of two hosts but VMs is not visible on any host through "virsh".
Version of OLVM is 4.3.10.4.
Regards
Zack