RE: bug? capacity not updated when adding memory to hypervisor

2013-09-25 Thread Prachi Damle
Yes, the main bug here is not updating the Total Capacity - this is avoiding the total getting updated on host reconnects. Bug with the Used and Reserved Capacities gets masked since CapacityManager also listens to the VM state changes and updates these values. Prachi -Original Message-

RE: my two cents on RBAC/authorization

2013-10-01 Thread Prachi Damle
Darren, Thanks for the feedback and agreed that to make the RBAC solution pluggable, we would need to model it using standard authorization entities. As Min mentioned, this branch is to experiment how closely we can add a true RBAC model to current CloudStack code having account-domain hierarch

RE: [DISCUSS] make commands.properties the exception, not the rule

2013-10-08 Thread Prachi Damle
I think commands.properties is not just providing ACL on the API - but it also serves as a whitelist of APIs available on the deployment. It can be a one-step configuration option to disable certain functionality. Prachi -Original Message- From: Darren Shepherd [mailto:darren.s.sheph..

RE: Global setting "host" is not set to MS IP anymore on master

2013-10-10 Thread Prachi Damle
I see it on Windows too. -Original Message- From: Alena Prokharchyk [mailto:alena.prokharc...@citrix.com] Sent: Thursday, October 10, 2013 4:20 PM To: dev@cloudstack.apache.org; Min Chen Subject: Re: Global setting "host" is not set to MS IP anymore on master Importance: High I'm facing

RE: Possible bug in DeploymentPlanner?

2013-10-15 Thread Prachi Damle
Koushik, The deployment planning process is divided between DeploymentPlanners and Allocators. The planners are supposed to feed a list of clusters the allocators should look into to find a potential destination. While the allocators should provide a avoid set back to the planners consisting of

RE: Possible bug in DeploymentPlanner?

2013-10-15 Thread Prachi Damle
ut if cluster can be avoided by considering applicable pools only. Does this work fine for your scenario? On 15-Oct-2013, at 11:31 PM, Prachi Damle wrote: > Koushik, > > The deployment planning process is divided between DeploymentPlanners and > Allocators. The planners are suppos

RE: Possible bug in DeploymentPlanner?

2013-10-16 Thread Prachi Damle
-Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: Wednesday, October 16, 2013 5:21 AM To: Subject: Re: Possible bug in DeploymentPlanner? On 16-Oct-2013, at 3:12 AM, Prachi Damle wrote: > > -Original Message- > From: Koushik Das [mailt

RE: Possible bug in DeploymentPlanner?

2013-10-17 Thread Prachi Damle
} } -Koushik On 17-Oct-2013, at 3:21 AM, Prachi Damle mailto:prachi.da...@citrix.com>> wrote: -Original Message- From: Koushik Das [mailto:koushik@citrix.com<http://citrix.com>] Sent: Wednesday, October 16, 2013 5:21 AM To: mailto:dev@

RE: Possible bug in DeploymentPlanner?

2013-10-17 Thread Prachi Damle
-Original Message- From: Koushik Das [mailto:koushik@citrix.com] Sent: Thursday, October 17, 2013 11:50 AM To: Subject: Re: Possible bug in DeploymentPlanner? On 17-Oct-2013, at 11:29 PM, Prachi Damle wrote: > Koushik, > > I don't think you should add this check

RE: [ANNOUNCE] New PMC member: Animesh Chaturvedi

2013-10-21 Thread Prachi Damle
Congrats Animesh! -Original Message- From: Nitin Mehta [mailto:nitin.me...@citrix.com] Sent: Monday, October 21, 2013 1:09 PM To: dev@cloudstack.apache.org Subject: Re: [ANNOUNCE] New PMC member: Animesh Chaturvedi Congrats Animesh. On 21/10/13 12:51 PM, "La Motta, David" wrote: >Awe

RE: S3 API broken in 4.2

2013-10-22 Thread Prachi Damle
Yes, either moving the line to constructor or using a local SearchBuilder will fix it - however the S3 APIs part in awsapi project is not supported or updated for a long time and may have many other issues to get it working. Prachi -Original Message- From: Darren Shepherd [mailto:darre

RE: S3 API broken in 4.2

2013-10-22 Thread Prachi Damle
, Oct 22, 2013 at 2:17 PM, Prachi Damle wrote: > Yes, either moving the line to constructor or using a local SearchBuilder > will fix it - however the S3 APIs part in awsapi project is not supported or > updated for a long time and may have many other issues to get it working. > >

RE: Tags on storagePool

2013-10-23 Thread Prachi Damle
Sent: Wednesday, October 23, 2013 1:36 PM To: Prachi Damle; dev@cloudstack.apache.org Subject: Tags on storagePool I came across a potential bug in the way allocators do volumes placement on storage, based on storage tags. Prachi, can you please confirm if the bug is real. The tags ar

RE: haPlanners error in fresh 4.2 checkout

2013-10-28 Thread Prachi Damle
I had encountered this sometime back ... you need to check if your componentContext.xml or its equivalent has following defined. However I do see it is present in the 4.2 branch -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Monday, O

RE: haPlanners error in fresh 4.2 checkout

2013-11-04 Thread Prachi Damle
rver.handle(Server.java:326) > >> at > >> org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) > >> at > >> > org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection > .jav > >> a:945) > >>

