search for: virdomainsetinterfaceparameters

Displaying 4 results from an estimated 4 matches for "virdomainsetinterfaceparameters".

2013 May 16
2
Does Set Block IO tune take effect in the same session.
Hello All, I am using virDomainSetBlockIoTune() API to set the IO tune parameter for a running guest VM. I observed that after setting the value succesfully i ned to Shutdown and start the VM inorder to take the set value in effect. Is there any way with which these values come in effect in the same session of the VM without Shutting down and starting the VM. Please help regards, Vikrant
2013 May 28
2
Re: Fwd: Does Set Block IO tune take effect in the same session.
On 27.05.2013 12:36, vikrant verma wrote: > Hello Michal, > > I am using the following code - > > virDomainSetInterfaceParameters(dom, "vnet0", networkParainfoPtr, > nparams,0); > > before calling this i am assigning the following Inbound values > > inbound.average = 10 (10 kbps) > inbound .peak = 10 > inbound.burst = 10 I suspect this way too low burst value. Try leaving the limit and it sho...
2013 May 31
0
Re: Fwd: Does Set Block IO tune take effect in the same session.
...le from host to VM. Is this behavior is expected? Regards, Vikrant On Tue, May 28, 2013 at 6:57 PM, Michal Privoznik <mprivozn@redhat.com>wrote: > On 27.05.2013 12:36, vikrant verma wrote: > > Hello Michal, > > > > I am using the following code - > > > > virDomainSetInterfaceParameters(dom, "vnet0", networkParainfoPtr, > > nparams,0); > > > > before calling this i am assigning the following Inbound values > > > > inbound.average = 10 (10 kbps) > > inbound .peak = 10 > > inbound.burst = 10 > > I suspect this way too low bur...
2014 Dec 10
1
How to use blockcopy in libvirt-java
Hi, ALL, I just look for the class and method to use blockcopy in libvirt-java on this page: http://libvirt.org/sources/java/javadoc/ However, I can not find out. Libvirt-java Support blockcopy ? Thanks. Best Regards, Star Guo