Review Request 17638: Rest client moved to utils. Nvp extended.

2014-02-01 Thread Antonio Fornie
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/17638/ --- Review request for cloudstack, daan Hoogland and Hugo Trippaers. Repository: cl

Re: Devcloud 2 - veewee/Vagrant projects

2014-02-01 Thread chris snow
Thanks for the feedback Sebastien, it's much appreciated. I'll investigate in more detail over the next few days... On Sat, Feb 1, 2014 at 9:06 PM, Sebastien Goasguen wrote: > > On Feb 1, 2014, at 4:03 PM, Sebastien Goasguen wrote: > >> >> On Jan 31, 2014, at 12:25 PM, chris snow wrote: >> >>>

Re: ReviewBoard

2014-02-01 Thread Daan Hoogland
H David, have you started on this yet? I can't reach the review board at the moment. On Mon, Jan 27, 2014 at 8:59 PM, David Nalley wrote: > Hi folks: > > ReviewBoard is pretty bloated. There are currently 93 reviews that are open. > > Some of those haven't been updated in 7 months old. > > Unles

Re: Devcloud 2 - veewee/Vagrant projects

2014-02-01 Thread Sebastien Goasguen
On Feb 1, 2014, at 4:03 PM, Sebastien Goasguen wrote: > > On Jan 31, 2014, at 12:25 PM, chris snow wrote: > >> I finally got the packer built devcloud box to boot with vagrant, but >> running 'xe vm-list' in it results in: >> >> Error: Connection refused (calling connect ) >> >> I'm going t

Re: Devcloud 2 - veewee/Vagrant projects

2014-02-01 Thread Sebastien Goasguen
On Jan 31, 2014, at 12:25 PM, chris snow wrote: > I finally got the packer built devcloud box to boot with vagrant, but > running 'xe vm-list' in it results in: > > Error: Connection refused (calling connect ) > > I'm going to do some more investigation, but could take a while as I > get to le

Re: Findbugs report on 4.3-forward

2014-02-01 Thread Sebastien Goasguen
On Jan 31, 2014, at 12:02 PM, Ian Duffy wrote: > Just continuing this for my own learning experience as I still don't see > it. I also don't see why the outputs from the commited code are OK, on > testing I'm getting things like: [55, 107, 73, 50, 87, 100, 119, 49, 121, > 76, 56, 43, 104, 48, 11

Re: Question about selecting an EndPoint

2014-02-01 Thread Mike Tutkowski
The biggest problem I've noticed with selecting an EndPoint like this when the storage for the template can be deployed on zone-wide primary storage is that you won't necessarily select a host of the right hypervisor type to deploy the template to (ex. you could have a template for XenServer and se

Re: [PROPOSAL] Introduce API returning you an answer from CloudStack storage/host allocators whethere there is enough resources for vm deployment

2014-02-01 Thread Daan Hoogland
I like the idea. Would the api query the db or the bakends (i.e. hosts, storage, etc)? mobile bilingual spell checker used Op 1 feb. 2014 17:13 schreef "abhisek basu" : > Great idea, this would certainly reduce vm deployment failures. > > VR including RVR if needs to be created, should get incl

Re: [PROPOSAL] Introduce API returning you an answer from CloudStack storage/host allocators whethere there is enough resources for vm deployment

2014-02-01 Thread abhisek basu
Great idea, this would certainly reduce vm deployment failures. VR including RVR if needs to be created, should get included in this check. Also, can we include ways to check if a VM can be launched in a certain cluster? The idea is to allow users / admins to be able to launch vm in a certain

RE: Create GRE tunnel failed in 4.2 with XenServer.

2014-02-01 Thread Paul Angus
Hey Tuna, (and anyone else working on this) I filed bug 5967 which looks like it might relate to this - I was trying to use GRE tunnel isolation in 4.3 and got VM_REQUIRES_NETWORK errors from the XenServer when trying to start a new virtual router. https://issues.apache.org/jira/browse/CLOUDSTA

Re: [PROPOSAL] Introduce API returning you an answer from CloudStack storage/host allocators whethere there is enough resources for vm deployment

2014-02-01 Thread Ryan Lei
I believe it's a nice idea. A lot of us have experienced the annoying InsufficientCapacityException in Deploying Virtual Machines, but we can't tell exactly why just by reading the logs. If this new API could help us debug this VM deployment process to determine exactly which resource is lacking,

[EVENT] Last day for submission to CCC NA Denver April 9-11

2014-02-01 Thread Sebastien Goasguen
Hi, Today is supposed to be the last day for paper submissions to CloudStack collab Denver april 9-11th. http://cloudstackcollab.org Get them in :) -Sebastien

Re: Add new KVM hypervisor host into CloudStack

2014-02-01 Thread Serge van Ginderachter
On 1 February 2014 14:39, Indra Pramana wrote: > What I can conclude is that CPU is important to be exactly the same -- to > allow the capabilities of live VM instance migration from one host to > another. > Live migration I should have add to that. Offline migration shouldn't be a problem. Also

Re: Add new KVM hypervisor host into CloudStack

2014-02-01 Thread Indra Pramana
Hi Sugandh, Serge and Lucian, Good day to you, and thank you for all your replies! What I can conclude is that CPU is important to be exactly the same -- to allow the capabilities of live VM instance migration from one host to another. However, chassis and motherboard doesn't have to be the same

RE: Not able to add primary Storage Cloudstack 4.3

2014-02-01 Thread Paul Angus
Tejas, I guess that your entering the path as an smb path \\server\share\directory For primary storage try 'share/folder' and the 'server' without the \\ There were issues with shared primary storage, so I've included one of the devs working on the feature. The same is true for secondary storag

Contrail issues in current master

2014-02-01 Thread Hugo Trippaers
Hey Contrail friends, I’m noticing some issues with the contrail plugin in current master. When you startup CloudStack master with a fresh database it will die with a NullPointerException at ContrailManagerImpl.java:locateVpcOffering(). After killing and restarting CloudStack it works fine. S

Re: [RFC] adding volume provisioning method option

2014-02-01 Thread Nux!
On 01.02.2014 06:43, Marcus wrote: [root@server ~]# qemu-img create -f qcow2 -o preallocation=metadata imagepre.qcow2 10G Formatting 'imagepre.qcow2', fmt=qcow2 size=10737418240 encryption=off cluster_size=65536 preallocation='metadata' [root@server ~]# qemu info imagepre.qcow2 -bash: qemu: comm

Re: [RFC] adding volume provisioning method option

2014-02-01 Thread Nux!
On 01.02.2014 07:14, Marcus wrote: Oh yes, and storage overprovisioning doesn't currently work for KVM storage types, but it's a relatively simple fix: Let me know when you need someone to ask for a cherry pick. :-) Qcow files scream overprovisioning. Lucian -- Sent from the Delta quadrant us

Re: [PROPOSAL] Introduce API returning you an answer from CloudStack storage/host allocators whethere there is enough resources for vm deployment

2014-02-01 Thread Tim Mackey
How deep into dependencies would this go? For example, if a new router VM was required would that also be checked? A chunk of the race conditions and state change issues should be resolvable with ticket reservation system logic, but I'd be concerned the required locks could create problems during