search for: vmifs_test

Displaying 3 results from an estimated 3 matches for "vmifs_test".

2014 Nov 07
3
Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
...rocess exited while connecting to monitor: qemu-kvm: -qmp tcp:127.0.0.1:1235: Duplicate ID 'monitor' for mon duplicate chardev: monitor The VM I created, without “—qmp” option, has below options showing in “ps aux | grep qemu-kvm”: -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/vmifs_test.monitor,server,nowait -mon chardev=charmonitor,id=monitor,mode=control Looks like libvirt automatically adds the monitor options upon VM creation. Is there a way to disable this and use “—qmp” instead when creating VM? Thanks for your help. Best Regards, Min
2014 Nov 11
2
Re: Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
...27.0.0.1:1235: Duplicate ID >> 'monitor' for mon duplicate chardev: monitor >> >> The VM I created, without “—qmp” option, has below options showing in >> “ps aux | grep qemu-kvm”: >> >> -chardev >> socket,id=charmonitor,path=/var/lib/libvirt/qemu/vmifs_test.monitor,server,nowait >> -mon chardev=charmonitor,id=monitor,mode=control >> >> Looks like libvirt automatically adds the monitor options upon VM >> creation. > > As I understand it, libvirt uses its own APIs to handle interactions > with QEMU monitor console, e.g...
2014 Nov 09
0
Re: Is there a way to disable libvirt qemu monitor while creating kvm vm using virsh?
...onitor: qemu-kvm: -qmp tcp:127.0.0.1:1235: Duplicate ID > 'monitor' for mon duplicate chardev: monitor > > The VM I created, without “—qmp” option, has below options showing in > “ps aux | grep qemu-kvm”: > > -chardev > socket,id=charmonitor,path=/var/lib/libvirt/qemu/vmifs_test.monitor,server,nowait > -mon chardev=charmonitor,id=monitor,mode=control > > Looks like libvirt automatically adds the monitor options upon VM > creation. As I understand it, libvirt uses its own APIs to handle interactions with QEMU monitor console, e.g. qemuMonitorOpen(), etc. If y...