Re: Review Request: CS-15942: Fixes port forwarding issue for redundant routers

2012-08-27 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6655/#review10808 --- Ship it! - Abhinandan Prateek On Aug. 16, 2012, 2:09 p.m., Rohit Y

Re: Review Request: Bugfix CS-15970: Fixes Redundant router status when host is XenServer

2012-08-27 Thread Abhinandan Prateek
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6607/#review10807 --- Ship it! - Abhinandan Prateek On Aug. 14, 2012, 2:26 p.m., Rohit Y

RE: Review Request: CS-16159. Fixing the license headers.

2012-08-27 Thread Deepak Garg
Done. Thanks ! Deepak -Original Message- From: Pranav Saxena [mailto:nore...@reviews.apache.org] On Behalf Of Pranav Saxena Sent: Tuesday, August 28, 2012 11:43 AM To: Vijay Venkatachalam; Pranav Saxena Cc: cloudstack; Deepak Garg Subject: Re: Review Request: CS-16159. Fixing the lic

Re: Review Request: CS-16159. Fixing the license headers.

2012-08-27 Thread Pranav Saxena
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6759/#review10806 --- Changes merged with asf/autoscale. Kindly mark the ticket as Submitte

Re: Review Request: Moved Awsapi (EC2/S3) from Hibernate framework to CloudStack Generic Dao Framework

2012-08-27 Thread Likitha Shetty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6749/#review10804 --- After applying the patch the following EC2 commands worked as expecte

Re: VM router spawning multiple public nics

