[Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Nguyen Anh Tu
Hi fork, I'm using CS 4.2.0-snapshot + Xen XCP. I set a recurring snapshot and get this error: 2013-05-23 09:30:40,150 DEBUG [storage.snapshot.SnapshotSchedulerImpl] (SnapshotPollTask:null) Scheduling 1 snapshot for volume 7 for schedule id: 2 at 2013-05-23 02:27:00 GMT 2013-05-23 09:30:40,190 WA

multiple routes on a virtual private gateway

2013-05-23 Thread Daan Hoogland
LS, In the issue 'nTier Apps 2.0 Features' multiple gateways for a VPC are implemented. This will run into limitations as to how many interfaces a router might have. Is there any work going on (or is it feasible) to implement multiple routes on a gateway, as opposed to multiple gateways? Are a

[EVENTS] Summer events in Europe

2013-05-23 Thread Sebastien Goasguen
Hi everyone, The summer is going to be full with CloudStack events and talks in Europe. Bucharest JUG next week May 30th: http://www.bjug.ro/editii/12.html Open Cloud Day Zurich, June 11th: https://www.ch-open.ch/events/aktuelle-events/open-cloud-day-2013/ Build a Cloud Day, Amsterdam June 13th

Review Request: CLOUDSTACK-2642 : [XenServer] Add support for XenServer 6.2.0

2013-05-23 Thread venkata swamy babu budumuru
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11341/ --- Review request for cloudstack and Abhinandan Prateek. Description --- Step

Re: Review Request: CLOUDSTACK-2642 : [XenServer] Add support for XenServer 6.2.0

2013-05-23 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11341/#review20935 --- Thanks for this but probably needs more testing - maybe even running

Re: Review Request: Fixed SRX icmp firewall rule configuration issue

2013-05-23 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11224/#review20937 --- Ship it! Ship It! - Abhinandan Prateek On May 20, 2013, 5:55 a.m

Review Request: Fixed removing secondary ip when no PF rule set

2013-05-23 Thread Jayapal Reddy
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11343/ --- Review request for cloudstack, Abhinandan Prateek, Murali Reddy, and Alena Prokh

RE: multiple routes on a virtual private gateway

2013-05-23 Thread Kishan Kavala
Dann, Multiple static routes can be created for same the private gateway even now. Not sure if I understood the requirement correctly. > -Original Message- > From: Daan Hoogland [mailto:dhoogl...@schubergphilis.com] > Sent: Thursday, 23 May 2013 2:52 PM > To: dev@cloudstack.apache.org >

RE: multiple routes on a virtual private gateway

2013-05-23 Thread Daan Hoogland
Kishan, Do you mean that the virtual private gateway on a VPC can have multiple routes configured by CloudStack right now? I did not find the functionality for this a week ago. Has it been implemented in 4.2 since? Or did I miss it? Kind regards, Daan Hoogland -Original Message- From:

Re: [MERGE]object_store branch into master

2013-05-23 Thread John Burwell
Min, The com.cloud.storage.template.S3TemplateDownloader is directly accessing the S3 API using HTTP client. Thanks, John On May 22, 2013, at 5:57 PM, Min Chen wrote: > John, > > Can you clarify a bit on your last comment about directly accessing S3 > HTTP API? We are only invoking rou

Re: [MERGE]object_store branch into master

2013-05-23 Thread Min Chen
John, sorry for my ignorance. In S3TemplateDownloader.download, we are only using HttpClient method to get the size and InputStream from a given URL, then we are invoking S3 client library putObject(PutObjectRequest) to download the content to S3. By using PutObjectRequest, I can set ProgressListen

Re: [WEBSITE] Security page for cloudstack.apache.org

2013-05-23 Thread Chip Childers
On Wed, May 22, 2013 at 10:47:35PM +, John Kinsella wrote: > Been working through a few ideas in my head, will see movement on this in the > next few days. Awesome. Thanks John. > > On May 15, 2013, at 8:12 AM, Chip Childers wrote: > > > (note mixing of public and private lists) > > > >

Re: [MERGE] security group advanced zone branch into master

2013-05-23 Thread Chip Childers
On Thu, May 23, 2013 at 08:25:37AM +0200, Wei ZHOU wrote: > Guys, > > Is it possible to merge this branch to 4.1? > > Wei Wei - IMO we need to wait for 4.2 for that feature to come back into the product. Re-testing is going to take too long, and we should kick out 4.1 as soon as possible. Are

Re: [Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Min Chen
We also encountered this issue when we ran test on object_store branch before sending merge request, then we realize that this has been broken in master and consider to fix that after merging object_store branch to master. But from looking through comments in https://issues.apache.org/jira/browse/C

Re: [MERGE]object_store branch into master

2013-05-23 Thread Chip Childers
On Wed, May 22, 2013 at 09:25:10PM +, Edison Su wrote: > > > > -Original Message- > > From: Chip Childers [mailto:chip.child...@sungard.com] > > Sent: Wednesday, May 22, 2013 1:26 PM > > To: dev@cloudstack.apache.org > > Subject: Re: [MERGE]object_store branch into master > > > > On

Re: [ACS41][Patch Request]

2013-05-23 Thread Chip Childers
On Wed, May 22, 2013 at 11:15:15PM -0600, Marcus Sorensen wrote: > commit 795fd803da3eadee0fae1a13d0e97ae57b239657 > Author: Marcus Sorensen > Date: Wed May 22 23:12:30 2013 -0600 > > Summary: KVM - double migration can fail > > Detail: Undefine VM after migration. Lingering domain def

Re: multiple routes on a virtual private gateway

2013-05-23 Thread Alena Prokharchyk
Yes, VPC can have multiple static routes configured. To configure it via API, use createStaticRoute command. In the UI, you have to: * select the private gateway entry * it will open up the "Details" view. The second tab on the view is "Static Routes", thats where you configure them. -Alena. On

Tagged CloudStack Management Network on ACS41

2013-05-23 Thread Musayev, Ilya
CloudStack Management network does not support tagging at the moment in ACS41 in the UI that I see. Is there a way to enable tagging on management network? Is this feature coming on 4.2? Thanks ilya

Re: multiple routes on a virtual private gateway

2013-05-23 Thread Daan Hoogland
thanks, I'll give it a test-fly Daan On Thu, May 23, 2013 at 6:49 PM, Alena Prokharchyk < alena.prokharc...@citrix.com> wrote: > Yes, VPC can have multiple static routes configured. To configure it via > API, use createStaticRoute command. > > In the UI, you have to: > > * select the private g

Re: [Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Ove Ewerlid
On 05/23/2013 06:30 PM, Min Chen wrote: We also encountered this issue when we ran test on object_store branch before sending merge request, then we realize that this has been broken in master and consider to fix that after merging object_store branch to master. But from looking through comments

[VOTE][RESULTS] Move forward with 4.1 without a Xen-specific fix for CLOUDSTACK-2492?

2013-05-23 Thread Chip Childers
On Mon, May 20, 2013 at 04:15:14PM -0400, Chip Childers wrote: > All, > > As discussed on another thread [1], we identified a bug > (CLOUDSTACK-2492) in the current 3.x system VMs, where the System VMs > are not configured to sync their time with either the host HV or an NTP > service. That bug a

Re: [Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Min Chen
Sorry, my bad. I misunderstood Deepti's comment and thought that recurring snapshot is also broken in 4.1.0 for Xenserver. Now I looked closer at the comment, it refers to master branch. In that case, this should not block 4.1.0 release then. -min On 5/23/13 9:57 AM, "Ove Ewerlid" wrote: >On 0

Re: [Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Chip Childers
On Thu, May 23, 2013 at 05:03:04PM +, Min Chen wrote: > Sorry, my bad. I misunderstood Deepti's comment and thought that recurring > snapshot is also broken in 4.1.0 for Xenserver. Now I looked closer at the > comment, it refers to master branch. In that case, this should not block > 4.1.0 rele

[ACS41] Outstanding items

2013-05-23 Thread Chip Childers
CLOUDSTACK-2215 ACS41 SSVM does not use allocated storage ip range The bug above needs to have my questions addressed. Is this (1) reproducible and (2) is it really a blocker if it is reproducible? The other outstanding issue for 4.1.0 are the questions from Alena to Murali and Frank posed in th

Re: [Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Min Chen
>From the bug comments from Fang and Animesh, snapshot is not officially supported for KVM. Maybe they can shed more light on this? Thanks -min On 5/23/13 10:04 AM, "Chip Childers" wrote: >On Thu, May 23, 2013 at 05:03:04PM +, Min Chen wrote: >> Sorry, my bad. I misunderstood Deepti's comme

Re: Tagged CloudStack Management Network on ACS41

2013-05-23 Thread Francois Gaudreault
On 2013-05-23 12:52 PM, Musayev, Ilya wrote: CloudStack Management network does not support tagging at the moment in ACS41 in the UI that I see. Is there a way to enable tagging on management network? Is this feature coming on 4.2? Thanks ilya Side note: A tagged management VLAN is not offici

[ACS41][Patch Request]

2013-05-23 Thread Murali Reddy
Chip, please cherry-pick to 4.1 CLOUDSTACK-2587: netscaler_pod_ref DB upgrade is missing from 3.0.2 to 4.x added missing schema as part of 4.0 to 4.1 upgrade Branch: refs/heads/master Commit: 623a26e469ca7354a7dbe6b8954276985e289687 Parents: cc49230 Author: Murali Reddy mailto:muralimmre...@gmai

Re: [ACS41] Outstanding items

2013-05-23 Thread Murali Reddy
On 23/05/13 10:43 PM, "Chip Childers" wrote: >CLOUDSTACK-2215 >ACS41 SSVM does not use allocated storage ip range > >The bug above needs to have my questions addressed. Is this (1) >reproducible and (2) is it really a blocker if it is reproducible? > >The other outstanding issue for 4.1.0 are th

RE: [MERGE]object_store branch into master

2013-05-23 Thread Animesh Chaturvedi
> -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Thursday, May 23, 2013 9:35 AM > To: dev@cloudstack.apache.org > Subject: Re: [MERGE]object_store branch into master > > On Wed, May 22, 2013 at 09:25:10PM +, Edison Su wrote: > > > > > > > -Ori

RE: [ACS41] Outstanding items

2013-05-23 Thread Musayev, Ilya
Chip I'm hoping to retry the setup today and will update tonight. (Still waiting for network team to punch firewall.) If nothing comes thru today, I don't want to hold up the ACS41 release - since Mice was not able to reproduce this bug on 4.1 I will do my best to update tonight. Thanks Ilya

Create View Question

2013-05-23 Thread Mike Tutkowski
Hi, I've added a few fields (min, max, burst IOPS) to two tables and - in the process - noticed the following view is dropped and created twice: DROP VIEW IF EXISTS `cloud`.`volume_view`; CREATE VIEW `cloud`.`volume_view` AS I assume this is a bug and have removed (in my sandbox) the first occur

Re: [MERGE]object_store branch into master

2013-05-23 Thread John Burwell
Min, TL;DR There are rare circumstances where directly access the AWS HTTP API makes sense, but generally, you should use a client. If you need the size of an S3 object in advance, I recommend using AmazonS3Client#getObjectMeta method. Also, large swathes of the class appear to be copied dire

Re: Create View Question

2013-05-23 Thread Min Chen
It is related to this commit d1642a489ce76e055d60b2caf3ccfe4bb136b745. Schema-410to420.sql should have one section to define the new volume_view for 4.2.0. CC Nitin here to see if his new volume_view should be used or the one before his commit in this file. THanks -min On 5/23/13 12:50 PM, "Mik

Re: Create View Question

2013-05-23 Thread Mike Tutkowski
OK, thanks, Min. I didn't notice both (seemingly redundant) commands at first and so only put my code in the first one. When I didn't see my new columns show up, I had to dig a bit and found there was similar code below. Once I updated that code instead, everything works as I expected. On Thu,

Re: Create View Question

2013-05-23 Thread Mike Tutkowski
What was happening, of course, was the view was dropped, created, then dropped again and created again. :) On Thu, May 23, 2013 at 2:17 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > OK, thanks, Min. > > I didn't notice both (seemingly redundant) commands at first and so only > put

RE: [VOTE][RESULTS] Move forward with 4.1 without a Xen-specific fix for CLOUDSTACK-2492?

2013-05-23 Thread Musayev, Ilya
+1, we would need to add this bug to "known issues" > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Thursday, May 23, 2013 1:01 PM > To: dev@cloudstack.apache.org > Subject: [VOTE][RESULTS] Move forward with 4.1 without a Xen-specific fix > for CLOUDST

Re: [MERGE]object_store branch into master

2013-05-23 Thread Min Chen
Thanks for your suggestions, John. Current code is working fine functionality-wise, can we do such code cleanup and optimization post-merge? -min On 5/23/13 12:54 PM, "John Burwell" wrote: >Min, > >TL;DR There are rare circumstances where directly access the AWS HTTP API >makes sense, but gener

Re: [MERGE]object_store branch into master

2013-05-23 Thread John Burwell
Min, Yes, I feel that class needs to be fixed before it can be merged into master. Thanks, -John On May 23, 2013, at 4:54 PM, Min Chen wrote: > Thanks for your suggestions, John. Current code is working fine > functionality-wise, can we do such code cleanup and optimization > post-merge? > >

[ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Chip Childers
The Project Management Committee (PMC) for Apache CloudStack has asked Sailaja Mada to become a committer and we are pleased to announce that they have accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and eli

[ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Chip Childers
The Project Management Committee (PMC) for Apache CloudStack has asked Venkata Swamy to become a committer and we are pleased to announce that they have accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and el

[ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Chip Childers
The Project Management Committee (PMC) for Apache CloudStack has asked Wei Zhou to become a committer and we are pleased to announce that they have accepted. Being a committer allows many contributors to contribute more autonomously. For developers, it makes it easier to submit changes and elimina

RE: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Pranav Saxena
Congrats Sailaja !:) -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Friday, May 24, 2013 2:51 AM To: Subject: [ANNOUNCE] New committer: Sailaja Mada The Project Management Committee (PMC) for Apache CloudStack has asked Sailaja Mada to become a committ

Re: Review Request: object storage refactor

2013-05-23 Thread Wido den Hollander
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11277/#review20951 --- My first note of a quick scan of the code is that the whitespacing s

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Ahmad Emneina
Excellent work Venkata Swamy!!! On Thu, May 23, 2013 at 2:21 PM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Venkata Swamy to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contrib

Re: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Ahmad Emneina
Congrats Wei! On Thu, May 23, 2013 at 2:22 PM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Wei Zhou to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute mor

Re: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Alena Prokharchyk
Sailaja, congrats! On 5/23/13 2:20 PM, "Chip Childers" wrote: >The Project Management Committee (PMC) for Apache CloudStack >has asked Sailaja Mada to become a committer and we are pleased to >announce that they have accepted. > >Being a committer allows many contributors to contribute more >au

Re: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Alena Prokharchyk
Wei, welcome aboard! On 5/23/13 2:22 PM, "Chip Childers" wrote: >The Project Management Committee (PMC) for Apache CloudStack >has asked Wei Zhou to become a committer and we are pleased to >announce that they have accepted. > >Being a committer allows many contributors to contribute more >auton

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Alena Prokharchyk
Venkata, congrats! On 5/23/13 2:21 PM, "Chip Childers" wrote: >The Project Management Committee (PMC) for Apache CloudStack >has asked Venkata Swamy to become a committer and we are pleased to >announce that they have accepted. > >Being a committer allows many contributors to contribute more >a

Re: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Ahmad Emneina
Woohooo, congrats Sailaja. On Thu, May 23, 2013 at 2:23 PM, Pranav Saxena wrote: > Congrats Sailaja !:) > > > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:51 AM > To: > Subject: [ANNOUNCE] New committer: Sailaja Mada > > The

RE: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Sangeetha Hariharan
Congratulations Sailaja!! -Original Message- From: Ahmad Emneina [mailto:aemne...@gmail.com] Sent: Thursday, May 23, 2013 2:25 PM To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] New committer: Sailaja Mada Woohooo, congrats Sailaja. On Thu, May 23, 2013 at 2:23 PM, Pranav Saxena

RE: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Sangeetha Hariharan
Congratulations Swamy. -Original Message- From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] Sent: Thursday, May 23, 2013 2:33 PM To: dev@cloudstack.apache.org; Venkata SwamyBabu Budumuru Subject: Re: [ANNOUNCE] New committer: Venkata Swamy Venkata, congrats! On 5/23/13 2:21

[MERGE] UI for nTier 2.0 features

2013-05-23 Thread Brian Federle
Hi all, I would like to merge UI support for nTier 2.0 features: -Includes UI for all functionality outlined @ https://issues.apache.org/jira/browse/CLOUDSTACK-621 -To support the new nTier features a few UI/look and feel changes needed to be made to add the missing links/information on the VP

RE: [MERGE]object_store branch into master

2013-05-23 Thread Edison Su
We are focusing on how to the flow right, how to make the code cleaner and maintainable at the mgt server side. We are not S3 expert, so I would say the "naïve" S3 implementation is a bug, and if you can help us to get it right(on object_store branch or after merged into master), that will be gr

[ACS41][Patch Request]CLOUDSTACK-2656

2013-05-23 Thread Min Chen
Hi Chip, Can you please cherry-pick the following commit from master to 4.1? This is to address empty UUID columns for pre-4.1 schema entities. We missed two "snapshot_policy" and "dc_storage_network_ip_range". commit a46b4d8273e9033e55172bf2d00845820bc9511a Author: Min Chen Date: Thu M

Convention on UUID column

2013-05-23 Thread Min Chen
Hi there, During API refactoring efforts, Rohit and I run into several issues due to empty UUID column for existing DB entries. Since UUID was introduced later in 3.0.x, we have to always conditionally handle existing customers with empty UUID columns for different entities, causing much headac

RE: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Musayev, Ilya
Congrats and welcome! Original message From: Sangeetha Hariharan Date: To: dev@cloudstack.apache.org,Venkata SwamyBabu Budumuru Subject: RE: [ANNOUNCE] New committer: Venkata Swamy Congratulations Swamy. -Original Message- From: Alena Prokharchyk [mailto:alena.prok

RE: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Musayev, Ilya
Congrats and welcome Wei! Original message From: Chip Childers Date: To: "" Subject: [ANNOUNCE] New committer: Wei Zhou The Project Management Committee (PMC) for Apache CloudStack has asked Wei Zhou to become a committer and we are pleased to announce that they have accepte

RE: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Musayev, Ilya
Congrats Sailaja! Original message From: Sangeetha Hariharan Date: To: dev@cloudstack.apache.org,aemne...@gmail.com Subject: RE: [ANNOUNCE] New committer: Sailaja Mada Congratulations Sailaja!! -Original Message- From: Ahmad Emneina [mailto:aemne...@gmail.com] Sent:

Re: [Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Min Chen
FYI. This issue has been fixed in object_store branch. Thanks -min On 5/23/13 10:16 AM, "Min Chen" wrote: >From the bug comments from Fang and Animesh, snapshot is not officially >supported for KVM. Maybe they can shed more light on this? > >Thanks >-min > >On 5/23/13 10:04 AM, "Chip Childers"

[REMINDER] Early-bird Pricing for the CloudStack Collaboration Conference 2013 will End on May 24th

2013-05-23 Thread Karen Vuong
Hi all,  Tomorrow (May 24th) is the last day to get your CloudStack Collaboration Conference passes with the early-bird discount. Here are some exciting new updates for the upcoming CCC13! ## The Phoenix Project Author Gene Kim to Keynote CloudStack Collaboration Conference If there's one b

Re: [Urgent] Scheduling snapshot failed on CS 4.2.0-snapshot

2013-05-23 Thread Nguyen Anh Tu
Thanks 2013/5/24 Min Chen > FYI. This issue has been fixed in object_store branch. > > Thanks > -min > > On 5/23/13 10:16 AM, "Min Chen" wrote: > > >From the bug comments from Fang and Animesh, snapshot is not officially > >supported for KVM. Maybe they can shed more light on this? > > > >Than

RE: [ANNOUNCE] New committer: Sailaja Mada, Swamy

2013-05-23 Thread Radhika Puthiyetath
Party time.. Well deserved... -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Friday, May 24, 2013 2:51 AM To: Subject: [ANNOUNCE] New committer: Sailaja Mada The Project Management Committee (PMC) for Apache CloudStack has asked Sailaja Mada to

RE: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Radhika Puthiyetath
Congratz.welcome aboard... -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Friday, May 24, 2013 2:53 AM To: Subject: [ANNOUNCE] New committer: Wei Zhou The Project Management Committee (PMC) for Apache CloudStack has asked Wei Zhou to become a commit

Update on Hyper-V plugin work

2013-05-23 Thread Donal Lafferty
Reproduced from https://cwiki.apache.org/confluence/display/CLOUDSTACK/Progress Apologies for the length - skip to the heading that interests you. h1. Update on Hyper-V plugin work (2013-05-23): h2. New plugin Architecture: https://cwiki.apache.org/confluence/download/attachments/31822487/Phase

RE: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Koushik Das
Congrats Wei! > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:53 AM > To: > Subject: [ANNOUNCE] New committer: Wei Zhou > > The Project Management Committee (PMC) for Apache CloudStack has > asked Wei Zhou to become a committer

RE: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Koushik Das
Congrats Swamy! > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:52 AM > To: > Subject: [ANNOUNCE] New committer: Venkata Swamy > > The Project Management Committee (PMC) for Apache CloudStack has > asked Venkata Swamy to become

RE: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Koushik Das
Congrats Sailaja! > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:52 AM > To: > Subject: [ANNOUNCE] New committer: Sailaja Mada > > The Project Management Committee (PMC) for Apache CloudStack has > asked Sailaja Mada to become

RE: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Sowmya Krishnan
Many congrats Sailaja!! > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:51 AM > To: > Subject: [ANNOUNCE] New committer: Sailaja Mada > > The Project Management Committee (PMC) for Apache CloudStack has asked > Sailaja Mada to

RE: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Sowmya Krishnan
Hearty Congrats Swamy!! > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:53 AM > To: > Subject: [ANNOUNCE] New committer: Venkata Swamy > > The Project Management Committee (PMC) for Apache CloudStack has asked > Venkata Swamy t

RE: Convention on UUID column

2013-05-23 Thread Koushik Das
It is better to add constraints in the db for all uuid fields. That way uuid field will never get missed out. I see that for some tables there is a NOT NULL constraint. -Koushik > -Original Message- > From: Min Chen [mailto:min.c...@citrix.com] > Sent: Friday, May 24, 2013 4:09 AM > To

RE: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Abhinav Roy
Congratulations Sailaja!! :) -Original Message- From: Sowmya Krishnan [mailto:sowmya.krish...@citrix.com] Sent: Friday, May 24, 2013 9:06 AM To: dev@cloudstack.apache.org Subject: RE: [ANNOUNCE] New committer: Sailaja Mada Many congrats Sailaja!! > -Original Message- > From: Chi

RE: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Abhinav Roy
Congratulations Swamy :) -Original Message- From: Sowmya Krishnan [mailto:sowmya.krish...@citrix.com] Sent: Friday, May 24, 2013 9:05 AM To: dev@cloudstack.apache.org Subject: RE: [ANNOUNCE] New committer: Venkata Swamy Hearty Congrats Swamy!! > -Original Message- > From: Chip C

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Jayapal Reddy Uradi
Congrats swamy ! On 24-May-2013, at 2:51 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Venkata Swamy to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribut

Re: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Jayapal Reddy Uradi
Congrats Sailaja!! On 24-May-2013, at 9:46 AM, Abhinav Roy wrote: > Congratulations Sailaja!! :) > > -Original Message- > From: Sowmya Krishnan [mailto:sowmya.krish...@citrix.com] > Sent: Friday, May 24, 2013 9:06 AM > To: dev@cloudstack.apache.org > Subject: RE: [ANNOUNCE] New commit

Re: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Prasanna Santhanam
On Thu, May 23, 2013 at 05:20:30PM -0400, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Sailaja Mada to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute more >

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Prasanna Santhanam
On Thu, May 23, 2013 at 05:21:55PM -0400, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Venkata Swamy to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute more

Re: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Prasanna Santhanam
On Thu, May 23, 2013 at 05:22:46PM -0400, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Wei Zhou to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute more > aut

RE: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Likitha Shetty
Congratulations Sailaja ! >-Original Message- >From: Chip Childers [mailto:chip.child...@sungard.com] >Sent: Friday, May 24, 2013 2:52 AM >To: >Subject: [ANNOUNCE] New committer: Sailaja Mada > >The Project Management Committee (PMC) for Apache CloudStack has asked >Sailaja Mada to become

RE: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Likitha Shetty
Congratulations Swamy :) >-Original Message- >From: Chip Childers [mailto:chip.child...@sungard.com] >Sent: Friday, May 24, 2013 3:00 AM >To: >Subject: [ANNOUNCE] New committer: Venkata Swamy > >The Project Management Committee (PMC) for Apache CloudStack has asked >Venkata Swamy to becom

RE: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Likitha Shetty
Congrats Wei! >-Original Message- >From: Chip Childers [mailto:chip.child...@sungard.com] >Sent: Friday, May 24, 2013 2:53 AM >To: >Subject: [ANNOUNCE] New committer: Wei Zhou > >The Project Management Committee (PMC) for Apache CloudStack has asked >Wei Zhou to become a committer and we

RE: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Devdeep Singh
Congrats Sailaja. Regards, Devdeep > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:51 AM > To: > Subject: [ANNOUNCE] New committer: Sailaja Mada > > The Project Management Committee (PMC) for Apache CloudStack has asked > Sail

RE: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Devdeep Singh
Congrats Swamy. Regards, Devdeep > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:52 AM > To: > Subject: [ANNOUNCE] New committer: Venkata Swamy > > The Project Management Committee (PMC) for Apache CloudStack has asked > Venka

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Bharat Kumar
Congratulations Swamy

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Saksham Srivastava
Congrats Swamy. On Friday 24 May 2013 02:51 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Venkata Swamy to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute

RE: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Devdeep Singh
Congrats Regards, Devdeep > -Original Message- > From: Chip Childers [mailto:chip.child...@sungard.com] > Sent: Friday, May 24, 2013 2:53 AM > To: > Subject: [ANNOUNCE] New committer: Wei Zhou > > The Project Management Committee (PMC) for Apache CloudStack has asked > Wei Zhou to becom

Re: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Saksham Srivastava
Congrats Sailaja :) On Friday 24 May 2013 02:50 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Sailaja Mada to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contrib

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Abhinandan Prateek
Congrats Swamy and Sailaja ! On 24/05/13 10:24 AM, "Saksham Srivastava" wrote: >Congrats Swamy. > >On Friday 24 May 2013 02:51 AM, Chip Childers wrote: >> The Project Management Committee (PMC) for Apache CloudStack >> has asked Venkata Swamy to become a committer and we are pleased to >> announ

Re: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Abhinandan Prateek
Congrats Wei ! On 24/05/13 10:26 AM, "Devdeep Singh" wrote: >Congrats > >Regards, >Devdeep > >> -Original Message- >> From: Chip Childers [mailto:chip.child...@sungard.com] >> Sent: Friday, May 24, 2013 2:53 AM >> To: >> Subject: [ANNOUNCE] New committer: Wei Zhou >> >> The Project Man

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Harikrishna Patnala
Congrats :) On 24-May-2013, at 10:36 AM, Abhinandan Prateek wrote: > Congrats Swamy and Sailaja ! > > On 24/05/13 10:24 AM, "Saksham Srivastava" > wrote: > >> Congrats Swamy. >> >> On Friday 24 May 2013 02:51 AM, Chip Childers wrote: >>> The Project Management Committee (PMC) for Apache Clou

