Re: [PROPOSAL] Event notification framework

2012-08-12 Thread Murali Reddy
On 10/08/12 6:50 PM, "Chip Childers" wrote: > >Murali, > >I really like this approach, and will be willing to step in and >implement the AMQP plugin after the initial framework is in place. Great! I will let you know once framework is in place. > >As for the design itself, one thing I didn't qu

Re: log rotation policy on VR

2012-08-12 Thread Chiradeep Vittal
The VR logs all configuration actions by using sudo to execute all commands. These get logged to /var/log/auth.log The apache server is used to serve user data and metadata. Apache logs are logged to /var/log/apache2/ HAProxy logging is limited, but it is logged to /var/log/haproxy.log The log rota

Re: Virtual Routers and ARP handling

2012-08-12 Thread Chiradeep Vittal
Anything in /var/log/messages at all? Does this link help: http://www.serveradminblog.com/2011/02/neighbour-table-overflow-sysctl-conf -tunning/ On 8/9/12 8:54 AM, "Kelceydamage@bbits" wrote: >Not often at all. I simply set the unsolicited requests to 30s to prove >out. default is os default ce

Re: Review Request: Updating vmware system template

2012-08-12 Thread Chiradeep Vittal
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6458/#review10187 --- Not sure why the URL has Citrix release names in it. Can we fix? - C

Re: CloudStack Allocator Pre-Condition Check

2012-08-12 Thread Chiradeep Vittal
+ Developer list since it seems to better belong there. But it seems to me that the allocator is entirely the wrong place to put such a check. What you are trying to implement is a network check. If you implement a NetworkElement then your network element gets called whenever a VM is about to be p

Re: KVM Agent setup/configuration

2012-08-12 Thread Chiradeep Vittal
On 8/8/12 11:03 AM, "Wido den Hollander" wrote: > > >On 08/08/2012 05:59 PM, Marcus Sorensen wrote: >> What's the process exactly when the management server adds a host? >> Does it ssh in run cloud-setup-agent, then start the agent? Is it >> viable to manage agent.properties on your own when it

Re: About @author tags

2012-08-12 Thread Andy Gross
Many apache projects have a QA review bot in their CI that -1's changes with author tags, so from an apache-fixation perspective this is good. Programming is an egoless act anyways, right? :) Sent from my iPhone On Aug 12, 2012, at 8:22 PM, "Mice Xia" wrote: > If no one shows concern about

RE: About @author tags

2012-08-12 Thread Mice Xia
If no one shows concern about this, I will remove all author tags from non third-party source files, and update code convention doc on wiki. Hope it is not being rude to erase your name from your masterpiece :) Regards Mice -Original Message- From: Alex Huang [mailto:alex.hu...@citrix.co

RE: Review Request: Fix bug: unittest NetUtilsTest failed sometimes

2012-08-12 Thread Mice Xia
Darren, You are right, there are still something needs to be updated in my patch. However as I read the code carefully, I found this method 'getRandomIpFromCidr' is actually deprecated. Besides unittest, the only caller is guetNetworkGuru, but nobody uses that caller method at all. Alex, Is it

Keynote Opportunity for CloudStack Users

2012-08-12 Thread Hinkle Mark R.
I received this inquiry from a conference organizer looking for users who are interested in presenting their experience with CloudStack at conferences in Latin America and Spain. http://www.datacenterdynamics.com/conference If anyone is interested please contact Thandi Demanet . If you do take t

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

2012-08-12 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6431/#review10179 --- Its best to get another pair of eyes to review the change as well. I

Re: asf/vpc branch merge

2012-08-12 Thread Alena Prokharchyk
The asf/vpc branch merge to the master is completed. Some bugs were found during the final round of regression for the VPC 1) UI - enable Static nat button doesn't work neither from Networks tab, nor from the VPC. Brian is going to fix it. 2) create LB rule fails for VPC on th Virtual router side

RE: Local storage support for data volumes

2012-08-12 Thread Nitin Mehta
Yes, this bug tracks for keeping it at zone level...so either don't close the bug saying that there is more work left or file another enhancement and link it to this bug. I would like the later approach here. -Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: Su

Re: Review Request: Fix bug: unittest NetUtilsTest failed sometimes

2012-08-12 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6558/#review10181 --- I think this code change might actually inadvertantly introduce a sma

RE: [DISCUSS] Binaries (jars) in our source tree/source releases.

2012-08-12 Thread Alex Huang
> -Original Message- > From: Darren Shepherd [mailto:dar...@godaddy.com] > Sent: Sunday, August 12, 2012 8:19 AM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [DISCUSS] Binaries (jars) in our source tree/source releases. > > Alex, > > By packaging what do you mean? I don't t

Re: Review Request: Fix bug: unittest NetUtilsTest failed sometimes

2012-08-12 Thread Darren Shepherd
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6558/#review10180 --- It would be slightly cleaner if instead of changing the method signat

Review Request: Fix bug: unittest NetUtilsTest failed sometimes

2012-08-12 Thread mice xia
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6558/ --- Review request for cloudstack and Alex Huang. Description --- unittest NetU

Hibernate -> Custom DAO for AWS component

2012-08-12 Thread Darren Shepherd
All, I was just reviewing https://reviews.apache.org/r/6557/diff/ for the Hibernate -> Custom DAO implementation and it makes me so sad. Its not that you went from Hibernate ORM to custom built ORM (that is already in CloudStack), you went from ORM to raw SQL. From the size of the diff and the a

RE: [DISCUSS] Binaries (jars) in our source tree/source releases.

2012-08-12 Thread Darren Shepherd
Alex, By packaging what do you mean? I don't think maven should be used to produce rpms and debs, if thats what you mean. What I'm proposing at the moment is really just use maven to build the jars. So the existing rpm spec/debian rules and waf will largely remain as is. I would also plan to k

RE: [DISCUSS] Binaries (jars) in our source tree/source releases.

2012-08-12 Thread Alex Huang
> -Original Message- > From: Darren Shepherd [mailto:dar...@godaddy.com] > Sent: Saturday, August 11, 2012 8:32 PM > To: cloudstack-dev@incubator.apache.org > Subject: RE: [DISCUSS] Binaries (jars) in our source tree/source releases. > > All, > > I'd like to give my two cents about the

RE: Local storage support for data volumes

2012-08-12 Thread Koushik Das
Its already there. http://bugs.cloudstack.org/browse/CS-14277 -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: Sunday, August 12, 2012 5:08 PM To: cloudstack-dev@incubator.apache.org Subject: RE: Local storage support for data volumes Ok. Can you please file a f

RE: Local storage support for data volumes

2012-08-12 Thread Nitin Mehta
Ok. Can you please file a feature request for the same to track it ? Thanks, -Nitin -Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: Thursday, August 09, 2012 11:24 PM To: cloudstack-dev@incubator.apache.org Subject: RE: Local storage support for data volumes P

Re: Review Request: Fix for CS-15621

2012-08-12 Thread Nitin Mehta
> On Aug. 12, 2012, 11:16 a.m., Nitin Mehta wrote: > > Ship It! though the logging will log id's instead of uuids - Nitin --- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6337/#review10177 ---

Re: Review Request: Fix for CS-15621

2012-08-12 Thread Nitin Mehta
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6337/#review10177 --- Ship it! Ship It! - Nitin Mehta On Aug. 8, 2012, 11:09 a.m., Kous

Re: Review Request: Moved S3 and EC2 to DAO Implementation and removed Hibernate dependency

2012-08-12 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6557/ --- (Updated Aug. 12, 2012, 9:31 a.m.) Review request for cloudstack, Abhinandan Pra

Review Request: Moved S3 and EC2 to DAO Implementation and removed Hibernate dependency

2012-08-12 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6557/ --- Review request for cloudstack, Abhinandan Prateek and Chiradeep Vittal. Descript

Re: Review Request: [Enhancement] CS-15694: Remove MYSQL connector

2012-08-12 Thread Rajesh Battala
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6180/#review10175 --- Ship it! - Rajesh Battala On July 27, 2012, 5:53 p.m., Pradeep Sou