Uh oh!
There was an error while loading. Please reload this page.
Add Hypervisor default as cache mode for disk offerings - #10282
Conversation
hsato03
commented
Jan 27, 2025
@blueorangutan package |
blueorangutan
commented
Jan 27, 2025
@hsato03 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❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@## main #10282 +/- ##
=========================================
Coverage 17.50% 17.50% - Complexity 15427 15428 +1
=========================================
Files 5894 5894 Lines 526890 526895 +5 Branches 64338 64339 +1 =========================================
+ Hits 92240 92242 +2 - Misses 424272 424275 +3
Partials 10378 10378
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:
|
blueorangutan
commented
Jan 27, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12225 |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
JoaoJandre
commented
Feb 7, 2025
@hsato03 could you solve the conflicts? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
hsato03
commented
Feb 14, 2025
@blueorangutan package |
blueorangutan
commented
Feb 14, 2025
@hsato03 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
Feb 14, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 12472 |
hsato03
commented
Sep 26, 2025
@blueorangutan package |
blueorangutan
commented
Sep 26, 2025
@hsato03 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. |
DaanHoogland
commented
Sep 26, 2025
looks good @hsato03 , just the github actions fail. please have a look at that. |
blueorangutan
commented
Sep 26, 2025
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 15190 |
hsato03
commented
Sep 26, 2025
@blueorangutan package |
blueorangutan
commented
Sep 26, 2025
@hsato03 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 26, 2025
Packaging result [SF]: ✖️ el8 ✖️ el9 ✔️ debian ✖️ suse15. SL-JID 15192 |
blueorangutan
commented
Sep 30, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15232 |
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
DaanHoogland
commented
Oct 3, 2025
@hsato03 , you have conflicts. otherwise ready for merge. |
hsato03
commented
Oct 3, 2025
@blueorangutan package |
blueorangutan
commented
Oct 3, 2025
@hsato03 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
Oct 3, 2025
Packaging result [SF]: ✖️ el8 ✖️ el9 ✔️ debian ✖️ suse15. SL-JID 15280 |
blueorangutan
commented
Oct 3, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15285 |
DaanHoogland
commented
Oct 6, 2025
@blueorangutan test |
blueorangutan
commented
Oct 6, 2025
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Oct 6, 2025
[SF] Trillian test result (tid-14532)
|
DaanHoogland
commented
Oct 7, 2025
@hsato03 the diagnostics errors are due to shortage on storage that we are suffering but the network error: I will re-run. |
blueorangutan
commented
Oct 7, 2025
[SF] Trillian test result (tid-14547)
|
DaanHoogland
commented
Oct 8, 2025
errors are intermitted and not related |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Henrique Sato <henrique.sato@scclouds.com.br>
Co-authored-by: Henrique Sato <henrique.sato@scclouds.com.br>
Description
Currently, ACS provides
none,write-backandwrite-throughoptions as cache mode when creating disk offerings.This PR adds the option
Hypervisor defaultas an alternative to cache mode. By using this option, the KVM hypervisor will choose the cache mode to be used by the disk.Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Screenshots (if appropriate):
Disk offering creation
Compute offering with compute only disk offering creation
How Has This Been Tested?
Hypervisor defaultas cache mode;virt-managerthat the disk of both VMs was using theHypervisor defaultcache mode, as in the screenshot below.