RE: createAsync Question

2013-04-17 Thread Edison Su
Creatasync doesn't need to create a storage pool on the hypervisor host, as you don't know which hypervisor host want to access the volume yet. The volume will be accessed by hypervisor host in attachvolumecmd, you can add your code in citrixresource: execute(attachvolumecmd), to create a sr

RE: grant/revokeAccess Question

2013-04-17 Thread Edison Su
This two APIs are not used currently. You can use whatever column in volumes table to store the additional information(e.g. The chap) about the volume, and send down the information to hypervisor resource, along with attachvolumecmd. Sent from my Windows Phone

Re: Review Request: CLOUDSTACK-1966 Primary Storage Limits are not validated while deploying the VM

2013-04-17 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10541/#review19304 --- Ship it! Ship It! - Devdeep Singh On April 16, 2013, 11:47

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-17 Thread Prasanna Santhanam
On Wed, Apr 17, 2013 at 11:10:01AM +0530, Rohit Yadav wrote: If it does not cost much, let's introduce a new dependency for requesting stuff (get or post etc.) using requests [1] for both marvin and cloudmonkey. Vijay, you can write your own requester, as it's not much effort required to

Re: Review Request: Storage motion changes for xenserver

2013-04-17 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10196/#review19306 --- Ship it! Ship It! - edison su On April 15, 2013, 7:24 a.m.,

Re: Review Request: NPE while migrating volume

2013-04-17 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10539/#review19307 --- Ship it! Ship It! - edison su On April 16, 2013, 7:01 a.m.,

Re: Review Request: CLOUDSTACK-1966 Primary Storage Limits are not validated while deploying the VM

2013-04-17 Thread ASF Subversion and Git Services
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10541/#review19308 --- Commit 0ddeb65fdf155b55f53ece7ff92f4a26e3f086b5 in branch

Re: Review Request: Add LXC to hypervisor.list configuration value on fresh install

2013-04-17 Thread edison su
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10480/#review19310 --- Ship it! Ship It! - edison su On April 15, 2013, 5:48 p.m.,

Re: Review Request: CLOUDSTACK-1966 Primary Storage Limits are not validated while deploying the VM

2013-04-17 Thread Abhinandan Prateek
On April 17, 2013, 6:21 a.m., Devdeep Singh wrote: Ship It! Devdeep Singh wrote: Changes look fine. Someone with the right karma needs to merge the change. merged - Abhinandan --- This is an automatically generated e-mail.

Re: API naming conventions

