CLOUDSTACK-8851 Redundant VR getting started in the same cluster or h…#839
Merged
Conversation
…ost even when there are suitable hosts available
|
cloudstack-pull-rats #626 SUCCESS |
|
cloudstack-pull-analysis #565 SUCCESS |
Contributor
Two routers were started, each on one cluster: Log message: So, the second router (r-5-VM) avoids cluster 2 (because r-4-VM runs on host 4 which is part of cluster 2). Seems perfectly fine: LGTM Thanks @bvbharat |
Contributor
|
@karuturi Please have a look, seems like a small bug fix that can go into 4.6 |
Member
|
LGTM. |
asfgit
pushed a commit
that referenced
this pull request
Sep 21, 2015
CLOUDSTACK-8851 Redundant VR getting started in the same cluster or hwe are not populating the deployment destination of the previous rvr in the avoid set of the rvr that is being created. This was resulting in both the rvrs getting deployed to same host sometimes even when it could have gone to a different one. Now we are updating the avoids set of the deployment plan to fix this issue. * pr/839: CLOUDSTACK-8851 Redundant VR getting started in the same cluster or host even when there are suitable hosts available Signed-off-by: Remi Bergsma <github@remi.nl>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
we are not populating the deployment destination of the previous rvr in the avoid set of the rvr that is being created. This was resulting in both the rvrs getting deployed to same host sometimes even when it
could have gone to a different one.
Now we are updating the avoids set of the deployment plan to fix this issue.