GitHub user mike-tutkowski opened a pull request: https://github.com/apache/cloudstack/pull/816
Notify listeners when a host has been added to a cluster, is about to⦠⦠be removed from a cluster, or has been removed from a cluster This PR addresses the following JIRA ticket: https://issues.apache.org/jira/browse/CLOUDSTACK-8813 The problem is that there needs to be notifications sent when a host is added to, about to be removed from, and removed from a cluster. Such notifications can be used for many purposes. For example, it can allow storage plug-ins to update ACLs on their storage systems. Also, it can allow us to clean up IQNs from ESXi hosts that are no longer needed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/mike-tutkowski/cloudstack addremovehosts2 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/816.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 #816 ---- commit 088eb45fcd1618624b72af3c3eba0b19acb77aac Author: Mike Tutkowski <mike.tutkow...@solidfire.com> Date: 2015-08-14T00:44:12Z Notify listeners when a host has been added to a cluster, is about to be removed from a cluster, or has been removed from a cluster ---- --- 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. ---