2013-04-17 Thread Prasanna Santhanam
On Tue, Apr 16, 2013 at 06:02:43PM +0530, Rohit Yadav wrote: Use what we have been using so far: API := lowercase action:CamelCaseSubjects lowecase action := add| remove | list | etc CamelCaseSubjects := Users|Zones|VirtualMachines|...|*subjects*... So, based on such rule; the

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread nicolas.lamirault
hi, in the CHANGES file, issue 528 seems fixed: Issues fixed in this release: [...] * CLOUDSTACK-528: Failed to create secondary storage But according to Jira (https://issues.apache.org/jira/browse/CLOUDSTACK-528), this issue is still open. Jira is outdated ? Le 16/04/2013 19:52, Joe

Review Request: CLOUDSTACL-2046 Primary Storage Secondary Storage is max limit is set 0 with listResourceLimits API response as ROOT admin

2013-04-17 Thread Sanjay Tripathi
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10566/ --- Review request for cloudstack, Devdeep Singh and Sateesh Chodapuneedi.

RE: [DIscuss]Storage image store plugin framework refactoring

2013-04-17 Thread Sanjeev Neelarapu
Hi, Few more review comments: 1.In a fresh installed environment will SSVM continue to be there? If yes will it be auto launched or admin should launch it? 2.How do we seed system vm templates in case of object storage? 3.Is there any difference in seeding system vm templates with NFS storage

Re: Review Request: CLOUDSTACK-1966 Primary Storage Limits are not validated while deploying the VM

2013-04-17 Thread Nitin Mehta
Probably not a bad time to ask if we have put in this check in all the operations - can you please enlist it ? On 16/04/13 5:17 PM, Sanjay Tripathi sanjay.tripa...@citrix.com wrote: --- This is an automatically generated e-mail. To reply,

Re: Cloudstack.org domain

2013-04-17 Thread Prasanna Santhanam
On Tue, Apr 16, 2013 at 02:07:45PM +0100, Noah Slater wrote: Okay, some success. Here is a mail sent to infrastruct...@apache.org: On 16 April 2013 13:44, Tony Stevenson pct...@apache.org wrote: Noah Slater wrote on Tue, Apr 16, 2013 at 01:33:39PM +0100: Hi, It recently came up

RE: [ACS42][QA]Issues with latest Master Build (Xenserver)

2013-04-17 Thread Sailaja Mada
Hi, My instances are running with no issues. I am using Xen 6.1 host. Thanks, Sailaja.M -Original Message- From: Sangeetha Hariharan [mailto:sangeetha.hariha...@citrix.com] Sent: Wednesday, April 17, 2013 5:04 AM To: dev@cloudstack.apache.org Subject: RE: [ACS42][QA]Issues with latest

Re: inheritable componentContexts

2013-04-17 Thread Prasanna Santhanam
On Tue, Apr 16, 2013 at 09:43:47AM -0700, Kelven Yang wrote: On 4/16/13 1:15 AM, Prasanna Santhanam t...@apache.org wrote: This is probably a question for the Spring community but I'll ask here anyway. Every so often when the componentContext.xml.in changes I find that I have to fix up

Re: [ACS42][QA]Issues with latest Master Build (Xenserver)

2013-04-17 Thread Prasanna Santhanam
On Tue, Apr 16, 2013 at 04:33:40PM -0700, Sangeetha Hariharan wrote: I am not able to start user Vms successfully using the build from master. I am testing with Xenserver 6.0.2 hosts. User Vm starts successfully but it gets to stopped state after few seconds. deployVM reports success . But

Re: database creator

2013-04-17 Thread Prasanna Santhanam
On Tue, Apr 16, 2013 at 07:33:28PM +0530, Abhinandan Prateek wrote: I have some queries regarding Database Creator: Can this feature be tested on 4.1 ? Could someone also provide more details on the following: 1. Outline the exact steps that are involved in rolling upgrade procedure?

RE: Review Request: CLOUDSTACK-1966 Primary Storage Limits are not validated while deploying the VM

2013-04-17 Thread Sanjay Tripathi
Nitin, Sailaja is testing this feature and I think she covered all the possible operations related to this feature in the Test cases she shared with the community. --Sanjay -Original Message- From: Nitin Mehta Sent: Wednesday, April 17, 2013 12:12 PM To: dev@cloudstack.apache.org;

Re: strange output on cs4.0.1 gui when restarted

2013-04-17 Thread Sebastien Goasguen
Jason, Just to clarify, you only saw this in the global settings page ? The rest of the UI is fine ? thanks -sebastien On Apr 16, 2013, at 1:12 PM, Jason Pavao jason.pa...@oracle.com wrote: Sure! It'll be my first bug! Exciting! Issue CLOUDSTACK-2050 - encode.api.response in global

[QA][PROPOSAL][ACS4.2] Test plan review: Storage Backup Object Store Plugin Framework

2013-04-17 Thread Sanjeev Neelarapu
Hi, Test plan for the feature Storage Backup Object Store Plugin Framework is developed and placed @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage_Backup_ObjectStore_Plugin_TestPlan Please review and let me know your comments. Test cases are mentioned in excel sheet named

Re: [DOCS][TRANSLATIONS] Upate

2013-04-17 Thread Sebastien Goasguen
On Apr 16, 2013, at 11:10 AM, Milamber milam...@apache.org wrote: Le 16/04/2013 13:41, Gavin Lee a ecrit : Yes, Traditional Chinese moving very quickly. Hopefully, the other languages can have more contributors. For the UI part, I saw the characters are not recognizable (browser

Re: apidocs build failing on master?

2013-04-17 Thread Prasanna Santhanam
On Tue, Apr 16, 2013 at 03:09:39PM -0700, Vijayendra Bhamidipati wrote: Hi, I'm running into the following error when trying mvn install -P developer,systemvm -Dnonoss on top of master: [INFO] [INFO] Building

Re: Add/Remove Network for VM : VMware Support

2013-04-17 Thread Saksham Srivastava
FS is available at : https://cwiki.apache.org/confluence/display/CLOUDSTACK/Add+Remove+Networks+to+VMs+%28Enhanced%29 Thanks, Saksham On Monday 15 April 2013 11:11 PM, Saksham Srivastava wrote: Following the discussion on bug: https://issues.apache.org/jira/browse/CLOUDSTACK-645 , there needs

Re: Review Request: CLOUDSTACK-1966 Primary Storage Limits are not validated while deploying the VM

2013-04-17 Thread Nitin Mehta
I see thanks Sanjay. When you see a bug in your area its generally a good practice to see holistically something similar you missed while feature development :). On 17/04/13 12:41 PM, Sanjay Tripathi sanjay.tripa...@citrix.com wrote: Nitin, Sailaja is testing this feature and I think she covered

Re: database creator

2013-04-17 Thread Abhinandan Prateek
On 17/04/13 12:33 PM, Prasanna Santhanam t...@apache.org wrote: On Tue, Apr 16, 2013 at 07:33:28PM +0530, Abhinandan Prateek wrote: I have some queries regarding Database Creator: Can this feature be tested on 4.1 ? Could someone also provide more details on the following: 1. Outline

Re: Create rbd primary storage fail in CS 4.0.1

2013-04-17 Thread Wido den Hollander
Hi, On 04/17/2013 01:44 AM, Guangjian Liu wrote: Create rbd primary storage fail in CS 4.0.1 Anybody can help about it! Environment: 1. Server A: CS 4.0.1 OS: RHEL 6.2 x86-64 2. Server B: Ceph 0.56.4 OS: RHEL 6.2 x86-64 3. Server C: KVM/Qemu OS: Ubuntu 12.04 compile libvirt and Qemu as

Re: [PROPOSAL] [CLOUDSTACK-2056] DeploymentPlanner choice via ServiceOffering

2013-04-17 Thread Nitin Mehta
Thanks for sharing this with the community Prachi. I read the wiki and had a few questions. Is there a requirement doc for this ? I wanted to understand the use cases for this. Since all the attributes are visible in service offering to the end user what is it we are trying to do here ? Give the

Re: [ACS42][QA]Issues with latest Master Build (Xenserver)

2013-04-17 Thread Abhinandan Prateek
On 17/04/13 12:28 PM, Prasanna Santhanam t...@apache.org wrote: On Tue, Apr 16, 2013 at 04:33:40PM -0700, Sangeetha Hariharan wrote: I am not able to start user Vms successfully using the build from master. I am testing with Xenserver 6.0.2 hosts. User Vm starts successfully but it gets to

Re: [RFC][FS]PVLAN for isolation within a VLAN

2013-04-17 Thread Murali Reddy
Sheng, Thanks for the FS. Couple of points in FS that made me curious of the rational behind it. Why do you want to all the end user VM's (except for DHCP server VM) in shared network to be connected only to I-port's. This means that even VM's of same user can not talk to each other, right?

Re: Create rbd primary storage fail in CS 4.0.1

2013-04-17 Thread Guangjian Liu
Thanks for your mail, you suggest compile libvirt with RBD enable. I already build libvirt-0.10.2.tar.gz as document http://ceph.com/docs/master/rbd/libvirt/ in my SERVER C(Ubuntu 12.04), Shall I build libvirt-0.10.2.tar.gz with RBD enable? use ./configure --enable-rbd instead autogen.sh? cd

RE: [ACS42][QA]Issues with latest Master Build (Xenserver)

2013-04-17 Thread Suresh Sadhu
Me too not seen issues with Xen6.1 with latest templates. Able to deploy VMs and VMs are up and running state. Build number 219 Regards Sadhu -Original Message- From: Sailaja Mada [mailto:sailaja.m...@citrix.com] Sent: 17 April 2013 12:21 To: dev@cloudstack.apache.org Subject: RE:

Re: Review Request: CLOUDSTACL-2046 Primary Storage Secondary Storage is max limit is set 0 with listResourceLimits API response as ROOT admin

2013-04-17 Thread Devdeep Singh
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10566/#review19312 --- Ship it! Ship It! - Devdeep Singh On April 17, 2013, 6:38 a.m.,

Re: Review Request: CLOUDSTACL-2046 Primary Storage Secondary Storage is max limit is set 0 with listResourceLimits API response as ROOT admin

2013-04-17 Thread Devdeep Singh
On April 17, 2013, 10:20 a.m., Devdeep Singh wrote: Ship It! Someone with the right karma should commit this change. - Devdeep --- This is an automatically generated e-mail. To reply, visit:

Re: database creator

2013-04-17 Thread Prasanna Santhanam
On Wed, Apr 17, 2013 at 02:07:20PM +0530, Abhinandan Prateek wrote: On 17/04/13 12:33 PM, Prasanna Santhanam t...@apache.org wrote: On Tue, Apr 16, 2013 at 07:33:28PM +0530, Abhinandan Prateek wrote: I have some queries regarding Database Creator: Can this feature be tested on 4.1 ?

Re: Create rbd primary storage fail in CS 4.0.1

2013-04-17 Thread Wido den Hollander
Hi, On 04/17/2013 11:37 AM, Guangjian Liu wrote: Thanks for your mail, you suggest compile libvirt with RBD enable. I already build libvirt-0.10.2.tar.gz as document http://ceph.com/docs/master/rbd/libvirt/ in my SERVER C(Ubuntu 12.04), Shall I build libvirt-0.10.2.tar.gz with RBD enable?

Re: Review Request: CLOUDSTACK-741: Granular Global Parameters

2013-04-17 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10548/ --- (Updated April 17, 2013, 11:09 a.m.) Review request for cloudstack, Abhinandan

VM with multiple nics connected to vpc n/w and isolated n/w - what is the usecase?

2013-04-17 Thread Venkata SwamyBabu Budumuru
Currently I see that we allow VM to have multiple nics one in VPC n/w another in isolate network. Is there any use case for this? Thanks, SWAMY

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-17 Thread Prasanna Santhanam
On Wed, Apr 17, 2013 at 11:52:08AM +0530, Prasanna Santhanam wrote: On Wed, Apr 17, 2013 at 11:10:01AM +0530, Rohit Yadav wrote: If it does not cost much, let's introduce a new dependency for requesting stuff (get or post etc.) using requests [1] for both marvin and cloudmonkey.

Review Request: Fixed CLOUDSTACK-1849 [AWS Style Health Checks] Creation of LB Health Check policy fails if the value of Unhealthy Threshold parameter is 3 or more.

2013-04-17 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10570/ --- Review request for cloudstack, Murali Reddy, Vijay Venkatachalam, and Ram

devcloud hanging

2013-04-17 Thread Daan Hoogland
text/html; charset=ISO-8859-1: Unrecognized inline: alpe_email.pl

Re: devcloud hanging

2013-04-17 Thread Sebastien Goasguen
On Apr 17, 2013, at 6:55 AM, Daan Hoogland daan.hoogl...@gmail.com wrote: LS, I tried both the devcloud and devcloud2 images. both seem to hang when started with the default (xen) kernel. I am running macosx 10.6.8 and virtualbox 4.2.12 I enabled pae In both cases it hangs right after

Review Request: component tests:populate mode in the services dictionary from the network type in the list zones API response

2013-04-17 Thread SrikanteswaraRao Talluri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10571/ --- Review request for cloudstack and Prasanna Santhanam. Description ---

Re: Create rbd primary storage fail in CS 4.0.1

2013-04-17 Thread Guangjian Liu
I still meet the same result. In ubuntu 12.04, 1. I install libvirt-dev as below, apt-get install libvirt-dev 2. rebuild libvirt, see detail build log in attach. root@ubuntu:~/install/libvirt-0.10.2# ./autogen.sh running CONFIG_SHELL=/bin/bash /bin/bash ./configure --enable-rbd --no-create

Re: Connection to http://repo.maven.apache.org refused

2013-04-17 Thread Rohit Yadav
4.1 branch uses maven and there is not need to use the deps profile which is gone now. Looks like your command has -P deps, remove it. Next, looks like either there is some connectivity issue, either you're not connected to Internet, your DNS is unable to resolve the domain or the maven repo

Review Request: CLOUDSTACK-1851 [AWS Style Health Checks] Health Check monitor not getting created on Netscaler device in Basic zone setup.

2013-04-17 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10572/ --- Review request for cloudstack, Murali Reddy, Vijay Venkatachalam, and Ram

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Sebastien Goasguen
On Apr 16, 2013, at 4:45 PM, Joe Brockmeier j...@zonker.net wrote: On Tue, Apr 16, 2013, at 03:40 PM, Wei ZHOU wrote: Thanks, David. It is not in the list of changes. Sorry about that. I pulled the changes from Jira and it had no fix versions tagged, so it didn't show up in the list of

[ACS41][Patch Request]

2013-04-17 Thread Mice Xia
commit 4d0a460bad05bfc89a9f2d93724221c7c517626e Author: Mice Xia mice_...@tcloudcomputing.com Date: Wed Apr 17 21:24:33 2013 +0800 fix CLOUDSTACK 1991 CreateTagsCmd.java, DeleteTagsCmd.java, and ListTagsCmd.java all contain invalid version

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 09:20:16AM -0400, Sebastien Goasguen wrote: On Apr 16, 2013, at 4:45 PM, Joe Brockmeier j...@zonker.net wrote: On Tue, Apr 16, 2013, at 03:40 PM, Wei ZHOU wrote: Thanks, David. It is not in the list of changes. Sorry about that. I pulled the changes from

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Sebastien Goasguen
On Apr 17, 2013, at 9:39 AM, Chip Childers chip.child...@sungard.com wrote: On Wed, Apr 17, 2013 at 09:20:16AM -0400, Sebastien Goasguen wrote: On Apr 16, 2013, at 4:45 PM, Joe Brockmeier j...@zonker.net wrote: On Tue, Apr 16, 2013, at 03:40 PM, Wei ZHOU wrote: Thanks, David. It is not

Re: VM with multiple nics connected to vpc n/w and isolated n/w - what is the usecase?

2013-04-17 Thread Marcus Sorensen
Its nice to have for migration, combined with the add/remove nic feature. That was actually the #1 reason I heard about people wanting the add/remove nic at the CS conference, to migrate between networks. Aside from that, I can't think of a reason not to allow it. I can draw up a few arbitrary

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Sebastien Goasguen
On Apr 17, 2013, at 9:41 AM, Sebastien Goasguen run...@gmail.com wrote: On Apr 17, 2013, at 9:39 AM, Chip Childers chip.child...@sungard.com wrote: On Wed, Apr 17, 2013 at 09:20:16AM -0400, Sebastien Goasguen wrote: On Apr 16, 2013, at 4:45 PM, Joe Brockmeier j...@zonker.net wrote:

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread nicolas.lamirault
Hello, I'm -1 on the 4.0.2 release due to the issue https://issues.apache.org/jira/browse/CLOUDSTACK-528 our upgrade from version 2.2.13 to 4.0.x is blocked due this issue Regards. Le 16/04/2013 19:52, Joe Brockmeier a écrit : Hi All, I've created a 4.0.2 release, with the following

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Joe Brockmeier
On Wed, Apr 17, 2013, at 08:50 AM, Sebastien Goasguen wrote: Ok solved in 95f87bd96e0db0d061e37245166059d5eb7a073b But unfortunately I want to raise https://issues.apache.org/jira/browse/CLOUDSTACK-528 which is a blocker for 4.0.2 and yet still open. Nicolas emailed several times about

Re: [ACS41][Patch Request]

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 09:36:20PM +0800, Mice Xia wrote: commit 4d0a460bad05bfc89a9f2d93724221c7c517626e Author: Mice Xia mice_...@tcloudcomputing.com Date: Wed Apr 17 21:24:33 2013 +0800 fix CLOUDSTACK 1991 CreateTagsCmd.java, DeleteTagsCmd.java, and ListTagsCmd.java all contain

Re: Review Request: component tests:populate mode in the services dictionary from the network type in the list zones API response

2013-04-17 Thread Prasanna Santhanam
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10571/#review19316 --- Ship it! 5ee3cc41fecb08b0dba16341fef12684a50ecc98 - Prasanna

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Fraysse Guillaume
Hello, Same as Nicolas, as we work together and it prohibits us from upgrading our production platform : I also vote -1 on the 4.0.2 release due to the issue https://issues.apache.org/jira/browse/CLOUDSTACK-528 Kind regards, Guillaume On Wed, Apr 17, 2013 at 4:06 PM,

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Noah Slater
Yes, we have rules. :) A release will pass if it receives 3 binding +1 votes, and more +1 votes than -1 votes in total. On 17 April 2013 15:11, Marcus Sorensen shadow...@gmail.com wrote: Do we have rules set out around this? It seems that we wouldn't stop a time-based bug fix release from

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 08:11:38AM -0600, Marcus Sorensen wrote: Do we have rules set out around this? It seems that we wouldn't stop a time-based bug fix release from going out just because it doesn't fix every bug we know of, only if it introduces a bug.

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Joe Brockmeier
On Wed, Apr 17, 2013, at 09:11 AM, Marcus Sorensen wrote: Do we have rules set out around this? It seems that we wouldn't stop a time-based bug fix release from going out just because it doesn't fix every bug we know of, only if it introduces a bug. We don't have any hard and fast rules. It's

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 04:10:50PM +0200, Fraysse Guillaume wrote: Hello, Same as Nicolas, as we work together and it prohibits us from upgrading our production platform : I also vote -1 on the 4.0.2 release due to the issue https://issues.apache.org/jira/browse/CLOUDSTACK-528 Kind