https://reviews.apache.org/r/9539/

2013-05-23 Thread Abhinandan Prateek
Hi Wei, https://reviews.apache.org/r/9539/ was pending in my review dashboard. Now that you are a committer I think you can commit it. I was on a vacation and recently saw it in my queue. Congrats once again ! -abhi

Re: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Nitin Mehta
Congrats Swamy. On 24/05/13 2:59 AM, "Chip Childers" wrote: >The Project Management Committee (PMC) for Apache CloudStack >has asked Venkata Swamy to become a committer and we are pleased to >announce that they have accepted. > >Being a committer allows many contributors to contribute more >auto

Re: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Nitin Mehta
Congrats Wei On 24/05/13 2:53 AM, "Chip Childers" wrote: >The Project Management Committee (PMC) for Apache CloudStack >has asked Wei Zhou to become a committer and we are pleased to >announce that they have accepted. > >Being a committer allows many contributors to contribute more >autonomously

Re: https://reviews.apache.org/r/9539/

2013-05-23 Thread Hiroaki KAWAI
Hi, I put it on RB because I wanted it to be reviewed by someone else. I'll merege by myself after nobody seems to review... (2013/05/24 14:12), Abhinandan Prateek wrote: Hi Wei, https://reviews.apache.org/r/9539/ was pending in my review dashboard. Now that you are a committer I think you

