Bug 2127965 - Frr container does not come up after a reboot because /run/frr directory is gone
Summary: Frr container does not come up after a reboot because /run/frr directory is gone
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-tripleo-heat-templates
Version: 17.0 (Wallaby)
Hardware: x86_64
OS: Linux
high
high
Target Milestone: z1
: 17.0
Assignee: Luca Miccini
QA Contact: Joe H. Rahme
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-09-19 13:30 UTC by Luca Miccini
Modified: 2023-01-25 12:29 UTC (History)
3 users (show)

Fixed In Version: openstack-tripleo-heat-templates-14.3.1-0.20220922100710.feca772.el9ost
Doc Type: Known Issue
Doc Text:
There is currently a known issue in RHOSP 17.0 where the Free Range Router (FRR) container does not start after the host on which it resides is rebooted. This issue is caused by a missing file in the BGP configuration. Workaround: Create the file, `/etc/tmpfiles.d/run-frr.conf`, and add the following line: + ---- d /run/frr 0750 root root - - ---- + After you make this change, `tmpfiles` recreates `/run/frr` after each reboot and the FRR container can start.
Clone Of:
Environment:
Last Closed: 2023-01-25 12:29:22 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker OSP-18769 0 None None None 2022-09-19 13:35:04 UTC
Red Hat Product Errata RHBA-2023:0271 0 None None None 2023-01-25 12:29:37 UTC

Description Luca Miccini 2022-09-19 13:30:07 UTC
Description of problem:

tracking the backport of:

https://review.opendev.org/c/openstack/tripleo-heat-templates/+/857783

Comment 9 Luca Miccini 2022-12-07 08:24:02 UTC
[root@ctrl-1-0 ~]# ll /etc/tmpfiles.d/
total 12
-rw-r--r--. 1 root root 30 Dec  7 08:12 run-frr.conf
-rw-r--r--. 1 root root 34 Dec  7 08:12 run-octavia.conf
-rw-r--r--. 1 root root 38 Dec  7 08:12 var-tmp-horizon.conf
[root@ctrl-1-0 ~]# cat /etc/tmpfiles.d/run-frr.conf 
d /run/frr 0750 root root - -

Comment 14 errata-xmlrpc 2023-01-25 12:29:22 UTC
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 (Red Hat OpenStack Platform 17.0.1 bug fix and enhancement 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/RHBA-2023:0271


Note You need to log in before you can comment on or make changes to this bug.