Cancelling IRC meeting today

2013-04-17 Thread Joe Brockmeier
Hey all, Unless there's a strenuous objection, I'd like to cancel today's IRC meeting. We have a fair amount of work to do to get 4.1.0 out the door, and some cleanup on 4.0.2. It's probably more productive to work through the meeting time today. I'll send a status update on 4.0.2 in a few

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Marcus Sorensen
OK, so the answer is no, we just decide as we go... On Apr 17, 2013 8:15 AM, Chip Childers chip.child...@sungard.com wrote: On Wed, Apr 17, 2013 at 08:11:38AM -0600, Marcus Sorensen wrote: Do we have rules set out around this? It seems that we wouldn't stop a time-based bug fix release from

CS 4.0.0 - vpc deployment - why tier network limited to 200mb/s ?

2013-04-17 Thread benoit lair
Hello guys, I'm testing an preproduction environment with cs4.0.0 onto centos 5.3. I'm testing a vpc environment. I'm asking why does the tier networks are limited to 200mb/s (network offering DefaultIsolatedNetworkOfferingForVpcNetworksNoLB) ? So in xencenter, if i look at the network tab of

[DOCS][ACS41] Status Update

2013-04-17 Thread Joe Brockmeier
Hey all, Just a quick update on the docs status. - Still working on release notes, in the final stretch now. I hope to have something ready to go out with the RC today or mid-day tomorrow. - We still have about 10 issues that can be fixed between now and a release candidate. CLOUDSTACK-1999 and

