Bug 1639199
Summary: | Missing /var/log/btmp in rabbitmq container causes unnecessary logs in /var/log/secure. | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Keigo Noha <knoha> |
Component: | openstack-tripleo-heat-templates | Assignee: | Hervé Beraud <hberaud> |
Status: | CLOSED ERRATA | QA Contact: | pkomarov |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 13.0 (Queens) | CC: | hberaud, jschluet, mariel, mburns, michele, mkrcmari |
Target Milestone: | --- | Keywords: | Triaged, ZStream |
Target Release: | 13.0 (Queens) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | openstack-tripleo-heat-templates-8.0.7-19.el7ost | Doc Type: | Bug Fix |
Doc Text: |
The location of Pacemaker log files for RabbitMQ containers was not set to the correct location, which caused unnecessary log files to be created in /var/log/secure. This fix adds mounting of the /var/log/btmp path during the start of the RabbitMQ container, which enables Pacemaker to create the logs in the correct location.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2019-01-16 17:55:05 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
Keigo Noha
2018-10-15 09:31:01 UTC
Merged upstream on queens Hello Hervé, Thank you for your work on this bugzilla. Could you proceed the backport into RHOSP13 tree? If we can fix it at RHOSP13z4, many of our customer will be happy. Best Regards, Keigo Noha Hello Keigo, Sure. Best Regards, Hervé Beraud [heat-admin@controller-0 ~]$ sudo docker exec -it rabbitmq-bundle-docker-0 /bin/bash ()[root@controller-0 /]# ls /var/log/btmp /var/log/btmp 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/RHBA-2019:0068 |