GitHub user anshul1886 opened a pull request:
https://github.com/apache/cloudstack/pull/30
CLOUDSTACK-7703, CLOUDSTACK-7752: Fixed deployment planner stuck in
infinite loop
CLOUDSTACK-7703, CLOUDSTACK-7752: 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)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anshul1886/cloudstack-1 CLOUDSTACK-7703
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/30.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #30
----
commit 4705933a6459c1b25e71da891a6f736c0a736836
Author: Anshul Gangwar <[email protected]>
Date: 2014-10-20T10:34:25Z
CLOUDSTACK-7703, CLOUDSTACK-7752: 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)
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---