Re: [VOTE] Apache CloudStack 4.0.2

2013-04-17 Thread Noah Slater
It's a little more nuanced than that. ;) It's very possible that we would ship a new release that actually introduces known bugs. It is much less likely that we would ship a release that introduces known critical bugs. In the end, it is up to the community to decide. And that is a process of a

[ACS402] Status Update

2013-04-17 Thread Joe Brockmeier
Current status on 4.0.2: - Have stopped the first VOTE and will restart tomorrow. - In addition to CLOUDSTACK-528, we have a few other bugs that could still be attended to if anyone has the time. These are not blockers, but if you have the interest in taking a look, please do! * CLOUDSTACK-643:

Re: [ACS41][Patch Request]

2013-04-17 Thread Mice Xia
There's another one in reviewboard: https://reviews.apache.org/r/10536/ Summary: CLOUDSTACK-1894 User is not able to deploy VMs in a project[permission denied to access the guest network) 2013/4/17 Chip Childers chip.child...@sungard.com On Wed, Apr 17, 2013 at 09:36:20PM +0800, Mice Xia

Re: [DOCS][ACS41] Status Update

2013-04-17 Thread Sebastien Goasguen
On Apr 17, 2013, at 10:53 AM, Joe Brockmeier j...@zonker.net wrote: Hey all, Just a quick update on the docs status. - Still working on release notes, in the final stretch now. I hope to have something ready to go out with the RC today or mid-day tomorrow. - We still have about 10

