GitHub user sureshanaparti opened a pull request:

    https://github.com/apache/cloudstack/pull/1257

    CLOUDSTACK-9175: [VMware DRS] Adding new host to DRS cluster does not 
participate in load balancing.

    Summary: When a new host is added to a cluster, Cloudstack doesn't create 
all the port groups (created by cloudstack earlier in other hosts) present in 
the cluster. Since the new host doesn't have all the necessary networking port 
groups of cloudstack, it is not eligible to participate in DRS load balancing 
or HA.
    Solution: When adding a host to the cluster in Cloudstack, use VMware API 
to find the list of unique port groups on a previously added host (older host 
in the cluster) if exists and then create them on the new host.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sureshanaparti/cloudstack CLOUDSTACK-9175

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cloudstack/pull/1257.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 #1257
    
----
commit 9091829ed9423fbb4db4202bcdfc379003b3a082
Author: Suresh Kumar Anaparti <sureshkumar.anapa...@citrix.com>
Date:   2015-12-17T18:47:38Z

    CLOUDSTACK-9175: [VMware DRS] Adding new host to DRS cluster does not 
participate in load balancing.
    
    Summary: When a new host is added to a cluster, Cloudstack doesn't create 
all the port groups (created by cloudstack earlier in other hosts) present in 
the cluster. Since the new host doesn't have all the necessary networking port 
groups of cloudstack, it is not eligible to participate in DRS load balancing 
or HA.
    Solution: When adding a host to the cluster in Cloudstack, use VMware API 
to find the list of unique port groups on a previously added host (older host 
in the cluster) if exists and then create them on the new host.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to