VR: do not restart conntrackd if no guest networks #7265
Conversation
|
Kudos, SonarCloud Quality Gate passed! |
Codecov Report
@@ Coverage Diff @@
## main #7265 +/- ##
=========================================
Coverage 12.67% 12.67%
- Complexity 8639 8641 +2
=========================================
Files 2716 2716
Lines 256112 256112
Branches 39926 39926
=========================================
+ Hits 32456 32461 +5
+ Misses 219528 219522 -6
- Partials 4128 4129 +1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@blueorangutan package |
|
@weizhouapache a 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: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 5614 |
|
@blueorangutan test matrix |
|
@weizhouapache a Trillian-Jenkins matrix job (centos7 mgmt + xenserver71, rocky8 mgmt + vmware67u3, centos7 mgmt + kvmcentos7) has been kicked to run smoke tests |
|
Trillian test result (tid-6206)
|
|
Trillian test result (tid-6207)
|
|
Trillian test result (tid-6205)
|
|
@kiranchavala |
| if restart_conntrackd: | ||
| CsHelper.service("conntrackd", "restart") | ||
| else: | ||
| CsHelper.service("conntrackd", "stop") |
There was a problem hiding this comment.
isn´t ignoring the contracd service here enough?
shwstppr
left a comment
There was a problem hiding this comment.
LGTM. Test by @kiranchavala 👍
|
@blueorangutan package |
|
@weizhouapache a 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: ✔️ el7 ✔️ el8 ✔️ el9 ✔️ debian ✔️ suse15. SL-JID 6043 |
|
@blueorangutan test |
There was a problem hiding this comment.
LGTM, manual testing and previous smoketests LGTM. Re-testing isn't required as changes are striclty in the VR codebase and has been manually tested by @kiranchavala










Description
This PR fixes #6702
The service
conntrackdwill be started by the script/opt/cloud/bin/cs/CsRedundant.py, therefore add it to disabled_svcs so it is not started automatically when VR is started.Types of changes
Feature/Enhancement Scale or Bug Severity
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?