Re: database creator

2013-04-17 Thread Min Chen
In my opinion, rolling upgrade may not be an accurate term here for this task. In my previous experience, rolling upgrade is defined as a upgrade process that allows users to keep their existing distributed system running while they upgrade each system gradually. I don't think that this is the

Re: deployDataCenter.py doesn't work for me on master

2013-04-17 Thread Soheil Eizadi
I copied the vhd-util from http://download.cloud.com.s3.amazonaws.com/tools/vhd-util to scripts/vm/hypervisor/xenserver/vhd-util in the tree, but it did not resolve my issue. (The problem is not with the functionality of the vhd-util but a path problem. I get that the vhd-util should be updated

RE: [ACS42][QA]Issues with latest Master Build (Xenserver)

2013-04-17 Thread Sangeetha Hariharan
Thanks Prasanna. It was indeed the problem with my service offerings - I had memory requirement set to 124.00 MB not below 64 MB. When I increased it to 200 MB , I don't see the problem anymore. I have always used a service offering with 124.00 MB before on Xenserver 6.0.2 and did not encounter

Re: CS 4.0.1 | KVM | CentOS 6.3

2013-04-17 Thread Chiradeep Vittal
You probably have another MS connecting to the same database? On 4/17/13 9:49 AM, Maurice Lawler maurice.law...@me.com wrote: No the management IP hasn't changed. My question is why when restarting Cloud Management the issue is cleared up. Then almost an hour later, it starts in again; how do I