ComponentContext :: getComponent() ?

2013-11-05 Thread Prachi Damle
Hi, Before the Spring modularization, we have some usecases that were using the com.cloud.utils.component.ComponentContext class directly to inject or to find a bean of given type or name by invoking ComponentContext :: getComponent(). How should these usecases be ported now after the modulariz

RE: ComponentContext :: getComponent() ?

2013-11-05 Thread Prachi Damle
ren > On Nov 5, 2013, at 4:18 PM, Prachi Damle wrote: > > Hi, > > Before the Spring modularization, we have some usecases that were using the > com.cloud.utils.component.ComponentContext class directly to inject or to > find a bean of given type or name by invoking

RE: ComponentContext :: getComponent() ?

2013-11-06 Thread Prachi Damle
already have a list of AffinityGroupProcessors injected to the class. Can't you just loop through those? Darren On Tue, Nov 5, 2013 at 5:49 PM, Prachi Damle wrote: > Thanks Darren, it is the listAffinityGroupTypes API, specific code is in > AffinityGroupServiceImpl :: listAffinit

RE: ComponentContext :: getComponent() ?

2013-11-06 Thread Prachi Damle
But in general, is there a way to get hold of a particular bean by name or type? -Original Message- From: Prachi Damle Sent: Wednesday, November 06, 2013 1:19 PM To: dev@cloudstack.apache.org Subject: RE: ComponentContext :: getComponent() ? I used to call getComponent() to get the

Re: Review Request: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host

2013-05-20 Thread Prachi Damle
the APIs are exposing accoutnID as an input parameter. CS has the convention of always using the pair domainId+ accountName to pass account information and never expose the accountId. - Please change the APIs to not take in accountID directly. - Prachi Damle On May 2, 2013, 2:53 p.m., deepti

Re: Review Request: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host

2013-05-20 Thread Prachi Damle
an updated patch. - Prachi Damle On May 2, 2013, 2:53 p.m., deepti dohare wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host

2013-05-20 Thread Prachi Damle
lines: - dedicate a host to a test account - create the explicit dedication affinity group for the test account - deploy Vm using explicit dedication affinity group - make sure that the hostId of the running VM is the dedicated host. - Prachi Damle On May 2, 2013, 2:53 p.m., deepti dohare wrote

RE: [ACS41] Outstanding Blockers - Please Read!

2013-05-20 Thread Prachi Damle
I am looking into CLOUDSTACK-2568 Thanks, Prachi -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Monday, May 20, 2013 1:04 PM To: dev@cloudstack.apache.org Subject: [ACS41] Outstanding Blockers - Please Read! Here's where we are. Help resolving or actual

RE: [ACS41] Outstanding Blockers - Please Read!

2013-05-21 Thread Prachi Damle
Thank Ove, I am looking at it. Will update the ticket soon. -Prachi -Original Message- From: Ove Ewerlid [mailto:ove.ewer...@oracle.com] Sent: Tuesday, May 21, 2013 10:50 AM To: dev@cloudstack.apache.org; Prachi Damle Subject: Re: [ACS41] Outstanding Blockers - Please Read! On 05/21

RE: [ACS41] Outstanding Blockers - Please Read!

2013-05-21 Thread Prachi Damle
Sent: Tuesday, May 21, 2013 12:49 PM To: dev@cloudstack.apache.org Subject: Re: [ACS41] Outstanding Blockers - Please Read! On Mon, May 20, 2013 at 10:51:29PM +0000, Prachi Damle wrote: > I am looking into CLOUDSTACK-2568 Thank you Prachi!

Review Request: CLOUDSTACK-2568 ACS41 regression in storage subsystem (seen with local storage and 2 or more hosts)

2013-05-22 Thread Prachi Damle
ing --- Manual testing done, also the fix has been already verified on a test environment by the bug reporter. Thanks, Prachi Damle

Re: Review Request: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host

