Uh oh!
There was an error while loading. Please reload this page.
CLVM enhancements and fixes - #12617
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@## main #12617 +/- ##
=============================================
- Coverage 17.90% 3.68% -14.23%
=============================================
Files 5938 454 -5484 Lines 532864 38798 -494066 Branches 65192 7151 -58041 =============================================
- Hits 95392 1428 -93964 + Misses 426793 37183 -389610 + Partials 10679 187 -10492
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:
|
5fc1f12 to
9e03f4bComparePearl1594
commented
Feb 11, 2026
@blueorangutan package |
blueorangutan
commented
Feb 11, 2026
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 11, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16801 |
Uh oh!
There was an error while loading. Please reload this page.
a08e7a5 to
df61d6fComparedf61d6f to
43e9384CompareCodecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@## main #12617 +/- ##
============================================
+ Coverage 18.75% 18.88% +0.12% - Complexity 17966 18223 +257
============================================
Files 6160 6173 +13 Lines 552578 555086 +2508 Branches 67348 67754 +406 ============================================
+ Hits 103660 104850 +1190 - Misses 437512 438718 +1206 - Partials 11406 11518 +112
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
3f900e8 to
c9dd7edComparePearl1594
commented
Feb 18, 2026
@blueorangutan package |
blueorangutan
commented
Feb 18, 2026
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 18, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16875 |
Pearl1594
commented
Feb 18, 2026
@blueorangutan package |
blueorangutan
commented
Feb 18, 2026
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Feb 18, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16877 |
…ioning factor isnt used for clvm pools - so set it to 1 and prevented display of provisioning type for clvm
124501d to
419bf31ComparePearl1594
commented
Jun 12, 2026
@blueorangutan package |
blueorangutan
commented
Jun 12, 2026
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Jun 12, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18241 |
Pearl1594
commented
Jun 12, 2026
@blueorangutan test |
blueorangutan
commented
Jun 12, 2026
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Jun 13, 2026
[SF] Trillian test result (tid-16300)
|
Pearl1594
commented
Jun 14, 2026
@blueorangutan package |
blueorangutan
commented
Jun 14, 2026
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
blueorangutan
commented
Jun 14, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18251 |
Pearl1594
commented
Jun 14, 2026
@blueorangutan test |
blueorangutan
commented
Jun 14, 2026
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Jun 14, 2026
[SF] Trillian Build Failed (tid-16305) |
Pearl1594
commented
Jun 14, 2026
@blueorangutan package |
blueorangutan
commented
Jun 14, 2026
@Pearl1594 a [SL] Jenkins job has been kicked to build packages. It will be bundled with no SystemVM templates. I'll keep you posted as I make progress. |
|
blueorangutan
commented
Jun 14, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 18254 |
Pearl1594
commented
Jun 14, 2026
@blueorangutan test |
blueorangutan
commented
Jun 14, 2026
@Pearl1594 a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Jun 14, 2026
[SF] Trillian test result (tid-16306)
|
Uh oh!
There was an error while loading. Please reload this page.


Description
This PR enhances the existing CLVM implementation which was based on the deprecated CLVM technology which was based on corosync/pacemaker. With RHEL 7 having reached EOL, CLVM seems to be broken. CLVM supports RAW volumes on LVM , where as CLVM_NG support QCOW2 on LVM.
Further details: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Modernized+CLVM%3A+Enhancements+and+CLVM_NG+support
NOTE: On testing - it was identified that incremental snapshots for clvm-ng do not work as expected. As of now it's been removed from scope. So, CLVM and CLVM_NG would only support full snapshots.
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?