RE: [QA][ACS42] Test Plan for Enhanced Baremetal support for Cisco UCS

2013-04-17 Thread Likitha Shetty
Hi Parth, The test plan look good to me. Thanks, Likitha -Original Message- From: Parth Jagirdar [mailto:parth.jagir...@citrix.com] Sent: Tuesday, April 16, 2013 3:00 PM To: dev@cloudstack.apache.org (dev@cloudstack.apache.org) Subject: [QA][ACS42] Test Plan for Enhanced Baremetal

Re: Review Request: CLOUDSTACK-1894 User is not able to deploy VMs in a project[permission denied to access the guest network)

2013-04-17 Thread Chip Childers
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10536/ --- (Updated April 17, 2013, 5:21 p.m.) Review request for cloudstack and Chip

[MERGE] Mixed zone management

2013-04-17 Thread Brian Federle
[Re-sending, accidentally sent to the old incubator list before due to e-mail client autocorrect :)] Hello, I would like to merge down the 'mixed zone management' support: https://issues.apache.org/jira/browse/CLOUDSTACK-738 This adds a new drop-down to the top of the UI to filter out zones

Re: [ACS41][Patch Request]

2013-04-17 Thread Chip Childers
On Tue, Apr 16, 2013 at 10:27:17PM -0600, Marcus Sorensen wrote: Thanks, here's one more related to it... commit 2057221f4f1fd5afde422b367fc416d4e44275cb Author: Marcus Sorensen mar...@betterservers.com Date: Tue Apr 16 22:18:38 2013 -0600 CLOUDSTACK-2051 - The previous patch