2013-05-22 Thread Prachi Damle
s of other accounts are running on that host/cluster/pod/zone. If yes, dedication should fail. - Prachi Damle On May 2, 2013, 2:53 p.m., deepti dohare wrote: > > --- > This is an automatically generated e-mail. To re

RE: [ANNOUNCE] New committer: Sangeetha Hariharan

2013-05-24 Thread Prachi Damle
Congratulations Sangeetha!! -Original Message- From: Sowmya Krishnan [mailto:sowmya.krish...@citrix.com] Sent: Friday, May 24, 2013 12:22 AM To: dev@cloudstack.apache.org Subject: RE: [ANNOUNCE] New committer: Sangeetha Hariharan Congratulations Sangeetha! > -Original Message- >

Re: Review Request: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host.

2013-05-24 Thread Prachi Damle
ods - refer the listServiceOffering API to see this pattern - Prachi Damle On May 24, 2013, 7:30 p.m., Saksham Srivastava wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https:/

Re: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-29 Thread Prachi Damle
actual planner logic. We should make both consistent. - Prachi Damle On May 29, 2013, 10:16 a.m., Rajesh Battala wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

RE: Renaming updateVMAffinityGroup -> updateAffinityGroup

2013-05-29 Thread Prachi Damle
, Prachi -Original Message- From: Prasanna Santhanam [mailto:t...@apache.org] Sent: Tuesday, May 28, 2013 6:55 AM To: CloudStack Dev; Prachi Damle Subject: Re: Renaming updateVMAffinityGroup -> updateAffinityGroup On Wed, May 01, 2013 at 09:28:20AM +0530, Prasanna Santhanam wrote: >

RE: Renaming updateVMAffinityGroup -> updateAffinityGroup

2013-05-29 Thread Prachi Damle
-> updateAffinityGroup On Wed, May 29, 2013 at 09:59:40PM +0000, Prachi Damle wrote: > Hi Prasanna, > deleteAffinityGroup API should not take the VM Id parameter - I have > updated the FS. This API is supposed to disassociate all VMs from the > group and delete the affinity group entity in the

Re: Review Request: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host.

2013-05-29 Thread Prachi Damle
. - Prachi Damle On May 28, 2013, 1:05 p.m., Saksham Srivastava wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

Re: Review Request: Patch 2: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host

2013-05-29 Thread Prachi Damle
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11380/#review21179 --- Ship it! Ship It! - Prachi Damle On May 28, 2013, 1:07 p.m

RE: [VOTE] Release Apache CloudStack 4.1.0 (fifth round)

2013-05-30 Thread Prachi Damle
013 9:48 AM To: dev@cloudstack.apache.org Cc: Prachi Damle Subject: Re: [VOTE] Release Apache CloudStack 4.1.0 (fifth round) On Thu, May 30, 2013 at 10:23:31AM -0600, Marcus Sorensen wrote: > I think we need to add an 'mvn clean' to the cloud.spec prior to > building. Normally, I

Re: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-30 Thread Prachi Damle
dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.inject.Inject()} - Prachi Damle On May 30, 2013, 4:39 p.m., Rajesh Battala wrote: > > --- > This

Re: Review Request: Fixed CLOUDSTACK-2662 Preferred implicit dedication fails with insufficient capacity even if shared hosts are available.

2013-05-31 Thread Prachi Damle
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/11510/#review21243 --- Ship it! Ship It! - Prachi Damle On May 31, 2013, 2:51 a.m

RE: tests involving deploying a vm fail

2013-06-13 Thread Prachi Damle
Shane, Can you share the management server log file? Prachi -Original Message- From: Shane Witbeck [mailto:sh...@digitalsanctum.com] Sent: Thursday, June 13, 2013 9:18 AM To: dev@cloudstack.apache.org Subject: tests involving deploying a vm fail Hi all, I'm attempting to run the foll

RE: Resource Management/Allocation for CS

2013-06-21 Thread Prachi Damle
Hi Pouya, All of CloudStack's RA heuristics are applied by deployment planner modules and host/storagepool allocators to decide the order in which resource(pods,clusters,hosts,storage pools) will be considered for a VM deployment/migration. Following are the existing flavors of these modules:

RE: Console Proxy VM failed to start

2013-06-27 Thread Prachi Damle
Hey Maurice, You should check logs prior to this error, that will show the real problem causing CS to put the host in avoid set. -Prachi From: Maurice Lawler [mailto:maurice.law...@me.com] Sent: Thursday, June 27, 2013 12:40 PM To: Cloud Dev Subject: Console Proxy VM failed to start Hello, I

RE: On master updatephysicalnetwork won't enable the phy. net?