2012-08-27 Thread Marcus Sorensen
... Integer nicPos = 0; for (InterfaceDef nic : nics) { if (nic.getBrName().equalsIgnoreCase(_linkLocalBridgeName)) { vlanAllocatedToVM.put("LinkLocal", nicPos); } else { String vlanId = getVlanIdFromBri

RE: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Sateesh Chodapuneedi
+1 fro spaces. Regards, Sateesh "This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and/or privileged information. Any unaut

RE: maven: why move tabs -> ws?

2012-08-27 Thread Alex Huang
Darren, Yup. Aware of the Java coding standard. We originally didn't have a requirement on space or tabs either because in eclipse it looks pretty much the same but after viewing on a browser for git diffs and general browsing, it became obvious space is just more practical to look at so we a

Re: [DOCS] links within a document.

2012-08-27 Thread Jessica Tomechak
> > -Original Message- > From: Joe Brockmeier [mailto:j...@zonker.net] > Sent: Thursday, August 16, 2012 2:27 PM > To: cloudstack-dev@incubator.apache.org > Subject: Re: [DOCS] links within a document. > > On Thu, Aug 16, 2012 at 03:20:34PM -0400, David Nalley wrote: > > So we have a mass o

[DOCS] New Publican troubleshooting wiki: contributions welcome

2012-08-27 Thread Jessica Tomechak
I've started a wiki page where we can keep troubleshooting hints for fixing documentation build failures. If you are looking at error output from Publican and are not sure how to fix it, you can check this page. Also please add your knowledge here if you have figured out the solution to another Pu

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Gavin Lee
+1: The spaces are more editor friendly and language independent. On Tue, Aug 28, 2012 at 7:24 AM, Mice Xia wrote: > +1 spaces > > 2012/8/27 Olivier Lamy > >> Hi, >> This vote is too choose a mode tabs versus spaces in code (most of >> java projects @apache use spaces: 2 for xml, 4 for Java sour

RE: VM router spawning multiple public nics

2012-08-27 Thread Edison Su
Possible bug in in kvm code: LibvirtComputingResource->execute(IpAssocCommand cmd)-> VifHotPlug, which is only place adding nic into router vm. Turn on agent log, then take a look what happened. > -Original Message- > From: Marcus Sorensen [mailto:shadow...@gmail.com] > Sent: Monday, Augu

VM router spawning multiple public nics

2012-08-27 Thread Marcus Sorensen
I've got two zones running the same build of cloudstack (a recent copy of master). One of them creates routers that turn into ugly multi-headed beasts, and by that I mean that any time I create a port forwarding or iptables rule for that router I get a new public NIC with an identical IP address, I

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Mice Xia
+1 spaces 2012/8/27 Olivier Lamy > Hi, > This vote is too choose a mode tabs versus spaces in code (most of > java projects @apache use spaces: 2 for xml, 4 for Java sources). > > [+1]: yup use spaces (2 for xml, 4 for Java sources) > [0]: no opinion > [-1]: no keep tabs > > Vote open for 72H. >

Re: Review Request: Support for local data disk feature. (CS-14277)

2012-08-27 Thread edison su
> On Aug. 20, 2012, 8:49 p.m., edison su wrote: > > server/src/com/cloud/storage/allocator/FirstFitStoragePoolAllocator.java, > > line 87 > > > > > > Why don't use LocalStoragePoolAllocator? > > Koushik Das wrote: >

Re: Review Request: permissions fix for agent creating /root/.ssh

2012-08-27 Thread Marcus Sorensen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6793/ --- (Updated Aug. 27, 2012, 10:54 p.m.) Review request for cloudstack. Changes ---

Review Request: permissions fix for agent creating /root/.ssh

2012-08-27 Thread Marcus Sorensen
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6793/ --- Review request for cloudstack. Description --- /root/.ssh is created with p

Re: ssh key process

2012-08-27 Thread Marcus Sorensen
ok, so one little part I found, the reason why my /root/.ssh files weren't being updated, is that I was getting: 2012-08-27 16:35:40,227 DEBUG [cloud.agent.Agent] (agentRequest-Handler-4:null) Processing command: com.cloud.agent.api.ModifySshKeysCommand 2012-08-27 16:35:40,228 DEBUG [kvm.resource.

Re: ssh key process

2012-08-27 Thread Marcus Sorensen
Yes, thanks, this helps a lot. Should cloud-agent write .ssh/id_rsa.cloud on every startup if necessary? Or perhaps just on joining the cluster? I only see one reference to injectkeys.sh, and it's called via injectSshKeysIntoSystemVmIsoPatch as "injectkeys.sh systemvm.iso" 2012-08-27 16:06:20,

Re: ssh key process

2012-08-27 Thread Wido den Hollander
On 08/27/2012 11:26 PM, Marcus Sorensen wrote: Guys, In development/testing, I occasionally run into issues with the ssh keys on the system VMs. Today specifically, I've been trying to hunt down issues most of the day and still only have a hunch about the process. Most of what I'm finding

ssh key process

2012-08-27 Thread Marcus Sorensen
Guys, In development/testing, I occasionally run into issues with the ssh keys on the system VMs. Today specifically, I've been trying to hunt down issues most of the day and still only have a hunch about the process. Most of what I'm finding are the default authorized_keys (anthony@mobl-ant),

RE: UI examples - *UPDATED*

2012-08-27 Thread Sonny Chhen
Thanks for the feedback everyone. As I mentioned, we are playing with ways to better optimize CloudStack for different screen resolutions and devices(thus the funny navigation experiments I've been posting) and hope to have some cool things to report back soon. Thanks You and Best Regards, Son

RE: UI examples - *UPDATED*

2012-08-27 Thread Kelcey Damage (BBITS)
This is what I was getting at, +1 However a scalable view would be nice for those of us in datacenters with lots of screen realestate. KELCEY DAMAGE Infrastructure Systems Architect www.backbonetechnology.com - kel...@bb

Re: UI examples - *UPDATED*

2012-08-27 Thread John Kinsella
+1 On Aug 27, 2012, at 12:45 PM, William Clark mailto:majorgearh...@gmail.com>> wrote: This is fantastic. William Clark On Aug 27, 2012, at 12:08 PM, Sonny Chhen mailto:sonny.ch...@citrix.com>> wrote: Hello All, Below is a link to a possible UI concept in the works for CloudStack with an

Re: UI examples - *UPDATED*

2012-08-27 Thread William Clark
This is fantastic. William Clark On Aug 27, 2012, at 12:08 PM, Sonny Chhen wrote: > Hello All, > > Below is a link to a possible UI concept in the works for CloudStack with an > explanation of why certain things were down. Please take a look at it when > you get the chance and any feedbac

Re: UI examples - *UPDATED*

2012-08-27 Thread Caleb Call
I like that...a lot. Simple, clean, but still what appears to be fully functional. On Aug 27, 2012, at 12:08 PM, Sonny Chhen wrote: > Hello All, > > Below is a link to a possible UI concept in the works for CloudStack with an > explanation of why certain things were down. Please take a look

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Jessica Tomechak
+1 spaces > -Original Message- > From: Will Chan [mailto:will.c...@citrix.com] > Sent: Monday, August 27, 2012 10:23 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [VOTE] Tabs versus Spaces policy for sources code > > +1 for spaces > > > -Original Message- > > From: W

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Sheng Yang
On Mon, Aug 27, 2012 at 8:40 AM, Olivier Lamy wrote: > Hi, > This vote is too choose a mode tabs versus spaces in code (most of > java projects @apache use spaces: 2 for xml, 4 for Java sources). > > [+1]: yup use spaces (2 for xml, 4 for Java sources) > [0]: no opinion > [-1]: no keep tabs +1 fo

RE: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Rajesh Battala
+1 for Spaces -Original Message- From: Jason Bausewein [mailto:jason.bausew...@tier3.com] Sent: Monday, August 27, 2012 11:16 PM To: cloudstack-dev@incubator.apache.org Subject: RE: [VOTE] Tabs versus Spaces policy for sources code +1 -Original Message- From: Olivier Lamy [mailt

Re: Review Request: CS-15778:-Fetching-thumbnail

2012-08-27 Thread Rajesh Battala
> On Aug. 27, 2012, 5:52 p.m., Kelven Yang wrote: > > Ship It! Thanks Kelven for the review. - Rajesh --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6608/#review10784 ---

RE: UI examples - *UPDATED*

2012-08-27 Thread Sonny Chhen
Hello All, Below is a link to a possible UI concept in the works for CloudStack with an explanation of why certain things were down. Please take a look at it when you get the chance and any feedback is appreciated. https://cwiki.apache.org/confluence/display/CLOUDSTACK/Apache+CloudStack+UIX S

RE: maven: will I be shot for using systemPath?

2012-08-27 Thread Darren Shepherd
I'll take that approach. Thanks, Darren > Original Message > Subject: RE: maven: will I be shot for using systemPath? > From: Jason Bausewein > Date: Mon, August 27, 2012 10:45 am > To: "cloudstack-dev@incubator.apache.org" > > > > +1 > > -Original Message- > Fro

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Joe Brockmeier
On Mon, Aug 27, 2012 at 05:40:18PM +0200, Olivier Lamy wrote: > Hi, > This vote is too choose a mode tabs versus spaces in code (most of > java projects @apache use spaces: 2 for xml, 4 for Java sources). > > [+1]: yup use spaces (2 for xml, 4 for Java sources) > [0]: no opinion > [-1]: no keep ta

RE: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Vijayendra Bhamidipati
+1 regarding the point made on the python code. Tabs mixed with spaces causes the py interpreter to fail. -Original Message- From: Edison Su [mailto:edison...@citrix.com] Sent: Monday, August 27, 2012 10:14 AM To: cloudstack-dev@incubator.apache.org Subject: RE: [VOTE] Tabs versus Spaces

Re: Review Request: CS-15778:-Fetching-thumbnail

2012-08-27 Thread Kelven Yang
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6608/#review10784 --- Ship it! Ship It! - Kelven Yang On Aug. 27, 2012, 11:54 a.m., Raj

RE: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Jason Bausewein
+1 -Original Message- From: Olivier Lamy [mailto:ol...@apache.org] Sent: Monday, August 27, 2012 8:40 AM To: cloudstack-dev@incubator.apache.org Subject: [VOTE] Tabs versus Spaces policy for sources code Hi, This vote is too choose a mode tabs versus spaces in code (most of java project

RE: maven: will I be shot for using systemPath?

2012-08-27 Thread Jason Bausewein
+1 -Original Message- From: Daniel Kulp [mailto:dk...@apache.org] Sent: Monday, August 27, 2012 8:05 AM To: cloudstack-dev@incubator.apache.org Subject: Re: maven: will I be shot for using systemPath? On Aug 27, 2012, at 10:54 AM, Darren Shepherd wrote: > Olivier, > > The jars I'm ta

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Hugo Trippaers
+1 spaces Hugo Sent from my iPhone On 27 aug. 2012, at 19:23, "Will Chan" wrote: > +1 for spaces > >> -Original Message- >> From: Wido den Hollander [mailto:w...@widodh.nl] >> Sent: Monday, August 27, 2012 9:08 AM >> To: cloudstack-dev@incubator.apache.org >> Subject: Re: [VOTE] Tabs

RE: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Will Chan
+1 for spaces > -Original Message- > From: Wido den Hollander [mailto:w...@widodh.nl] > Sent: Monday, August 27, 2012 9:08 AM > To: cloudstack-dev@incubator.apache.org > Subject: Re: [VOTE] Tabs versus Spaces policy for sources code > > On 08/27/2012 05:40 PM, Olivier Lamy wrote: > > Hi,

RE: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Edison Su
+1, the same rule should also be applied on python code. > -Original Message- > From: Olivier Lamy [mailto:ol...@apache.org] > Sent: Monday, August 27, 2012 8:40 AM > To: cloudstack-dev@incubator.apache.org > Subject: [VOTE] Tabs versus Spaces policy for sources code > > Hi, > This vote i

RE: maven: why move tabs -> ws?

2012-08-27 Thread Darren Shepherd
Alex, The actual Java coding standard from Sun (now Oracle) doesn't really specify if tabs or spaces should be used. Its section 4 at http://www.oracle.com/technetwork/java/codeconventions-150003.pdf I'd never seen the one from geosoft.no that the wiki refers to. Regardless, I really don't care

RE: maven: why move tabs -> ws?

2012-08-27 Thread Alex Huang
We do have a coding convention document here but it's for Java. The standard for Java is to use four spaces to indent. No tabs allowed. The reason is practical. It reads much better on a web browser when browsing around in git. http://docs.cloudstack.org/CloudStack_Documentation/Design_Docum

Re: Review Request: CS-16159. Fixing the license headers.

2012-08-27 Thread Venkata Siva Vijayendra Bhamidipati
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6759/#review10777 --- Ship it! Ship It! - Venkata Siva Vijayendra Bhamidipati On Aug. 2

RE: maven: why move tabs -> ws?

2012-08-27 Thread Darren Shepherd
Looks like the decision has already been made. 2 spaces it is. No problem. Darren > Original Message > Subject: Re: maven: why move tabs -> ws? > From: Olivier Lamy > Date: Mon, August 27, 2012 8:34 am > To: cloudstack-dev@incubator.apache.org > > > Hi, > Yup a vote seem

RE: Review Request: CS-16159. Fixing the license headers.

2012-08-27 Thread Deepak Garg
Can someone please review https://reviews.apache.org/r/6759/ It is a simple fix in license headers. Deepak -Original Message- From: Deepak Garg [mailto:nore...@reviews.apache.org] On Behalf Of Deepak Garg Sent: Friday, August 24, 2012 10:54 AM To: Vijay Venkatachalam; Pranav Saxen

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Rohit Yadav
On 27-Aug-2012, at 9:10 PM, Olivier Lamy wrote: > Hi, > This vote is too choose a mode tabs versus spaces in code (most of > java projects @apache use spaces: 2 for xml, 4 for Java sources). > > [+1]: yup use spaces (2 for xml, 4 for Java sources) > [0]: no opinion > [-1]: no keep tabs +1 Spa

Re: [VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Wido den Hollander
On 08/27/2012 05:40 PM, Olivier Lamy wrote: Hi, This vote is too choose a mode tabs versus spaces in code (most of java projects @apache use spaces: 2 for xml, 4 for Java sources). There is already a code convention for CloudStack: https://cwiki.apache.org/CLOUDSTACK/coding-conventions.html

[VOTE] Tabs versus Spaces policy for sources code

2012-08-27 Thread Olivier Lamy
Hi, This vote is too choose a mode tabs versus spaces in code (most of java projects @apache use spaces: 2 for xml, 4 for Java sources). [+1]: yup use spaces (2 for xml, 4 for Java sources) [0]: no opinion [-1]: no keep tabs Vote open for 72H. Thanks, -- Olivier Lamy Talend: http://coders.talen

RE: AutoScale comments.....

2012-08-27 Thread Ram Ganesh
> -Original Message- > From: David Nalley [mailto:da...@gnsa.us] > Sent: 25 August 2012 00:25 > To: cloudstack-dev@incubator.apache.org > Subject: Re: AutoScale comments. > > On Fri, Aug 24, 2012 at 1:39 PM, Vijay Venkatachalam > wrote: > > So the snmp info will look like the followin

Re: maven: why move tabs -> ws?

2012-08-27 Thread Olivier Lamy
Hi, Yup a vote seems reasonable on this sensible holy war question :-) I will do that. 2012/8/27 Darren Shepherd : > Yes there are style files for Eclipse. But I'm pretty opposed to > changing the default style of Eclipse. The default style of Eclipse is > pretty darn close to the Sun java codin

Re: maven: why move tabs -> ws?

2012-08-27 Thread Brett Porter
On 27/08/2012, at 10:46 AM, "Darren Shepherd" wrote: > My immediate problem is that all of the my patches I have in my queue to > submit just got invalidated because they just all look like conflicts > now. Depending on what ends up being agreed for the style, the merge option -Xignore-space-c

Re: maven: will I be shot for using systemPath?

2012-08-27 Thread Daniel Kulp
On Aug 27, 2012, at 10:54 AM, Darren Shepherd wrote: > Olivier, > > The jars I'm talking about are things like the F5, Juniper, and VMware > SDK's. We don't have license rights to put them on a web server because > were not allowed to redistribute them. So this code will not be built > by def

Re: maven: will I be shot for using systemPath?

2012-08-27 Thread Brett Porter
On 27/08/2012, at 10:54 AM, "Darren Shepherd" wrote: > Olivier, > > The jars I'm talking about are things like the F5, Juniper, and VMware > SDK's. We don't have license rights to put them on a web server because > were not allowed to redistribute them. So this code will not be built > by def

RE: maven: will I be shot for using systemPath?

2012-08-27 Thread Darren Shepherd
Olivier, The jars I'm talking about are things like the F5, Juniper, and VMware SDK's. We don't have license rights to put them on a web server because were not allowed to redistribute them. So this code will not be built by default for Apache CloudStack, but developers working on this code will

RE: maven: why move tabs -> ws?

2012-08-27 Thread Darren Shepherd
Yes there are style files for Eclipse. But I'm pretty opposed to changing the default style of Eclipse. The default style of Eclipse is pretty darn close to the Sun java coding standard put out in 99 that most java projects seems to follow. Maybe Apache has their own subculture, but in general I

Re: Maven poms structure

2012-08-27 Thread Daniel Kulp
On Aug 26, 2012, at 9:46 PM, Darren Shepherd wrote: > I don't think there was any intention of releasing things individually. > If you want to get rid of parent/pom.xml (and move all the contents to > /pom.xml) I think that would make sense. Honestly, the only reason the > structure is how it

Re: Review Request: Support for local data disk feature. (CS-14277)

2012-08-27 Thread Koushik Das
> On Aug. 20, 2012, 8:49 p.m., edison su wrote: > > server/src/com/cloud/storage/allocator/FirstFitStoragePoolAllocator.java, > > line 87 > > > > > > Why don't use LocalStoragePoolAllocator? > > Koushik Das wrote: >

Re: Review Request: Support for local data disk feature. (CS-14277)

2012-08-27 Thread Koushik Das
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6431/ --- (Updated Aug. 27, 2012, 12:05 p.m.) Review request for cloudstack, Abhinandan Pr

Re: Review Request: Moved Awsapi (EC2/S3) from Hibernate framework to CloudStack Generic Dao Framework

2012-08-27 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6749/ --- (Updated Aug. 27, 2012, 12:04 p.m.) Review request for cloudstack, Prachi Damle,

Re: Review Request: CS-15778:-Fetching-thumbnail

2012-08-27 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6608/ --- (Updated Aug. 27, 2012, 11:54 a.m.) Review request for cloudstack and Kelven Yan

Re: Review Request: CS-15778:-Fetching-thumbnail

2012-08-27 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6608/ --- (Updated Aug. 27, 2012, 11:52 a.m.) Review request for cloudstack and Kelven Yan

Re: Review Request: Moved Awsapi (EC2/S3) from Hibernate framework to CloudStack Generic Dao Framework

2012-08-27 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6749/ --- (Updated Aug. 27, 2012, 11:48 a.m.) Review request for cloudstack, Prachi Damle,

Review Request: CS-16104: Improve restart network behaviour for basic network

2012-08-27 Thread Rohit Yadav
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6781/ --- Review request for cloudstack, Abhinandan Prateek, Alena Prokharchyk, and Chirade

Re: maven: will I be shot for using systemPath?

2012-08-27 Thread Olivier Lamy
Created here: https://svn.codespot.com/a/apache-extras.org/cloudstack-extras/m2-repo/ Give me your google id and then you will have karma. 2012/8/27 Olivier Lamy : > 2012/8/27 Darren Shepherd : >> I'm going to submit more maven/waf/ant stuff. One of the things right >> now is that we have non-r

Re: How to create binaries from CS source ?

2012-08-27 Thread Hieu Le
Thank you Hugo, that's very great ! On Mon, Aug 27, 2012 at 2:47 PM, Hugo Trippaers < htrippa...@schubergphilis.com> wrote: > Heya, > > The cloud.spec (or actually any of the binary build) of feature branches > is completely maintained, so you're pretty much on your own there. > > I've never test

RE: How to create binaries from CS source ?

2012-08-27 Thread Hugo Trippaers
Heya, The cloud.spec (or actually any of the binary build) of feature branches is completely maintained, so you're pretty much on your own there. I've never tested with the install.sh after building the RPMs, I use chef to update cloudstack. Basically just upgrade all the installed cloudstack R

RE: new committer: Joe Brockmeier

2012-08-27 Thread Hugo Trippaers
Congrats Joe :-) Cheers, Hugo -Original Message- From: David Nalley [mailto:da...@gnsa.us] Sent: Saturday, August 25, 2012 4:58 PM To: cloudstack-dev@incubator.apache.org Subject: new committer: Joe Brockmeier The Podling Project Management Committee (PPMC) for Apache CloudStack has as

RE: DB upgrade to 4.0 version

2012-08-27 Thread Hugo Trippaers
Hey Prachi, This helps a lot. I've pushed an update to the upgrade code that should fix this (both to master and 4.0 branch) Cheers, Hugo -Original Message- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Saturday, August 25, 2012 1:00 AM To: cloudstack-dev@incubator.apache.

Re: maven: will I be shot for using systemPath?

2012-08-27 Thread Olivier Lamy
2012/8/27 Darren Shepherd : > I'm going to submit more maven/waf/ant stuff. One of the things right > now is that we have non-redistributable jar's in git (and I also put > them in my custom maven repo, probably shouldn't have done that). I > need to get rid of those and make building those compo