Displaying 2 results from an estimated 2 matches for "paundu".
Did you mean:
pandu
2014 Nov 25
2
how to modify virsh vm start script
I use libvirt to manage a QEMU/KVM system. Starting a VM only by using
> virsh start vmname
What I want to know is how to add an option to virsh vm's start
script, in my case I want to add QEMU logging option (-d and -D). I
can see from
> ps aux | grep qemu
that current VM started using virsh not including those options
~ady
2014 Nov 25
0
Re: how to modify virsh vm start script
On Tue, Nov 25, 2014 at 12:46:41PM +0900, Ady Wahyudi Paundu wrote:
>I use libvirt to manage a QEMU/KVM system. Starting a VM only by using
> > virsh start vmname
>What I want to know is how to add an option to virsh vm's start
>script, in my case I want to add QEMU logging option (-d and -D). I
>can see from
> > ps aux | grep q...