Re: [Engine-devel] CPU Pinning @engine

2012-05-24 Thread Ayal Baron
> Design updated, so pinning is not blocked, unless user will block it > (pin to host, etc). > UI will be updated shortly. Please review- > http://www.ovirt.org/wiki/Features/Design/cpu-pinning What happens if VM is not pinned to host but the other checkbox with the very long description is che

Re: [Engine-devel] CPU Pinning @engine

2012-05-24 Thread Dor Laor
On 05/24/2012 10:02 AM, Ayal Baron wrote: Design updated, so pinning is not blocked, unless user will block it (pin to host, etc). UI will be updated shortly. Please review- http://www.ovirt.org/wiki/Features/Design/cpu-pinning What happens if VM is not pinned to host but the other checkbox

[Engine-devel] planned changes for api capabilities resource

2012-05-24 Thread Michael Pasternak
the motivation: === 1. current design is not restfull 2.is not consistent with the rest of api impl. impacts: as this resource not used programmatically, we do not expect any backward compatibility issues planned change is: = from: http://l

Re: [Engine-devel] CPU Pinning @engine

2012-05-24 Thread Miki Kenneth
This is good feedback - unrelated to the vCPU pining discussion tough. Few points: 1. Migration options are relevant only when specific host is selected. 2. "run on selected host" - means pin ONLY to this host, if unavailable, the VM won't run, and no migration will occur. 3. "allow migration" -

Re: [Engine-devel] CPU Pinning @engine

2012-05-24 Thread Doron Fediuck
On 24/05/12 10:25, Dor Laor wrote: > On 05/24/2012 10:02 AM, Ayal Baron wrote: >> >> >>> Design updated, so pinning is not blocked, unless user will block it >>> (pin to host, etc). >>> UI will be updated shortly. Please review- >>> http://www.ovirt.org/wiki/Features/Design/cpu-pinning >> >> What

[Engine-devel] Host Network status isn't being updated

2012-05-24 Thread Itzik Brown
Hi, I add a network using ovirt-engine: Adding a network to a data center then attaching the network to a cluster(Non required network). Then I do the following on the host (running vdsm): #brctl addbr mynetwork #brctl addif mynetwork eth3 The refresh rate as indicated by ovirt-engine GUI is 5

Re: [Engine-devel] Host Network status isn't being updated

2012-05-24 Thread Moti Asayag
On 05/24/2012 06:24 PM, Itzik Brown wrote: > Hi, > > > > I add a network using ovirt-engine: > > Adding a network to a data center then attaching the network to a > cluster(Non required network). > > > > Then I do the following on the host (running vdsm): > > #brctl addbr mynetwork > > #

[Engine-devel] [ovirt-engine-sdk] Simplify the process of the RSDL code generation

2012-05-24 Thread ShaoHe Feng
Hi all, Now I'm using the code generation suites of ovirt-engine-sdk, I find it is very troublesome. IMO, we can simplify the process. And I want to engaged in it. there are two tools parse the api.xsd and generate the params.py code. They are generateds_gui.py and generateDS.py. but there

Re: [Engine-devel] Host Network status isn't being updated

2012-05-24 Thread Itzik Brown
So what is the refresh rate for? From: Moti Asayag [masa...@redhat.com] Sent: Thursday, May 24, 2012 6:54 PM To: Itzik Brown Cc: engine-devel@ovirt.org Subject: Re: [Engine-devel] Host Network status isn't being updated On 05/24/2012 06:24 PM, Itzik Brown w

Re: [Engine-devel] Host Network status isn't being updated

2012-05-24 Thread Moti Asayag
On 05/24/2012 10:09 PM, Itzik Brown wrote: > So what is the refresh rate for? The VdsRefreshRate configuration value holds the interval between refreshing data from the host (e.g. VM statuses) and verifying the host is responsive. > > From: Moti Asayag [ma

[Engine-devel] oVirt automated test suites

2012-05-24 Thread Shu Ming
Hi, I need a reasonable test suites to test VDSM APIs. I know most of tests are done from the engine side manually. But I think we need a reasonable test suites to define the typical workflows of engine usage calling into VDSM APIs and make sure all the functions are doing well. As engin