-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix VM snapshot size during storage capacity check #8101
Conversation
@blueorangutan package |
@harikrishna-patnala a [SF] 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
@@ Coverage Diff @@
## 4.18 #8101 +/- ##
============================================
- Coverage 13.07% 13.06% -0.01%
- Complexity 9108 9109 +1
============================================
Files 2720 2720
Lines 257528 257524 -4
Branches 40153 40150 -3
============================================
- Hits 33659 33654 -5
- Misses 219639 219643 +4
+ Partials 4230 4227 -3
... and 2 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - didn't test it though
@blueorangutan test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
less == more, needs testing though
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code LGTM
@blueorangutan package |
@shwstppr a [SF] 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]: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 7394 |
@blueorangutan test |
@rohityadavcloud a [SF] Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests |
tested manually according to description, works as expected |
[SF] Trillian test result (tid-7995)
|
(cherry picked from commit 0183e25) Signed-off-by: Rohit Yadav <[email protected]>
(cherry picked from commit 0183e25) Signed-off-by: Rohit Yadav <[email protected]>
Description
This PR fixes the issue #8054
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
How Has This Been Tested?
created a VM with one root (2GB) and data (5GB) disks
create VM snapshot and the primary storage usage looks like below
After this is fixed, usage considered 5GB data disk size as well