search for: networkparainfoptr

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

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 should work correctly. Michal
2013 May 31
0
Re: Fwd: Does Set Block IO tune take effect in the same session.
...ds, 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 burst value. Try leaving the limit and it >...
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