----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/28213/#review62148 -----------------------------------------------------------
Ship it! 5b620951a399188bd956f1198cd35d96b4008862 in 4.4 - daan Hoogland On Nov. 19, 2014, 10:57 a.m., Anshul Gangwar wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/28213/ > ----------------------------------------------------------- > > (Updated Nov. 19, 2014, 10:57 a.m.) > > > Review request for cloudstack, daan Hoogland and Rajesh Battala. > > > Bugs: CLOUDSTACK-7752 > https://issues.apache.org/jira/browse/CLOUDSTACK-7752 > > > Repository: cloudstack-git > > > Description > ------- > > Fixed deployment planner stuck in infinite loop. If we create VM with shared > service offering and attach disk with local disk offering, and one of storage > pool is full(cannot be allocated) and other is not full then we are not > putting the cluster in avoid list which is causing this infinite loop. > > Fixed by putting the cluster in avoid list even if one of the storage pool is > full(cannot be allocated) > > > Diffs > ----- > > server/src/com/cloud/deploy/DeploymentPlanningManagerImpl.java > 0e02d1b75c614754507810716da394eb23edc758 > > Diff: https://reviews.apache.org/r/28213/diff/ > > > Testing > ------- > > > Thanks, > > Anshul Gangwar > >