Uh oh!
There was an error while loading. Please reload this page.
Consider Instance in Starting state as well for allocation algorithm - #11751
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@## 4.20 #11751 +/- ##
============================================
- Coverage 16.17% 16.17% -0.01%
Complexity 13296 13296 ============================================
Files 5656 5656 Lines 498223 498240 +17 Branches 60454 60457 +3 ============================================
Hits 80577 80577 - Misses 408676 408693 +17
Partials 8970 8970
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
sudo87
commented
Sep 29, 2025
@blueorangutan package |
blueorangutan
commented
Sep 29, 2025
@sudo87 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Sep 29, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15222 |
sudo87
commented
Sep 29, 2025
@blueorangutan test |
blueorangutan
commented
Sep 29, 2025
@sudo87 a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Sep 30, 2025
[SF] Trillian test result (tid-14477)
|
Uh oh!
There was an error while loading. Please reload this page.
sudo87
commented
Sep 30, 2025
@blueorangutan package |
blueorangutan
commented
Sep 30, 2025
@sudo87 a [SL] Jenkins job has been kicked to build packages. It will be bundled with KVM, XenServer and VMware SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Sep 30, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15240 |
weizhouapache
commented
Sep 30, 2025
@blueorangutan test |
blueorangutan
commented
Sep 30, 2025
@weizhouapache a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Oct 1, 2025
[SF] Trillian test result (tid-14489)
|
sudo87
commented
Oct 1, 2025
@blueorangutan test |
blueorangutan
commented
Oct 1, 2025
@sudo87 a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
weizhouapache
commented
Oct 1, 2025
this PR makes sense to me, however it is difficult to validate |
@weizhouapache, agreed. It needs testing with larger env. That said, I did a basic validation (suggested in the issue) by spinning off 4 instances in 2 different envs running 4.20, one with this change and other without. Both were configured with userdispersing vm allocation algo. Results:
|
weizhouapache
commented
Oct 1, 2025
@sudo87 |
sudo87
commented
Oct 1, 2025
End result is same for both envs, each host has 10 instances running. Transition from Initialize -> Starting -> Running is small for a lean image. |
weizhouapache
commented
Oct 1, 2025
ok, so it may happen only if starting vms take a bit long time than usual |
blueorangutan
commented
Oct 1, 2025
[SF] Trillian test result (tid-14491)
|
Uh oh!
There was an error while loading. Please reload this page.
…gorithm (apache#11751) * Consider Instance in Starting state as well for allocation algorithm * use IN instead of OR statement
…gorithm (apache#11751) * Consider Instance in Starting state as well for allocation algorithm * use IN instead of OR statement
Description
This PR fixes#11606
With this change, allocation algorithm will take Instance in starting state as well for allocation.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?