2013-06-28 Thread Prachi Damle
Yes seeing this issue too. Checked the code and looks like a regression due to the following commit. --- Author: Bharat Kumar (bharat.ku...@citrix.com) Author date:2 days ago (Wed Jun 26 20:55:30 2013 +0530) Commit hash:7f2f25d640b47c8e72381bfc318a71ca2bfd Cloudstack-21

RE: On master updatephysicalnetwork won't enable the phy. net?

2013-06-28 Thread Prachi Damle
? Pl do revert if it doesn't cause other issues. -Original Message----- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Friday, June 28, 2013 1:44 PM To: dev@cloudstack.apache.org Subject: RE: On master updatephysicalnetwork won't enable the phy. net? Yes seeing

Re: Review Request 11953: Remove code that does nothing but allocate a bunch of objects

2013-07-01 Thread Prachi Damle
then we will let the planners figure out the pools to use for deployment always, so passing the poolId null for now. - Prachi Damle On June 30, 2013, 5:52 a.m., Dave Brosius wrote: > > --- > This is an automatically generated e

RE: Test Result for test-smoke-matrix #559

2013-07-01 Thread Prachi Damle
Hi Prasanna, For the following two test failures: - integration.smoke.test_affinity_groups.TestDeployVmWithAffinityGroup.test_DeployVmAntiAffinityGroup It looks to be some issue with the test itself. The test is failing to find the affinity group created duri

RE: Coding Convention Reminder

2013-07-02 Thread Prachi Damle
+ 1 Please upload the code template for reference. -Original Message- From: Edison Su [mailto:edison...@citrix.com] Sent: Tuesday, July 02, 2013 5:08 PM To: dev@cloudstack.apache.org Subject: RE: Coding Convention Reminder We'd better export the code template from Eclipse, then everybody

RE: Error Message: Cloud Stack

2013-07-10 Thread Prachi Damle
Maurice, You should check the logs before this exception trace is logged, just follow the consoleproxy-1 thread to see what went wrong in the deployment process. -Prachi -Original Message- From: Marcus Sorensen [mailto:shadow...@gmail.com] Sent: Wednesday, July 10, 2013 6:59 AM To: dev

RE: Storage Allocator Question

2013-07-10 Thread Prachi Damle
Currently for storage allocators, only random or firstfit or user-dispersing strategies are present. This is governed by the 'vm.allocation.algorithm' global config. So for you case with storage tags, if you choose random, either of the pools can get chosen. For firstfit, you will mostly see one

RE: Storage Allocator Question

2013-07-10 Thread Prachi Damle
en you say "random," does that mean random among the storage pools that have, say, the necessary storage tag or does random ignore storage tags? Thanks On Wed, Jul 10, 2013 at 2:43 PM, Mike Tutkowski < mike.tutkow...@solidfire.com> wrote: > OK, thanks! > > > On Wed,

RE: [DISCUSS] What other "features" or code is sitting around that might be suffering from bit rot?

2013-07-10 Thread Prachi Damle
Code for S3 API is lying under awsapi project. Only EC2 API under awsapi is functionally tested. -Original Message- From: Alex Huang Sent: Wednesday, July 10, 2013 3:40 PM To: dev@cloudstack.apache.org Cc: Prachi Damle Subject: RE: [DISCUSS] What other "features" or code

RE: Another ISO Question

2013-07-11 Thread Prachi Damle
ll not be referred in this case. Prachi From: Ahmad Emneina [mailto:aemne...@gmail.com] Sent: Thursday, July 11, 2013 1:39 PM To: Mike Tutkowski; Prachi Damle Cc: dev@cloudstack.apache.org Subject: Re: Another ISO Question Let me defer to +Prachi, she knows the tagging system better than I. On Th

RE: Thank you Apache community !

2013-07-16 Thread Prachi Damle
Good work Pranav! All the best for your future. -Prachi -Original Message- From: Pranav Saxena [mailto:psb...@gmail.com] Sent: Tuesday, July 16, 2013 8:09 AM To: dev@cloudstack.apache.org; us...@cloudstack.apache.org; market...@cloudstack.apache.org Subject: Thank you Apache community

RE: deleteAffinityGroup API

2013-07-18 Thread Prachi Damle
Account and domainId are not required parameters of this API. It works fine with just an id too. Account and domain will be used if delete is called providing a name of the group instead of id, say by an admin for a regular user's group. -Original Message- From: Prasanna Santhanam [mai

RE: deleteAffinityGroup API

