Displaying 5 results from an estimated 5 matches for "hyprvisor".
Did you mean:
hypervisor
2015 Apr 20
4
<qemu:commandline> domain XML tag is not working?
...blk data plane feature for VMs in my openstack
environment, the hypervisor is ubuntu 14.04, libvirt 1.2.2 and QEMU 2.0.
As nova doesn't support that parameter yet, I did belows
1. nova boot a VM with raw disk image.
2. nova stop the VM.
3. run "virsh edit <instance-id>" on the hyprvisor node, and adding below
into instance xml just before </domain>.
However, the <qemu:commandline> part is ignored and not saved after closing
virsh edit, seems that libvirt rejected these changes. Is there any XML
syntax error here? Or libvirt doesn't support <qemu:commandline>...
2015 Apr 21
1
Re: <qemu:commandline> domain XML tag is not working?
...ou might
> want to move to a bit newer.
>
> > and QEMU 2.0.
> > As nova doesn't support that parameter yet, I did belows
> >
> > 1. nova boot a VM with raw disk image.
> > 2. nova stop the VM.
> > 3. run "virsh edit <instance-id>" on the hyprvisor node, and adding below
> > into instance xml just before </domain>.
>
> You're modifying the guest definition behind Nova's back, so you get to
> keep all the pieces if something breaks. :-)
>
> > However, the <qemu:commandline> part is ignored and not sa...
2015 Apr 21
1
Re: <qemu:commandline> domain XML tag is not working?
...vironment, the hypervisor is ubuntu 14.04, libvirt 1.2.2 and QEMU 2.0.
> > As nova doesn't support that parameter yet, I did belows
> >
> > 1. nova boot a VM with raw disk image.
> > 2. nova stop the VM.
> > 3. run "virsh edit <instance-id>" on the hyprvisor node, and adding below
> > into instance xml just before </domain>.
> >
> > However, the <qemu:commandline> part is ignored and not saved after
> closing
> > virsh edit, seems that libvirt rejected these changes. Is there any XML
> > syntax error here? O...
2015 Apr 20
0
Re: <qemu:commandline> domain XML tag is not working?
...in my openstack
> environment, the hypervisor is ubuntu 14.04, libvirt 1.2.2 and QEMU 2.0.
> As nova doesn't support that parameter yet, I did belows
>
> 1. nova boot a VM with raw disk image.
> 2. nova stop the VM.
> 3. run "virsh edit <instance-id>" on the hyprvisor node, and adding below
> into instance xml just before </domain>.
>
> However, the <qemu:commandline> part is ignored and not saved after closing
> virsh edit, seems that libvirt rejected these changes. Is there any XML
> syntax error here? Or libvirt doesn't support...
2015 Apr 20
0
Re: <qemu:commandline> domain XML tag is not working?
...eems a little old (from March 2014), you might
want to move to a bit newer.
> and QEMU 2.0.
> As nova doesn't support that parameter yet, I did belows
>
> 1. nova boot a VM with raw disk image.
> 2. nova stop the VM.
> 3. run "virsh edit <instance-id>" on the hyprvisor node, and adding below
> into instance xml just before </domain>.
You're modifying the guest definition behind Nova's back, so you get to
keep all the pieces if something breaks. :-)
> However, the <qemu:commandline> part is ignored and not saved after closing
> virsh...