-
Notifications
You must be signed in to change notification settings - Fork 1.2k
ssvm: reset fields on destroy #10253
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
ssvm: reset fields on destroy #10253
Conversation
Fixes apache#8103 Signed-off-by: Abhishek Kumar <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.19 #10253 +/- ##
============================================
+ Coverage 15.13% 15.14% +0.01%
- Complexity 11274 11283 +9
============================================
Files 5408 5408
Lines 473974 473823 -151
Branches 57813 57822 +9
============================================
+ Hits 71730 71764 +34
+ Misses 394227 394037 -190
- Partials 8017 8022 +5
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
left a comment
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.
clgtm
|
@blueorangutan package |
|
@rohityadavcloud 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. |
|
Packaging result [SF]: ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 13384 |
|
@blueorangutan test keepEnv |
|
@DaanHoogland a [SL] Trillian-Jenkins test job (ol8 mgmt + kvm-ol8) has been kicked to run smoke tests |
|
[SF] Trillian test result (tid-13308)
|
|
tested ok by examining the DB. but not everything seems to be cleared. mac/ip/mask and gw for the PublicNetworkGuru do not get cleared from the DB. I do not think that is related to this improvement, just something I noticed. This is true for both CPVM and SSVM. Any thoughts @shwstppr ? whether or not, I think we can merge. |
|
@DaanHoogland did a quick check and I think the clearing of mac/ip/mask and gw for the PublicNetworkGuru can be a separate work. Should we merge this PR & create a new issue? |
Signed-off-by: Abhishek Kumar <[email protected]>
Description
Fixes #8103
Added cleanup changes for SSVM that already exist for CPVM
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?