Re: [ACS41] Allocator Expert Needed!

2013-04-25 Thread Chip Childers
On Thu, Apr 25, 2013 at 02:51:10PM -0700, Prachi Damle wrote: > Chip, > > I just added the fix for CLOUDSTACK-2158 to master. Here is the commit info > to cherry-pick: > > > Commit hash: 232d44bf6e31898887b324bcdebbc659423917e4 > > In the applicationContext .xml , the context of the > '

RE: [ACS41] Allocator Expert Needed!

2013-04-25 Thread Prachi Damle
AM To: dev@cloudstack.apache.org Subject: RE: [ACS41] Allocator Expert Needed! Found the issue, in the applicationContext .xml , the context of the 'UserConcentratedPodPlanner' needs to include the list of allocators. This will ensure that when this component is loaded by Spring, the allocators gets in

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
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: [ACS41] Allocator Expert Needed!

2013-04-25 Thread Marcus Sorensen
I looked at it a bit, still beyond me, but the actual null pointer is: for(HostAllocator allocator : _hostAllocators) { _hostAllocators is locally defined in this file, but empty. I'm not sure what should be calling 'setHostAllocators'. protected List _hostAllocators; public List g

RE: [ACS41] Allocator Expert Needed!

2013-04-25 Thread Animesh Chaturvedi
thanks > -Original Message- > From: Prachi Damle [mailto:prachi.da...@citrix.com] > Sent: Thursday, April 25, 2013 10:56 AM > To: dev@cloudstack.apache.org > Subject: RE: [ACS41] Allocator Expert Needed! > > Looking at it. > > -Prachi > > -O

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

[ACS41] Allocator Expert Needed!

2013-04-25 Thread Chip Childers
CLOUDSTACK-2158 is a blocker bug for 4.1.0, and I need an allocator expert to review and fix if required. https://issues.apache.org/jira/browse/CLOUDSTACK-2158 'userconcentratedpod_firstfit failed to find alternate host to run VM Marcus laid out the situation in the bug itself. Help please! -c