virsh list command not showing any domain
Asked Answered
B

1

16

I am running Ubuntu 12.04 on a VM on Fedora 18 host using QEMU/KVM and libvirtd. Now, when I fire up the virsh and give list command, it doesn't show any domain running, though my VM is running quite fine. Any idea what am I doing wrong?

Beyer answered 21/6, 2013 at 6:22 Comment(0)
A
30

It may caused by the user you issued the virsh command. It's normal that you start your VM by sudo but you can see nothing under your other accounts.

You can see your VMs via sudo virsh list --all

Awed answered 24/6, 2013 at 15:8 Comment(1)
Thanks! I was missing sudoHandknit

© 2022 - 2024 — McMap. All rights reserved.