Merge pull request #839 from bvbharatk/CLOUDSTACK-8851 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 <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d543e2aa Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d543e2aa Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d543e2aa Branch: refs/heads/master Commit: d543e2aa2c05422559d866c8b2ae29c83bfd5da0 Parents: a5ca762 7439a9b Author: Remi Bergsma <[email protected]> Authored: Mon Sep 21 20:03:58 2015 +0200 Committer: Remi Bergsma <[email protected]> Committed: Mon Sep 21 20:03:58 2015 +0200 ---------------------------------------------------------------------- engine/orchestration/src/com/cloud/vm/VmWorkStart.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ----------------------------------------------------------------------
