Bug 2132937
| Summary: | [OSP16.1] Duplicate iptables rule detected on openvswitch-agent.log before connection issue | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Luigi Tamagnone <ltamagno> |
| Component: | openstack-neutron | Assignee: | Jakub Libosvar <jlibosva> |
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Eran Kuris <ekuris> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 16.1 (Train) | CC: | bcafarel, chrisw, jlibosva, parthee, ralonsoh, scohen, twilson |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2023-03-23 20:51:03 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Luigi Tamagnone
2022-10-07 08:47:21 UTC
I'm wondering why OVS agent implements security groups for bond interface. I'm not able to see OVS configuration because it seems all services were turned off.
* neutron-openvswitch-agent.service - OpenStack Neutron Open vSwitch Agent
Loaded: loaded (/usr/lib/systemd/system/neutron-openvswitch-agent.service; enabled; vendor preset: disabled)
Active: inactive (dead) since Thu 2022-10-06 11:22:08 CEST; 4h 55min ago
Process: 3985 ExecStart=/usr/bin/neutron-openvswitch-agent --config-file /usr/share/neutron/neutron-dist.conf --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugins/ml2/openvswitch_agent.ini --config-dir /etc/neutron/conf.d/common --config-dir /etc/neutron/conf.d/neutron-openvswitch-agent --log-file /var/log/neutron/openvswitch-agent.log (code=exited, status=0/SUCCESS)
Process: 3929 ExecStartPre=/usr/bin/neutron-enable-bridge-firewall.sh (code=exited, status=0/SUCCESS)
Main PID: 3985 (code=exited, status=0/SUCCESS)
* openvswitch.service - Open vSwitch
Loaded: loaded (/usr/lib/systemd/system/openvswitch.service; enabled; vendor preset: disabled)
Drop-In: /etc/systemd/system/openvswitch.service.d
`-flowlimit.conf
Active: inactive (dead) since Thu 2022-10-06 11:22:08 CEST; 4h 55min ago
Process: 16235 ExecStop=/bin/true (code=exited, status=0/SUCCESS)
Process: 3541 ExecStart=/bin/bash -c ovs-appctl upcall/set-flow-limit 32768 (code=exited, status=0/SUCCESS)
Process: 3539 ExecStart=/bin/true (code=exited, status=0/SUCCESS)
Main PID: 3541 (code=exited, status=0/SUCCESS)
Is it possible to get "ovs-vsctl show" output on the affected node?
|