RE: Review Request: CS-15048: Log rotation functionality in system VMs is broken resuting in 100% of disk space getting consumed.

2012-07-12 Thread Sanjeev Neelarapu
Is this applicable to Virtual Router as well? -Original Message- From: Saksham Srivastava [mailto:nore...@reviews.apache.org] On Behalf Of Saksham Srivastava Sent: Wednesday, July 11, 2012 3:53 PM To: Saksham Srivastava; cloudstack Subject: Re: Review Request: CS-15048: Log rotation

Re: Review Request: CS-15048: Log rotation functionality in system VMs is broken resuting in 100% of disk space getting consumed.

2012-07-12 Thread Saksham Srivastava
Currently I didn't find log4j configuration file on virtual router so it should not be applicable to Virtual Router.The bug and the fixes are particular to Secondary storage VM and Console proxy VM. Thanks, Saksham On Thursday 12 July 2012 02:48 PM, Sanjeev Neelarapu wrote: Is this

Re: Limits set for a resource can be exceeded

2012-07-12 Thread Prasanna Santhanam
On Thu, Jul 12, 2012 at 07:14:39AM -0400, Somesh Naidu wrote: http://bugs.cloudstack.org/browse/CS-11930 The above bug suggests similar for snapshots. Its marked as fixed in Acton. It looks like a different problem. That's talking about the limit being honored. The one Devdeep is talking

Re: Review Request: Modifying filter support in 3 EC2 Describe* API's(DescribeInstances, DescribeVolumes and DescribeSnapshots) to include tags. Component: AWSAPI.

2012-07-12 Thread Likitha Shetty
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/5909/ --- (Updated July 12, 2012, 1:29 p.m.) Review request for cloudstack and Prachi

Re: [RFC] DevCloud, an all-in-one-box CloudStack development environment

2012-07-12 Thread Tomoe Sugihara
Hi Edison, I have been playing around with DevCloud and I wanted to share my findings here: 1. Needs more memory for guests I'd been getting InsufficientServerCapacityException when I tried launching a VM after rdeploy*, rdebug and adding a basic ZONE. I found that a router VM will be spun

Re: Review Request: CS-15430 Create snapshot should fail if creating snapshot results in exceeding snapshot resource limit for domain-admin or user accounts.

2012-07-12 Thread Chiradeep Vittal
Synchronized isn't going to solve all your cases since management servers can be clustered. You need to use GenericDaoBase.acquireInLockTable for these kinds of synchronization. This kind of generic service (atomic increment up to a limit) should be in the ResourceLimitManager. Perhaps

Re: Review Request: CS-15048: Log rotation functionality in system VMs is broken resuting in 100% of disk space getting consumed.

2012-07-12 Thread Chiradeep Vittal
According to https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=tree;f =patches/systemvm/debian/config/etc/cron.daily;h=e28877633af747315ca525d866 208bc6f8bfae03;hb=HEAD All log files in /var/log/cloud that are older than 7 days will be deleted. Logrotate has been configured

Re: Review Request: CS-15048: Log rotation functionality in system VMs is broken resuting in 100% of disk space getting consumed.

2012-07-12 Thread David Nalley
On Thu, Jul 12, 2012 at 2:42 PM, Chiradeep Vittal chiradeep.vit...@citrix.com wrote: According to https://git-wip-us.apache.org/repos/asf?p=incubator-cloudstack.git;a=tree;f =patches/systemvm/debian/config/etc/cron.daily;h=e28877633af747315ca525d866 208bc6f8bfae03;hb=HEAD All log files in

Re: system vm logging

2012-07-12 Thread Chiradeep Vittal
It has been considered, not implemented yet http://bugs.cloudstack.org/browse/CS-9669 On 7/12/12 11:45 AM, David Nalley da...@gnsa.us wrote: On Thu, Jul 12, 2012 at 2:42 PM, Chiradeep Vittal chiradeep.vit...@citrix.com wrote: According to

Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread Chip Childers
I've been working on encapsulating the DevCloud configuration into a Vagrant [1] box this week. This was something that was being discussed on the DevCloud thread [2], but I wanted to break it out into a different discussion. I've realized that I hit a bit of a road block, and want to get the

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread David Nalley
On Thu, Jul 12, 2012 at 4:32 PM, Chip Childers chip.child...@sungard.com wrote: I've been working on encapsulating the DevCloud configuration into a Vagrant [1] box this week. This was something that was being discussed on the DevCloud thread [2], but I wanted to break it out into a different

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread sebgoa
On Jul 12, 2012, at 4:32 PM, Chip Childers wrote: 2 - Does anyone have an alternate suggestion for how to achieve what I had hoped to achieve? Hi Chip, I did not know about Vagrant, it sounds great, but if it does not work you might want to check out rpath:

Re: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread Outback Dingo
On Thu, Jul 12, 2012 at 5:32 PM, sebgoa run...@gmail.com wrote: On Jul 12, 2012, at 4:32 PM, Chip Childers wrote: 2 - Does anyone have an alternate suggestion for how to achieve what I had hoped to achieve? Hi Chip, I did not know about Vagrant, it sounds great, but if it does not work

RE: Update on wrapping DevCloud into a Vagrant Box

2012-07-12 Thread Edison Su
-Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Thursday, July 12, 2012 2:32 PM To: cloudstack-dev@incubator.apache.org Subject: Re: Update on wrapping DevCloud into a Vagrant Box On Jul 12, 2012, at 4:32 PM, Chip Childers wrote: 2 - Does anyone have an

Re: Re: System VMs restarted on a disabled cluster

2012-07-12 Thread Mice Xia
Alena and All, Thanks, this works. But it's not very user-friendly and straightforward, I would like to submit a patch if necessary. candidate solutions that I can figured out include: 1) Expose 'secondary.storage.vm' global configuration in UI. 2) Modify ResourceManagerImpl

How to use agent-simulator project to debug agent?

2012-07-12 Thread guang wu
hi everyone i want to use agent-simulator project simulator agent and debug,but i don't know how to configuration . can you help me please ? thx

RE: Review Request: CS-15430 Create snapshot should fail if creating snapshot results in exceeding snapshot resource limit for domain-admin or user accounts.

2012-07-12 Thread Devdeep Singh
We missed the scenario for management servers in clustered mode. Thanks for pointing it out. We'll work on having a generic implementation in ResourceLimitManager to fix the problem. Regards, Devdeep -Original Message- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com]

RE: Review Request: CS-15430 Create snapshot should fail if creating snapshot results in exceeding snapshot resource limit for domain-admin or user accounts.

2012-07-12 Thread Rajesh Battala
Nice idea to have atomic increment in ResourceLimitManager class. Having it in ResourceLimitManager will solve the resource limit problem for other Resource Types (instances, templates ) and any Resource Types in future. -Original Message- From: Chiradeep Vittal