On 07/22/2010 03:51 PM, Kris wrote: > On 07/22/2010 03:40 PM, Daniel Herrington wrote: > >> All, >> >> When I list my guests in virsh I see: >> >> d...@arrakis:/kvm/dan$ virsh -c qemu:///system list >> Id Name State >> ---------------------------------- >> >> Yet, in virt-manager I can see all three vm's running. Why does >> virt-manager have a completely different output than virsh? Does anyone >> know where virsh list command looks for registered guests? >> > Check your groups. I'm in the following: > > kr...@foo:~$ groups > krisa kvm libvirtd > > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug > Stupid user error.
By default list only shows machines in some kind of running state. You need to use the --all on list if the images are shutdown. I just connected to the remote in virt-manager and saw all three machines were down. -- Daniel B. Herrington Director of Field Services Robert Mark Technologies [email protected] o: 651-769-2574 ho: 503-419-6464 m: 503-358-8575 _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
