[KVM] Reorder migration logs to prevent populating agent logs on migrations#12883
[KVM] Reorder migration logs to prevent populating agent logs on migrations#12883nvazquez wants to merge 2 commits intoapache:4.22from
Conversation
|
@blueorangutan package |
|
@nvazquez 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. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.22 #12883 +/- ##
============================================
+ Coverage 3.70% 17.60% +13.90%
- Complexity 0 15676 +15676
============================================
Files 448 5918 +5470
Lines 38041 531667 +493626
Branches 7038 65001 +57963
============================================
+ Hits 1409 93616 +92207
- Misses 36445 427492 +391047
- Partials 187 10559 +10372
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:
|
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 17234 |
|
@blueorangutan test |
|
@nvazquez a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
...vm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtMigrateCommandWrapper.java
Outdated
Show resolved
Hide resolved
...vm/src/main/java/com/cloud/hypervisor/kvm/resource/wrapper/LibvirtMigrateCommandWrapper.java
Outdated
Show resolved
Hide resolved
|
[SF] Trillian test result (tid-15726)
|
Co-authored-by: Suresh Kumar Anaparti <sureshkumar.anaparti@gmail.com>
|
@blueorangutan package |
|
@nvazquez 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. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 17302 |
Description
This PR improves the KVM migration logging, preventing to populate the agent logs on migrations after the improvements added on #12332
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
Before the fix:
After the fix:
How did you try to break this feature and the system with this change?