Uh oh!
There was an error while loading. Please reload this page.
Change vmsnapshot.max setting scope to the account level - #11616
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #11616 +/- ##
=========================================
Coverage 17.76% 17.76% - Complexity 15862 15863 +1
=========================================
Files 5923 5923 Lines 530553 530555 +2 Branches 64829 64831 +2 =========================================
+ Hits 94260 94263 +3 + Misses 425747 425745 -2 - Partials 10546 10547 +1
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:
|
DaanHoogland
commented
Sep 15, 2025
functionaly sane change, I am just wondering if a domain level maximum should be enforced as well? If we do it would require some functional definition (is it a default, is it possible to go beyond the domain level maximum, etc) Not in this PR. |
Uh oh!
There was an error while loading. Please reload this page.
a399f91 to
8daad16Comparebernardodemarco
commented
Oct 20, 2025
@blueorangutan package |
blueorangutan
commented
Oct 20, 2025
@bernardodemarco 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 20, 2025
Packaging result [SF]: ✖️ el8 ✖️ el9 ✖️ debian ✖️ suse15. SL-JID 15507 |
DaanHoogland
commented
Oct 21, 2025
@bernardodemarco , ignore the GHA for now as per #11873, but look at the below from the backend, I think these are related: |
bernardodemarco
commented
Oct 21, 2025
@DaanHoogland, yes, they seem to be related. I'll soon try to take a look at them |
bernardodemarco
commented
Oct 23, 2025
@blueorangutan package |
blueorangutan
commented
Oct 23, 2025
@bernardodemarco 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 24, 2025
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15533 |
DaanHoogland
commented
Oct 24, 2025
@blueorangutan test |
blueorangutan
commented
Oct 24, 2025
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
blueorangutan
commented
Oct 25, 2025
[SF] Trillian test result (tid-14718)
|
Uh oh!
There was an error while loading. Please reload this page.
This pull request has merge conflicts. Dear author, please fix the conflicts and sync your branch with the base branch. |
…apshotManager.java Co-authored-by: Lucas Martins <56271185+lucas-a-martins@users.noreply.github.com>
53ca91f to
86297b0Comparebernardodemarco
commented
Jan 9, 2026
@blueorangutan package |
blueorangutan
commented
Jan 9, 2026
@bernardodemarco 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
Jan 9, 2026
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16318 |
@bernardodemarco Since this is for the 4.22.1 release, could you retarget the PR to the 4.22 branch? |
bernardodemarco
commented
Jan 12, 2026
@rajujith, sorry, I had forgotten to update the milestone to |
vladimirpetrov
left a comment
There was a problem hiding this comment.
LGTM based on manual testing.
vladimirpetrov
commented
Jan 28, 2026
@blueorangutan test |
blueorangutan
commented
Jan 28, 2026
@vladimirpetrov a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
bernardodemarco
commented
Jan 28, 2026
@vladimirpetrov, thanks for testing! |
blueorangutan
commented
Jan 29, 2026
[SF] Trillian test result (tid-15326)
|
Uh oh!
There was an error while loading. Please reload this page.
Description
The
vmsnapshot.maxglobal setting is used to control the maximum number of VM snapshots that can be taken for a single VM. However, its scope is global and, thus, when configured, all accounts of the ACS environment will have to comply with the same limitation.This PR proposes to change the setting's scope to the account level, enabling for the cloud operators to define different limitations for different accounts.
Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
vmsnapshot.maxglobal value as2vmsnapshot.maxvalue to1for a user account