Bug 1761370
| Summary: | [ovn_cluster][RHEL 8] master node can't be up after restart openvswitch | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux Fast Datapath | Reporter: | Numan Siddique <nusiddiq> |
| Component: | OVN | Assignee: | Numan Siddique <nusiddiq> |
| Status: | CLOSED ERRATA | QA Contact: | Jianlin Shi <jishi> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | FDP 19.G | CC: | ctrautma, jiji, jishi, kfida, mmichels |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-12-11 12:19:53 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Numan Siddique
2019-10-14 09:31:29 UTC
This issue is blocked by bug: https://bugzilla.redhat.com/show_bug.cgi?id=1769202 Verified on ovn2.12.0-7:
[root@ibm-x3650m5-03 ovn_ha]# ip addr sh eno3
4: eno3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP group default qlen 1000
link/ether 08:94:ef:04:78:5a brd ff:ff:ff:ff:ff:ff
inet 70.11.0.2/24 scope global eno3
valid_lft forever preferred_lft forever
inet 70.11.0.50/24 scope global secondary eno3
valid_lft forever preferred_lft forever
inet6 2001::a94:efff:fe04:785a/64 scope global dynamic mngtmpaddr
valid_lft 86359sec preferred_lft 14359sec
[root@ibm-x3650m5-03 ovn_ha]# pcs status
Cluster name: my_cluster
Stack: corosync
Current DC: 70.11.0.12 (version 2.0.2-3.el8-744a30d655) - partition with quorum
Last updated: Sat Nov 9 02:36:03 2019
Last change: Sat Nov 9 02:31:49 2019 by root via crm_attribute on 70.11.0.2
3 nodes configured
4 resources configured
Online: [ 70.11.0.2 70.11.0.12 70.11.0.20 ]
Full list of resources:
ip-70.11.0.50 (ocf::heartbeat:IPaddr2): Started 70.11.0.2
Clone Set: ovndb_servers-clone [ovndb_servers] (promotable)
Masters: [ 70.11.0.2 ]
Slaves: [ 70.11.0.12 70.11.0.20 ]
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
[root@ibm-x3650m5-03 ovn_ha]# systemctl restart openvswitch
<==== restart openvswitch on master 70.11.0.2
[root@ibm-x3650m5-03 ovn_ha]# pcs status
Cluster name: my_cluster
Stack: corosync
Current DC: 70.11.0.12 (version 2.0.2-3.el8-744a30d655) - partition with quorum
Last updated: Sat Nov 9 02:36:23 2019
Last change: Sat Nov 9 02:31:49 2019 by root via crm_attribute on 70.11.0.2
3 nodes configured
4 resources configured
Online: [ 70.11.0.2 70.11.0.12 70.11.0.20 ]
Full list of resources:
ip-70.11.0.50 (ocf::heartbeat:IPaddr2): Started 70.11.0.2
Clone Set: ovndb_servers-clone [ovndb_servers] (promotable)
Masters: [ 70.11.0.2 ]
Slaves: [ 70.11.0.12 70.11.0.20 ]
Daemon Status:
corosync: active/enabled
pacemaker: active/enabled
pcsd: active/enabled
<=== master is up
[root@ibm-x3650m5-03 ovn_ha]# rpm -qa | grep -E "openvswitch|ovn"
openvswitch-selinux-extra-policy-1.0-19.el8fdp.noarch
ovn2.12-2.12.0-7.el8fdp.x86_64
ovn2.12-central-2.12.0-7.el8fdp.x86_64
ovn2.12-host-2.12.0-7.el8fdp.x86_64
kernel-kernel-networking-openvswitch-ovn_ha-1.0-43.noarch
openvswitch2.12-2.12.0-4.el8fdp.x86_64
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2019:4209 |