You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by Prachi Damle <Pr...@citrix.com> on 2013/03/18 20:14:17 UTC

[ACS41][Patch Request] CLOUDSTACK-1706

Already committed to master.



Commit hash:    d9b85e397d10f2291058ff972094decd8fc4ad7d



--------------

CLOUDSTACK-1706 Failed to deploy VM with error "cannot find DeployPlannerSelector"



Changes:



- Regular plugin/adapter components should usually be loaded at run level RUNLEVEL_COMPONENT(5)

- HypervisorVmPlannerSelector was at level 0, while configurationServer at level 2  - causing config to be not loaded for the HypervisorVmPlannerSelector



Contained in branches: master

Contained in no tag




Re: [ACS41][Patch Request] CLOUDSTACK-1706

Posted by Chip Childers <ch...@sungard.com>.
On Mon, Mar 18, 2013 at 12:14:17PM -0700, Prachi Damle wrote:
> Already committed to master.
> 
> 
> 
> Commit hash:    d9b85e397d10f2291058ff972094decd8fc4ad7d
> 
> 
> 
> --------------
> 
> CLOUDSTACK-1706 Failed to deploy VM with error "cannot find DeployPlannerSelector"
> 
> 
> 
> Changes:
> 
> 
> 
> - Regular plugin/adapter components should usually be loaded at run level RUNLEVEL_COMPONENT(5)
> 
> - HypervisorVmPlannerSelector was at level 0, while configurationServer at level 2  - causing config to be not loaded for the HypervisorVmPlannerSelector
> 
> 
> 
> Contained in branches: master
> 
> Contained in no tag
> 
> 
>

Applied:

commit b66ee305667358ef4b592cc866eefeba3375a905
Author: Prachi Damle <pr...@cloud.com>
Date:   Mon Mar 18 12:03:57 2013 -0700

    CLOUDSTACK-1706 Failed to deploy VM with error "cannot find DeployPlannerSelector"
    
    Changes:
    
    - Regular plugin/adapter components should usually be loaded at run level RUNLEVEL_COMPONENT(5)
    - HypervisorVmPlannerSelector was at level 0, while configurationServer at level 2  - causing config to be not loaded for the HypervisorVmPlannerSelector