You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2021/11/26 10:57:55 UTC

[GitHub] [cloudstack] ravening opened a new pull request #5722: server, storage: Add new allocation algorithm for vm deployment

ravening opened a new pull request #5722:
URL: https://github.com/apache/cloudstack/pull/5722


   ### Description
   Add a new parameter `unorderedfirstfitleastconsumed` for
   `vm.allocation.algorithm` which computes the suitable hosts list
   in parallel threads and does not care about priority
   but still ensures that other criterias are met
   
   
   Currently all vm allocation alogirhm computes the suitable host list
   sequentially and also the list for sutiable storage pools.
   If we have more than 200 hosts and storage pools then these checks will
   be done twice and takes really long time.
   If we dont care about the priority but still want all other criterias to be
   met then use the new allocation algorithm which computes the host list
   in parallel which is way faster.
   <!--- Describe your changes in DETAIL - And how has behaviour functionally changed. -->
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   <!--- ********************************************************************************* -->
   <!--- NOTE: AUTOMATATION USES THE DESCRIPTIONS TO SET LABELS AND PRODUCE DOCUMENTATION. -->
   <!--- PLEASE PUT AN 'X' in only **ONE** box -->
   <!--- ********************************************************************************* -->
   
   ### Types of changes
   
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [ ] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [X] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ### Feature/Enhancement Scale or Bug Severity
   
   #### Feature/Enhancement Scale
   
   - [X] Major
   - [ ] Minor
   
   #### Bug Severity
   
   - [ ] BLOCKER
   - [ ] Critical
   - [X] Major
   - [ ] Minor
   - [ ] Trivial
   
   
   ### Screenshots (if appropriate):
   
   
   ### How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/main/CONTRIBUTING.md) document -->
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5722: server, storage: Add new allocation algorithm for vm deployment

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5722:
URL: https://github.com/apache/cloudstack/pull/5722#issuecomment-979970796


   @blueorangutan test


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5722: server, storage: Add new allocation algorithm for vm deployment

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5722:
URL: https://github.com/apache/cloudstack/pull/5722#issuecomment-979931566


   @weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5722: server, storage: Add new allocation algorithm for vm deployment

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5722:
URL: https://github.com/apache/cloudstack/pull/5722#issuecomment-980466203


   <b>Trillian test result (tid-2593)</b>
   Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
   Total time taken: 35162 seconds
   Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5722-t2593-kvm-centos7.zip
   Smoke tests completed. 91 look OK, 0 have errors
   Only failed tests results shown below:
   
   
   Test | Result | Time (s) | Test File
   --- | --- | --- | ---
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] svenvogel commented on pull request #5722: server, storage: Add new allocation algorithm for vm deployment

Posted by GitBox <gi...@apache.org>.
svenvogel commented on pull request #5722:
URL: https://github.com/apache/cloudstack/pull/5722#issuecomment-1043501939


   @ravening how is the state of this PR?


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5722: server, storage: Add new allocation algorithm for vm deployment

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5722:
URL: https://github.com/apache/cloudstack/pull/5722#issuecomment-979971249


   @weizhouapache a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] weizhouapache commented on pull request #5722: server, storage: Add new allocation algorithm for vm deployment

Posted by GitBox <gi...@apache.org>.
weizhouapache commented on pull request #5722:
URL: https://github.com/apache/cloudstack/pull/5722#issuecomment-979930355


   @blueorangutan package


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [cloudstack] blueorangutan commented on pull request #5722: server, storage: Add new allocation algorithm for vm deployment

Posted by GitBox <gi...@apache.org>.
blueorangutan commented on pull request #5722:
URL: https://github.com/apache/cloudstack/pull/5722#issuecomment-979955165


   Packaging result: :heavy_check_mark: el7 :heavy_check_mark: el8 :heavy_check_mark: debian :heavy_check_mark: suse15. SL-JID 1792


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org