2013-07-18 Thread Prachi Damle
, 2013 at 02:17:46PM +0530, Prasanna Santhanam wrote: > On Thu, Jul 18, 2013 at 07:14:42AM +, Prachi Damle wrote: > > Account and domainId are not required parameters of this API. It > > works fine with just an id too. > > > > Account and domain will be used if delete

RE: deleteAffinityGroup API

2013-07-18 Thread Prachi Damle
Prasanna does the regression test scripts call using 8096 port? If yes then that's the reason why the API is failing. From: Alena Prokharchyk Sent: Thursday, July 18, 2013 4:13 PM To: dev@cloudstack.apache.org; Prachi Damle; Alex Huang Subject: Re: deleteAffinityGroup API If the API

RE: deleteAffinityGroup API

2013-07-18 Thread Prachi Damle
This code is generic to all APIs - not just for deleteAffinity API. Alena do you know why does accountmanager deny access to system user? -Original Message- From: Alex Huang Sent: Thursday, July 18, 2013 4:39 PM To: Prachi Damle; dev@cloudstack.apache.org Subject: RE

RE: deleteAffinityGroup API

2013-07-22 Thread Prachi Damle
from test/integration/component/. That's how I repro-ed the issue. On Thu, Jul 18, 2013 at 11:14:19PM +0000, Prachi Damle wrote: > Prasanna does the regression test scripts call using 8096 port? > > If yes then that's the reason why the API is failing. > > From: Alen

RE: Create Affinity Group API

2013-07-29 Thread Prachi Damle
I cannot reproduce this using latest 4.2. Updated the bug with details of tests. Is this only seen when using automation tests? Prachi From: Girish Shilamkar [mailto:gir...@clogeny.com] Sent: Monday, July 29, 2013 12:04 AM To: dev@cloudstack.apache.org; Prachi Damle Cc: Prasanna Santhanam

Back-port awsapi installation fixes to 4.1 branch

2013-08-05 Thread Prachi Damle
Hi, Seems like the awsapi installation is broken for 4.1 and 4.1.1 releases. Most of the issues have been identified and fixed in 4.2. Here is the list to start with: https://issues.apache.org/jira/browse/CLOUDSTACK-2777 https://issues.apache.org/jira/browse/CLOUDSTACK-3295 https://issues.apache

RE: [ANNOUNCE] New Committer: Vijay Bhamidipati

2013-08-10 Thread Prachi Damle
Congratulations Vijay! Well deserved! -Original Message- From: Prasanna Santhanam [mailto:t...@apache.org] Sent: Friday, August 09, 2013 10:01 PM To: CloudStack Dev Subject: [ANNOUNCE] New Committer: Vijay Bhamidipati The Project Management Committee (PMC) for Apache CloudStack has asked

Re: Review Request 13804: CLOUDSTACK-4495: systemVM template URL is pointing to old template location in upgrade file.

2013-08-26 Thread Prachi Damle
:208507a42a4db252dc3d7cf299c146315423a071 Contained in branches: 4.2-forward Contained in no tag - Prachi Damle On Aug. 26, 2013, 8:02 a.m., Sanjay Tripathi wrote: > > --- > This is an automatically generated e-mail. To reply, visit

[ACS42] Cherry pick CLOUDSTACK-4495

2013-08-26 Thread Prachi Damle
Hi Animesh, Can you cherry-pick the following patch to 4.2: https://reviews.apache.org/r/13804/ Commit hash: 208507a42a4db252dc3d7cf299c146315423a071 Contained in branches: 4.2-forward Thanks, Prachi

[ACS42] Cherry pick CLOUDSTACK-4528

2013-08-28 Thread Prachi Damle
Hi Animesh, Can you cherry-pick the following fix to 4.2: https://issues.apache.org/jira/browse/CLOUDSTACK-4528 Commit b24e9a6dd5281b2163ce088e6f5b1fa730c33f7d Commit 52f4683099e03e16916dfdf741f2d5544491aaad Contained in branch refs/heads/4.2-forward Thanks, Prachi

RE: [ACS42] Cherry pick CLOUDSTACK-4528

2013-08-28 Thread Prachi Damle
Yes I will be Thanks, Prachi From: Animesh Chaturvedi Sent: Wednesday, August 28, 2013 4:11 PM To: Prachi Damle Cc: dev@cloudstack.apache.org Subject: RE: [ACS42] Cherry pick CLOUDSTACK-4528 Can you put the patch into master as well? From: Prachi Damle Sent: Wednesday, August 28, 2013 4:03 PM

Re: Review Request 13911: CLOUDSTACK-4572: findHostsForMigration API does not return correct host list

