shotgun.log escaped log rotation

Bug #1446790 reported by Dmitry Pyzhov
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Bartłomiej Piotrowski

Bug Description

The bug has been introduced with fix of another one: https://bugs.launchpad.net/fuel/+bug/1318516
We should update logrotate config with new filename.

Changed in fuel:
status: New → Confirmed
Changed in fuel:
assignee: nobody → Bartlomiej Piotrowski (bpiotrowski)
Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
Bartłomiej Piotrowski (bpiotrowski) wrote :
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/175271
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=eb3e29caec4c2979d22e46a470610e8f6b8ac751
Submitter: Jenkins
Branch: master

commit eb3e29caec4c2979d22e46a470610e8f6b8ac751
Author: Bartłomiej Piotrowski <email address hidden>
Date: Fri Apr 17 15:27:29 2015 +0200

    Rework logrotate configuration

    - instead of rotating logs daily and weekly, run the script every 15
      minutes
    - merge weekly and daily configuration files
    - rotate logs basing on two criteria: age (a week; only if file is
      bigger than 10M on master or 5MB on remote nodes) and size (rotate the file
      always if its size exceedes 100M on master or 20M on remote nodes, regardless
      its age)
    - use dateformat to make rotated logs' filenames more readable;
      as logrotate supports only year, month, day and unix epoch, use them
      all
    - fix a lot of lint complaints, including aligments, curly braces and
      proper quoting; give logrotate related files more intuitive names
    - dump.log has been renamed to shotgun.log (LP#1318516)
    - check if there is no logrotate instances running before executing
      cronjob

    DocImpact: ops guide

    Change-Id: Ie7040ebcdc1a3329ebb7507807e5c27f0c87b484
    Closes-Bug: 1382515
    Closes-Bug: 1446790

Changed in fuel:
status: In Progress → Fix Committed
Nikolay Markov (nmarkov)
Changed in fuel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.