Bug 1280408 - Ironic logs are not rotated
Summary: Ironic logs are not rotated
Keywords:
Status: CLOSED DUPLICATE of bug 1271819
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-ironic
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
: 7.0 (Kilo)
Assignee: Lucas Alvares Gomes
QA Contact: Toure Dunnon
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-11 16:54 UTC by David Hill
Modified: 2019-09-12 09:16 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-18 14:11:59 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description David Hill 2015-11-11 16:54:14 UTC
Description of problem:
Ironic logs are not rotated

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Install ironic
2. Put it in debug
3. Wait until the filesystem if full

Actual results:
Logs will grow until filesystem is full

Expected results:
Logs should be rotated

Additional info:
We created this:

 /var/log/ironic/*.log {
     rotate 14
     size 10M
     missingok
     compress
 }

Comment 3 Lucas Alvares Gomes 2016-08-18 14:11:59 UTC

*** This bug has been marked as a duplicate of bug 1271819 ***


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