2013-08-30 Thread Prachi Damle
:6354604eedff0c5f4ddef4940ce02df80adb656c - Prachi Damle On Aug. 30, 2013, 4:38 p.m., Saksham Srivastava wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

RE: VM deployment fails when using a tagged host offering with InsufficientServerCapacityException

2013-09-03 Thread Prachi Damle
Hi, Can you check if you have set storage tags on the service offering instead of the host tags? You can call listServiceOfferings API and check the response corresponding to your service offering. The field ' hosttags' is set or is the field ' tags' set? -Prachi -Original Message- F

RE: serviceofferings per zone

2013-09-10 Thread Prachi Damle
I think that ServiceOfferings are not tied to a specific zone, so they will be globally available. Prachi -Original Message- From: sebgoa [mailto:run...@gmail.com] Sent: Tuesday, September 10, 2013 6:59 AM To: dev@cloudstack.apache.org Subject: serviceofferings per zone Hi, I am looki

RE: New committer: Ahmad Emneina

2013-03-25 Thread Prachi Damle
Congratulations Ahmad!! -Original Message- From: Sateesh Chodapuneedi [mailto:sateesh.chodapune...@citrix.com] Sent: Monday, March 25, 2013 10:08 AM To: dev@cloudstack.apache.org; Ahmad Emneina Subject: RE: New committer: Ahmad Emneina Yey! Hearty Congratulations, Ahmad!! > On 3/24/13 4

RE: [DISCUSS] Affinity / Anti-affinity Rules

2013-04-01 Thread Prachi Damle
adeep.vit...@citrix.com] Sent: Friday, March 01, 2013 2:12 PM To: cloudstack-...@incubator.apache.org Cc: Manan Shah; Alex Huang Subject: Re: [DISCUSS] Affinity / Anti-affinity Rules On 3/1/13 7:14 AM, "Chip Childers" wrote: >On Thu, Feb 28, 2013 at 03:18:51PM -0800, Prachi

RE: [DISCUSS] Affinity / Anti-affinity Rules

2013-04-02 Thread Prachi Damle
will wipe out the existing group associations of the VM and create the new associations. If you do not include some existing affinity group in this API call, it will get removed. -Thanks Sangeetha -Original Message- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Monday, Apr

RE: [DISCUSS] Affinity / Anti-affinity Rules

2013-04-03 Thread Prachi Damle
should also include the list of affinity group it is associated with. -Thanks Sangeetha -Original Message- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Tuesday, April 02, 2013 11:27 AM To: dev@cloudstack.apache.org; cloudstack-...@incubator.apache.org Subject: RE: [DISCUSS

RE: How to dramatically reduce the build time:)

2013-04-04 Thread Prachi Damle
This is amazing!!! Reduced build time for me, from 6:45.917s to 1:28.435s Thanks Edison! On Thu, Apr 4, 2013 at 6:48 AM, Edison Su wrote: > As a poor man, don't have luxury build machine as Alex has, I find a > way may help you a little bit to build cloudstack as quick as possible: > mvn -pl

RE: [MERGE] affinity_groups branch to master

2013-04-08 Thread Prachi Damle
to master On 6 April 2013 05:56, Prachi Damle wrote: > Hi all, > > > > I would like to merge the Affinity/Anti-Affinity feature developed in > affinity_groups branch to master. > > > > - Functional Specs for this feature can be found here: > https://cw

RE: [ACS42][QA]Test Plan for "Affinity / Anti-affinity Rules"

2013-04-08 Thread Prachi Damle
Hi Sangeetha, The test plan looks fine. A few comments 1) UpdateVMAffinityGroup API - We should add to the testcases, the scenario where an already existing VM say on host1, is updated to have affinity group A1 that asks to avoid host1. In this case, the VM cannot restart on host1, but should

RE: [ACS42][QA]Test Plan for "Affinity / Anti-affinity Rules"

2013-04-08 Thread Prachi Damle
live migrating. >> Vm migration in such cases will succeed. But when Vms are stopped and >> started , it will fail to start since the anti-affinity group check will >> fail ? -Thanks Sangeetha Thanks Sangeetha -Original Message- From: Prachi Damle [mailto:prachi.da...@ci

Re: VM deployed to wrong storage repository

2013-04-08 Thread Prachi Damle
If you are seeing the tags honored sometimes then I guess this might be related to ordering of allocators. Kelven, is your fix to maintain the order in which allocators are loaded, in 4.1 as well? Prachi On Apr 8, 2013, at 6:45 PM, "Mike Tutkowski" wrote: > Yeah, that dawned on me later,

RE: VM deployed to wrong storage repository

2013-04-08 Thread Prachi Damle
M, Marcus Sorensen wrote: > >> Could it just be that it occasionally chooses the right storage by chance? >> On Apr 8, 2013 8:36 PM, "Prachi Damle" wrote: >> >> > If you are seeing the tags honored sometimes then I guess this >> > might be rel

RE: [ACS42][QA]Test Plan for "Affinity / Anti-affinity Rules"

2013-04-09 Thread Prachi Damle
n Mon, Apr 08, 2013 at 01:56:55PM -0700, Prachi Damle wrote: > Prasanna, > Affinity Group Processing is a pre-planning step. It will set the > scope for the deployment planners, there is no conflict between the > planner strategies and affinity groups. These are separate steps of >

RE: [ACS42][QA]Test Plan for "Affinity / Anti-affinity Rules"

2013-04-09 Thread Prachi Damle
Prasanna, Actually the PRD or the FS lists some other placement planning usecases this can facilitate: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Affinity+-+Anti-affinity+rules -Prachi -Original Message- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Tuesday

RE: [MERGE] affinity_groups branch to master

2013-04-11 Thread Prachi Damle
, Prachi Damle wrote: > Hi all, > > I would like to merge the Affinity/Anti-Affinity feature developed in > affinity_groups branch to master. > > > - Functional Specs for this feature can be found here: > https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS+

RE: [ACS41] Help needed clearing bugs!

2013-04-11 Thread Prachi Damle
I will take a look at CLOUDSTACK-1987. -Prachi -Original Message- From: Edison Su [mailto:edison...@citrix.com] Sent: Thursday, April 11, 2013 5:17 PM To: dev@cloudstack.apache.org Subject: RE: [ACS41] Help needed clearing bugs! Probably, it's a setup issue, e.g openvswitch doesn't work

RE: [ACS41] Help needed clearing bugs!

2013-04-11 Thread Prachi Damle
first? https://reviews.apache.org/r/10426/ On Apr 11, 2013, at 6:25 PM, Prachi Damle wrote: > I will take a look at CLOUDSTACK-1987. > > -Prachi > > -Original Message- > From: Edison Su [mailto:edison...@citrix.com] > Sent: Thursday, April 11, 2

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

2013-04-16 Thread Prachi Damle
I would like to propose a new feature - DeploymentPlanner choice via ServiceOffering Jira ticket created: https://issues.apache.org/jira/browse/CLOUDSTACK-2056 This is to expose the choice of Deployment Planner via Service Offering and let Admin use a mix of Planners in a CS deployment. The i

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

2013-04-17 Thread Prachi Damle
s in Svc Offering, some offerings might choose >> 'FirstFitPlanner', while some other might choose 'UserDispersingPlanner'. >>Thus all planners can get used in the same CS deployment - since the choice >>will no longer be global. All such planners will app

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

2013-04-18 Thread Prachi Damle
On 18/04/13 11:01 AM, "Koushik Das" wrote: >I have some comments inline > >> -Original Message- >> From: Prachi Damle [mailto:prachi.da...@citrix.com] >> Sent: Thursday, April 18, 2013 12:17 AM >> To: dev@cloudstack.apache.org >

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

2013-04-18 Thread Prachi Damle
FS is @ https://cwiki.apache.org/confluence/display/CLOUDSTACK/FS+for+Granular+Glob al+Configuration+Parameters. Just search for vm.allocation Thanks, -Nitin On 18/04/13 12:16 AM, "Prachi Damle" wrote: >Hi Nitin, > >Thanks for the feedback. I have added comments inline. >

RE: New PMC Member: Prasanna Santhanam

2013-04-22 Thread Prachi Damle
Congratulations Prasanna! -Original Message- From: Srikanteswararao Talluri [mailto:srikanteswararao.tall...@citrix.com] Sent: Monday, April 22, 2013 10:27 AM To: dev@cloudstack.apache.org Subject: RE: New PMC Member: Prasanna Santhanam Congrats Prasanna! ~Talluri > -Original Messa

RE: [ACS41] Blocker and critical issues stopping me from spinning out a new RC for 4.1

2013-04-25 Thread Prachi Damle
I will take a look at CLOUDSTACK-2158 -Prachi -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Thursday, April 25, 2013 6:55 AM To: dev@cloudstack.apache.org Subject: [ACS41] Blocker and critical issues stopping me from spinning out a new RC for 4.1 Hi al

RE: [ACS41] Allocator Expert Needed!

2013-04-25 Thread Prachi Damle
Looking at it. -Prachi -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Thursday, April 25, 2013 10:50 AM To: dev@cloudstack.apache.org Subject: [ACS41] Allocator Expert Needed! CLOUDSTACK-2158 is a blocker bug for 4.1.0, and I need an allocator expert to

RE: [ACS41] Allocator Expert Needed!

2013-04-25 Thread Prachi Damle
It should be set by Spring by looking at the applicationContext or componentContext -Prachi -Original Message- From: Marcus Sorensen [mailto:shadow...@gmail.com] Sent: Thursday, April 25, 2013 10:58 AM To: dev@cloudstack.apache.org Subject: Re: [ACS41] Allocator Expert Needed! I looked

RE: DISCUSS

2013-04-25 Thread Prachi Damle
Hi, Comments Inline. Thanks, -Prachi -Original Message- From: MEHDI ALI SOLTANI [mailto:mehdi_alisolt...@yahoo.com] Sent: Thursday, April 25, 2013 8:34 AM To: cloudstack-...@incubator.apache.org Subject: DISCUSS Hi I am new in Devcloud and I want to push my algorithm in Devcloud. I hav

RE: [ACS41] Allocator Expert Needed!

2013-04-25 Thread Prachi Damle
--Original Message----- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Thursday, April 25, 2013 11:00 AM To: dev@cloudstack.apache.org Subject: RE: [ACS41] Allocator Expert Needed! It should be set by Spring by looking at the applicationContext or componentContext -Prachi -Origin

RE: [ACS41] Allocator Expert Needed!

2013-04-25 Thread Prachi Damle
This will ensure that when this component is loaded by Spring, the allocators gets initialized. Contained in branches: master Contained in no tag Thanks, Prachi -Original Message----- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Thursday, April 25, 2013 11:22

Re: Review Request: CLOUDSTACK-681: Dedicated Resources - Explicit Dedication, Private zone, pod, cluster or host

2013-04-26 Thread Prachi Damle
ources and call it from planDeployment(), for readability. - Can Use DAO methods to load group of type 'explicit dedication' for the VM id, instead of loading all groups and iterating. - Prachi Damle On April 26, 2013, 12:48 p.m.,

RE: [ACS41] New blocker... CLOUDSTACK-2281

2013-04-29 Thread Prachi Damle
I will take a look at it. -Prachi -Original Message- From: Chip Childers [mailto:chip.child...@sungard.com] Sent: Monday, April 29, 2013 2:07 PM To: dev@cloudstack.apache.org Subject: [ACS41] New blocker... CLOUDSTACK-2281 CLOUDSTACK-2281 has to do with apparent deployment planner corru

RE: [ACS41] New blocker... CLOUDSTACK-2281

2013-04-29 Thread Prachi Damle
Marcus, I will need some more information to analyze this, I just commented the ticket. Can you please let me know the details needed? -Prachi -Original Message- From: Prachi Damle [mailto:prachi.da...@citrix.com] Sent: Monday, April 29, 2013 2:12 PM To: dev@cloudstack.apache.org

Re: Review Request: Fix NPE in the planner, in the case that pool ID cannot be looked up in database when deploying a VM

2013-04-29 Thread Prachi Damle
adding it! - Prachi Damle On April 29, 2013, 10:01 p.m., Marcus Sorensen wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

RE: Renaming updateVMAffinityGroup -> updateAffinityGroup

2013-04-30 Thread Prachi Damle
. -Prachi -Original Message- From: Prasanna Santhanam [mailto:t...@apache.org] Sent: Tuesday, April 30, 2013 7:25 AM To: CloudStack Dev Cc: Prachi Damle Subject: Renaming updateVMAffinityGroup -> updateAffinityGroup Hi Prachi, Sorry for bringing this up so late - Since the featu

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

2013-05-06 Thread Prachi Damle
I have updated the FS with some more details regarding the design of this feature, https://cwiki.apache.org/confluence/display/CLOUDSTACK/DeploymentPlanner+choice+via+ServiceOffering Please provide any comments. Thanks, Prachi -Original Message- From: Prachi Damle [mailto:prachi.da

RE: [TIPS] Writing unit tests with Spring injection...

2013-05-06 Thread Prachi Damle
+1! Thanks for removing the need of 3 files per test! -Original Message- From: Alex Huang [mailto:alex.hu...@citrix.com] Sent: Monday, May 06, 2013 8:26 PM To: dev@cloudstack.apache.org Subject: [TIPS] Writing unit tests with Spring injection... I made an improvement to how we write our

Re: Review Request: Implicit dedication of resources to an account

2013-05-13 Thread Prachi Damle
global config vm.deployment.planner points to ImplicitDedicationPlanner - Prachi Damle On May 10, 2013, 4:09 p.m., Devdeep Singh wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache

  1   2   >