-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Clear System VM IP from NICs for PublicNetworkGuru #11992
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
base: 4.22
Are you sure you want to change the base?
Conversation
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.22 #11992 +/- ##
============================================
- Coverage 17.56% 17.56% -0.01%
+ Complexity 15545 15543 -2
============================================
Files 5909 5909
Lines 529056 529620 +564
Branches 64617 64920 +303
============================================
+ Hits 92947 93009 +62
- Misses 425654 426156 +502
Partials 10455 10455
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:
|
|
@Pearl1594 I see the benefit of keeping the public IPs, from users' perspective. |
...hestration/src/main/java/org/apache/cloudstack/engine/orchestration/NetworkOrchestrator.java
Outdated
Show resolved
Hide resolved
|
@blueorangutan package |
|
@DaanHoogland 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 ✔️ el10 ✔️ debian ✔️ suse15. SL-JID 15657 |
|
@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-14778)
|
when a new nic/ssvm is created this is a leakages as the old one does not get released. Do you have an alternative to releasing it this way @weizhouapache ? tested and works as expected. |
I do not know if the ip needs to be released, probably reserve the IP as what ACS does on public IP of VR ? is the public IP of the system VM (CPVM,SSVM) changed in your testing ? |



Description
Fixes: #10872
This PR cleanup the IP details for the public NIC associated to the systemVM to follow consistency with how control & management NICs are cleaned up
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Before Fix:
On deleting SSVM id 3: (both public & control nic)
How Has This Been Tested?
After fix:
On deleting SSVM id 3: (both public & control nic)
How did you try to break this feature and the system with this change?