Re: [ACS41][Patch Request]

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 11:55:16PM +0800, Mice Xia wrote: There's another one in reviewboard: https://reviews.apache.org/r/10536/ Summary: CLOUDSTACK-1894 User is not able to deploy VMs in a project[permission denied to access the guest network) Done

Re: [MERGE] Mixed zone management

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 10:25:56AM -0700, Brian Federle wrote: [Re-sending, accidentally sent to the old incubator list before due to e-mail client autocorrect :)] Hello, I would like to merge down the 'mixed zone management' support: https://issues.apache.org/jira/browse/CLOUDSTACK-738

[ACS41] Status Update

2013-04-17 Thread Chip Childers
Hi all, Here's where we stand on ACS 4.1: One new blocker opened by Marcus today (which he assigned to himself): CLOUDSTACK-2067 KVM virtual machines can fail to start but CS thinks they are running We also need to complete the release notes / upgrade instructions. AFAIK, that's it. So once

RE: [MERGE] Mixed zone management

2013-04-17 Thread Brian Federle
Sorry, I'm confused as to what is missing in my merge request. From the wiki: Send an email with a [MERGE] tag in the subject line to the dev list. It's useful to point to the design doc on the wiki, the jira record for the work, and any of the critical discussions that talk about the changes.

Re: Review Request: Remove 2k limitation for user data on a deployVMCmd issued as an HTTP POST request

2013-04-17 Thread Chiradeep Vittal
Would be great if it passes pep8 also.(just my nitpicky self) On 4/17/13 6:49 AM, prasanna t...@apache.org wrote: On 17 April 2013 17:10, Prasanna Santhanam t...@apache.org wrote: On Wed, Apr 17, 2013 at 11:52:08AM +0530, Prasanna Santhanam wrote: On Wed, Apr 17, 2013 at 11:10:01AM +0530,

Re: database creator

2013-04-17 Thread Rohit Yadav
On Wed, Apr 17, 2013 at 10:19 PM, Min Chen min.c...@citrix.com wrote: In my opinion, rolling upgrade may not be an accurate term here for this task. In my previous experience, rolling upgrade is defined as a upgrade process that allows users to keep their existing distributed system running

RE: [MERGE] Mixed zone management

2013-04-17 Thread Brian Federle
Nevermind, I figured it out I think, I'll submit a review board request for this. -Brian -Original Message- From: Brian Federle Sent: Wednesday, April 17, 2013 10:40 AM To: 'dev@cloudstack.apache.org' Cc: Sonny Chhen; Jessica Wang; Pranav Saxena; Animesh Chaturvedi Subject: RE: [MERGE]

Re: [MERGE] Mixed zone management

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 11:11:37AM -0700, Brian Federle wrote: Nevermind, I figured it out I think, I'll submit a review board request for this. No no, please don't bother doing that! Give me a few more mins to look through things (in a meeting right now). -Brian -Original

RE: [QA][ACS42] Test Plan for Change Account Membership CS-1390

2013-04-17 Thread Sangeetha Hariharan
Parth, As part of verification after the change in ownership is done , can you include the following checks: 1. New owner is able to start the Vm successfully. 2. Original owner is not able to list this Vm. 3. Vm is not part of the original isolated network anymore and cannot be accessed from

Re: devcloud hanging

