Skip to content

vr: restart conntrackd instead of '/usr/sbin/conntrackd -d'#5275

Merged
yadvr merged 4 commits intoapache:4.15from
shapeblue:4.15-restart-conntrackd-instead-daemon-start
Aug 9, 2021
Merged

vr: restart conntrackd instead of '/usr/sbin/conntrackd -d'#5275
yadvr merged 4 commits intoapache:4.15from
shapeblue:4.15-restart-conntrackd-instead-daemon-start

Conversation

@weizhouapache
Copy link
Member

Description

This PR fixes #5138

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

@weizhouapache
Copy link
Member Author

@blueorangutan package

@blueorangutan
Copy link

@weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link

Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 749

@weizhouapache
Copy link
Member Author

@blueorangutan test

@blueorangutan
Copy link

@weizhouapache a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@weizhouapache weizhouapache reopened this Aug 4, 2021
@yadvr yadvr added this to the 4.15.2.0 milestone Aug 4, 2021
@@ -280,7 +280,7 @@ def set_backup(self):
dev = interface.get_device()

cmd = "%s -C %s" % (self.CONNTRACKD_BIN, self.CONNTRACKD_CONF)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weizhouapache if cmd is unused can we remove it?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rhtyd sure...

@blueorangutan
Copy link

Trillian test result (tid-1474)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 53252 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5275-t1474-kvm-centos7.zip
Intermittent failure detected: /marvin/tests/smoke/test_internal_lb.py
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_supported_versions.py
Intermittent failure detected: /marvin/tests/smoke/test_network.py
Intermittent failure detected: /marvin/tests/smoke/test_password_server.py
Intermittent failure detected: /marvin/tests/smoke/test_privategw_acl.py
Intermittent failure detected: /marvin/tests/smoke/test_router_dhcphosts.py
Intermittent failure detected: /marvin/tests/smoke/test_routers_network_ops.py
Intermittent failure detected: /marvin/tests/smoke/test_vm_life_cycle.py
Intermittent failure detected: /marvin/tests/smoke/test_vm_snapshots.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_redundant.py
Smoke tests completed. 83 look OK, 4 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_03_vpc_privategw_restart_vpc_cleanup Failure 213.43 test_privategw_acl.py
test_01_RVR_Network_FW_PF_SSH_default_routes_egress_true Failure 311.32 test_routers_network_ops.py
test_04_nonsecured_to_secured_vm_migration Error 8.31 test_vm_life_cycle.py
test_03_create_redundant_VPC_1tier_2VMs_2IPs_2PF_ACL_reboot_routers Failure 437.01 test_vpc_redundant.py
test_05_rvpc_multi_tiers Failure 476.01 test_vpc_redundant.py

@weizhouapache
Copy link
Member Author

@blueorangutan test

@blueorangutan
Copy link

@weizhouapache a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

CsHelper.execute("ifconfig %s down" % interface.get_device())

cmd = "%s -C %s" % (self.CONNTRACKD_BIN, self.CONNTRACKD_CONF)
CsHelper.execute("%s -s" % cmd)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@weizhouapache wrong cmd was removed?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rhtyd
sorry, fixed now

@yadvr
Copy link
Member

yadvr commented Aug 5, 2021

@weizhouapache everytime any code is changed, pl kick bo package before kicking testing

@blueorangutan
Copy link

Trillian Build Failed (tid-1484)

This reverts commit b97cf469952fe0706d91af411eaffa62a06761a6.
@weizhouapache
Copy link
Member Author

@blueorangutan package

@blueorangutan
Copy link

@weizhouapache a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan
Copy link

Packaging result: ✔️ el7 ✔️ el8 ✔️ debian. SL-JID 768

@weizhouapache
Copy link
Member Author

@blueorangutan test

@blueorangutan
Copy link

@weizhouapache a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@yadvr
Copy link
Member

yadvr commented Aug 6, 2021

@blueorangutan test

@blueorangutan
Copy link

@rhtyd a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@blueorangutan
Copy link

Trillian test result (tid-1503)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 52042 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5275-t1503-kvm-centos7.zip
Intermittent failure detected: /marvin/tests/smoke/test_kubernetes_clusters.py
Intermittent failure detected: /marvin/tests/smoke/test_volumes.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_router_nics.py
Intermittent failure detected: /marvin/tests/smoke/test_vpc_vpn.py
Smoke tests completed. 86 look OK, 1 have error(s)
Only failed tests results shown below:

Test Result Time (s) Test File
test_01_invalid_upgrade_kubernetes_cluster Failure 3609.97 test_kubernetes_clusters.py
ContextSuite context=TestKubernetesCluster>:teardown Error 98.04 test_kubernetes_clusters.py

Copy link
Contributor

@nvazquez nvazquez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@apache apache deleted a comment from blueorangutan Aug 9, 2021
@yadvr yadvr merged commit 05d1d56 into apache:4.15 Aug 9, 2021
@weizhouapache weizhouapache deleted the 4.15-restart-conntrackd-instead-daemon-start branch December 9, 2022 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants