Change disk-only VM snapshot removal message#11182
Change disk-only VM snapshot removal message#11182JoaoJandre wants to merge 3 commits intoapache:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #11182 +/- ##
=========================================
Coverage 17.92% 17.92%
- Complexity 16175 16178 +3
=========================================
Files 5949 5949
Lines 534058 534061 +3
Branches 65301 65301
=========================================
+ Hits 95742 95749 +7
+ Misses 427560 427556 -4
Partials 10756 10756
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 a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
@kiranchavala a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
@blueorangutan package |
|
@kiranchavala 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. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 16611 |
|
Looks like there is some caching issue
In a incognito window, try to delete the vm snapshots ,we get the same error message Screen.Recording.2026-01-29.at.6.22.56.PM.movScreen.Recording.2026-01-29.at.6.20.22.PM.mov |
|
@kiranchavala I think there might've been an issue with the version that I was basing this PR on. I have merged the main branch on my branch and tested and it looks good. Could you test again? |
Description
This PR changes the warning given to users when deleting disk-only VM snapshots on KVM. When deleting disk-only VM snapshots on KVM, the VM is not paused.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
When deleting Disk-only VM snapshot:

When deleting Disk And Memory VM snapshot:

How Has This Been Tested?
Created two VM snapshots, one with and one without memory. I checked that the messages were being shown accordingly.