2013-04-17 Thread Rohit Yadav
On Wed, Apr 17, 2013 at 11:15 PM, Chiradeep Vittal chiradeep.vit...@citrix.com wrote: It used to work for me (back in Jan). Now I'm on 10.8. Some old macbook's have the 32-bit version of OSX and I think they cannot run DevCloud/DevCloud2 DevCloud old and newer both are x86 based and can

Re: [MERGE] Mixed zone management

2013-04-17 Thread Chip Childers
Here's the content of a great MERGE email that Likitha sent. No need for the reviewboard entry, since you're a committer! Just an update that tells us what to diff against to see the branch vs. master. Hi all, I would like to merge the feature Dedicate Public IP ranges to master. Jira

RE: [PROPOSAL] [CLOUDSTACK-2056] DeploymentPlanner choice via ServiceOffering

2013-04-17 Thread Prachi Damle
Hi Nitin, Thanks for the feedback. I have added comments inline. -Prachi -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: Wednesday, April 17, 2013 1:42 AM To: dev@cloudstack.apache.org Subject: Re: [PROPOSAL] [CLOUDSTACK-2056] DeploymentPlanner choice via

Review Request: Throw LibvirtException so that VM start failures are noticed, fix related NPE that can happen when VM starts fail

2013-04-17 Thread Marcus Sorensen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/10591/ --- Review request for cloudstack and Chip Childers. Description --- See bug

Re: devcloud hanging

2013-04-17 Thread Chiradeep Vittal
I mean 32-bit OSX on intel. DevCloud is 64-bit. On 4/17/13 11:21 AM, Rohit Yadav bhais...@apache.org wrote: On Wed, Apr 17, 2013 at 11:15 PM, Chiradeep Vittal chiradeep.vit...@citrix.com wrote: It used to work for me (back in Jan). Now I'm on 10.8. Some old macbook's have the 32-bit version

Re: [ACS41] Status Update

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 11:59:59AM -0600, Marcus Sorensen wrote: I'm testing the fix for that now. Also, this fix revealed an upstream bug in the management server. There is a path in advanceStart that can allow it to complete and return a null object without having successfully started the

[ACS41][Patch Request]

2013-04-17 Thread Marcus Sorensen
commit 8d0bea994dcd74cd6707b58ac2e4060a93f52d96 Author: Marcus Sorensen mar...@betterservers.com Date: Wed Apr 17 13:10:29 2013 -0600 CLOUDSTACK-2071 - VirtualMachineManagerImpl.java start() method for instance can fail to start a VM without notifying caller, if no exception is

Re: [ACS41][Patch Request]

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 01:13:36PM -0600, Marcus Sorensen wrote: commit 8d0bea994dcd74cd6707b58ac2e4060a93f52d96 Author: Marcus Sorensen mar...@betterservers.com Date: Wed Apr 17 13:10:29 2013 -0600 CLOUDSTACK-2071 - VirtualMachineManagerImpl.java start() method for instance can

[MERGE] Mixed zone management

2013-04-17 Thread Brian Federle
[Revised to follow proper format] Hi all, I would like to merge the feature 'mixed zone management' to master. JIRA ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-2038, https://issues.apache.org/jira/browse/CLOUDSTACK-738 FS:

Re: [MERGE] Mixed zone management

2013-04-17 Thread Chip Childers
On Wed, Apr 17, 2013 at 12:26:15PM -0700, Brian Federle wrote: [Revised to follow proper format] Hi all, I would like to merge the feature 'mixed zone management' to master. JIRA ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-2038,

Re: CS 4.0.0 - vpc deployment - why tier network limited to 200mb/s ?

2013-04-17 Thread Wei ZHOU
Alena, Thank you so much for your reply. It is very clear and helpful for me. I will work on vm disk throttling in the next days. 2013/4/17 Alena Prokharchyk alena.prokharc...@citrix.com I've located the detailed article on how to setup the network throttling in cloudStack:

Console Time-out

2013-04-17 Thread Maurice Lawler
Greetings,I have an odd issue, I am getting time-outs when attempting to access the KVM of the instances I have created and/or trying to create.Presently I have disabled ebtables / iptables to see if it was the default rules in these that was causing, same issue continues.My setup:CentOS 6.3 | KVM

RE: [MERGE] Mixed zone management

2013-04-17 Thread Brian Federle
I'll have to dig through my e-mail, since this feature was proposed a while ago (3 months) so may not have been formally introduced... Brian -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Wednesday, April 17, 2013 12:29 PM To: dev@cloudstack.apache.org

  1   2   >