rhtyd opened a new pull request #3396: server: save GUID for KVM cluster
URL: https://github.com/apache/cloudstack/pull/3396
 
 
   When a KVM host is added to a cluster, the cluster GUID is null. In case
   the KVM host fails to be added, the GUID is not set to null and if any
   other hosts are added an exception is thrown by the resource manager
   that does not allow addition of hosts to a cluster with existing hosts
   whose GUID is null.
   
   In case of KVM, other hosts may be added in parallel therefore this
   restriction can be safely removed.
   
   Issue references:
   
http://mail-archives.apache.org/mod_mbox/cloudstack-users/201604.mbox/%3cloom.20160415t120602-...@post.gmane.org%3E
   
http://mail-archives.apache.org/mod_mbox/cloudstack-users/201306.mbox/%3c1f7751c3-db29-4639-9e67-9760b07c9...@gmail.com%3E
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the 
boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing 
functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [x] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to