Bug 1838006
| Summary: | ovsdb does not restart correctly during an update from ovs 2.9 -> 2.11, causing data plane down time | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Elf Lewis <elewis> |
| Component: | openstack-tripleo-heat-templates | Assignee: | RHOS Maint <rhos-maint> |
| Status: | CLOSED DUPLICATE | QA Contact: | David Rosenfeld <drosenfe> |
| Severity: | high | Docs Contact: | |
| Priority: | low | ||
| Version: | 13.0 (Queens) | CC: | apevec, chrisw, jlibosva, mburns, rhos-maint, tredaelli |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-05-29 14:42:53 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
Elf Lewis
2020-05-20 11:08:19 UTC
Actually, I just noticed that it doesnt just stop ovsdb - it also stops openvswitch itself: May 11 11:29:36 overcloud-dev-compute-0 systemd: Started Flexible Branding Service. May 11 11:29:36 overcloud-dev-compute-0 yum[150069]: Erased: openvswitch-ovn-central-2.9.0-117.bz1733374.1.el7ost.x86_64 May 11 11:29:36 overcloud-dev-compute-0 systemd: Reloading. May 11 11:29:36 overcloud-dev-compute-0 systemd: Started Flexible Branding Service. May 11 11:29:36 overcloud-dev-compute-0 yum[150069]: Erased: openvswitch-ovn-host-2.9.0-117.bz1733374.1.el7ost.x86_64 May 11 11:29:36 overcloud-dev-compute-0 systemd: Reloading. May 11 11:29:36 overcloud-dev-compute-0 yum[150069]: Erased: openvswitch-ovn-common-2.9.0-117.bz1733374.1.el7ost.x86_64 May 11 11:29:36 overcloud-dev-compute-0 systemd: Started Flexible Branding Service. May 11 11:29:36 overcloud-dev-compute-0 systemd: Reloading. May 11 11:29:36 overcloud-dev-compute-0 systemd: Started Flexible Branding Service. May 11 11:29:36 overcloud-dev-compute-0 yum[150069]: Erased: python-openvswitch-2.9.0-117.bz1733374.1.el7ost.x86_64 May 11 11:29:36 overcloud-dev-compute-0 systemd: Stopping Open vSwitch... May 11 11:29:36 overcloud-dev-compute-0 systemd: Stopped Open vSwitch. May 11 11:29:36 overcloud-dev-compute-0 systemd: Stopping Open vSwitch Forwarding Unit... May 11 11:29:36 overcloud-dev-compute-0 yum[150069]: Erased: openvswitch-2.9.0-117.bz1733374.1.el7ost.x86_64 May 11 11:29:36 overcloud-dev-compute-0 systemd: Reloading. May 11 11:29:36 overcloud-dev-compute-0 ovs-ctl: Exiting ovs-vswitchd (26525) [ OK ] May 11 11:29:37 overcloud-dev-compute-0 systemd: Started Flexible Branding Service. May 11 11:29:37 overcloud-dev-compute-0 systemd: Reloading. May 11 11:29:37 overcloud-dev-compute-0 systemd: Stopping Kernel Samepage Merging (KSM) Tuning Daemon... May 11 11:29:37 overcloud-dev-compute-0 systemd: Started Flexible Branding Service. Could this be a regression of https://bugzilla.redhat.com/show_bug.cgi?id=1763902 ? Did you use director to update the nodes or you just used yum? To not have a dataplane downtime, you need to use director where we have tooling around this specific issue. Yes, we performed the update via director. Thanks, Elf Can you please attach a sosreport of the overcloud-dev-compute-0 node? We need to troubleshoot why the mechanism to avoid running OVS scripts wasn't executed. |