Re: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Bharat Kumar
Congrats Sailaja. On May 24, 2013, at 2:50 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Sailaja Mada to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribut

Re: [ANNOUNCE] New committer: Wei Zhou

2013-05-23 Thread Bharat Kumar
Congrats Wei! On May 24, 2013, at 3:00 AM, Chip Childers wrote: > The Project Management Committee (PMC) for Apache CloudStack > has asked Wei Zhou to become a committer and we are pleased to > announce that they have accepted. > > Being a committer allows many contributors to contribute more >

Re: https://reviews.apache.org/r/9539/

2013-05-23 Thread Abhinandan Prateek
This patch is reviewed. In fact a similar patch has been committed to master. I think you can merge it with 4.0.1. On 24/05/13 10:48 AM, "Hiroaki KAWAI" wrote: >Hi, > >I put it on RB because I wanted it to be reviewed by >someone else. I'll merege by myself after nobody >seems to review... > >(

Re: [ANNOUNCE] New committer: Sailaja Mada

2013-05-23 Thread Nitin Mehta
Congrats Sailaja. Well done On 24/05/13 10:52 AM, "Bharat Kumar" wrote: >Congrats Sailaja. > >On May 24, 2013, at 2:50 AM, Chip Childers >wrote: > >> The Project Management Committee (PMC) for Apache CloudStack >> has asked Sailaja Mada to become a committer and we are pleased to >> announce th

Re: Review Request: CLOUDSTACK-1453: support restore for VM created from ISO

2013-05-23 Thread Harikrishna Patnala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/9779/ --- (Updated May 24, 2013, 5:52 a.m.) Review request for cloudstack, Nitin Mehta and

Re: Review Request: CLOUDSTACK-1453: support restore for VM created from ISO

2013-05-23 Thread Harikrishna Patnala
> On April 1, 2013, 7:41 a.m., Koushik Das wrote: > > server/src/com/cloud/vm/UserVmManagerImpl.java, line 3884 > > > > > > Handling of iso case is not clear. Are you expecting the iso id in the > > newTemplateId para

RE: [ANNOUNCE] New committer: Venkata Swamy

2013-05-23 Thread Suresh Sadhu
Congrats Swamy :-) On 5/23/13 2:21 PM, "Chip Childers" wrote: >The Project Management Committee (PMC) for Apache CloudStack has asked >Venkata Swamy to become a committer and we are pleased to announce that >they have accepted. > >Being a committer allows many contributors to contribute more

  1   2   >