Project

General

Profile

Actions

Bug #36324

open

debian packages seem to overdo logrotate: ceph, ceph-base and ceph-common all try to rotate same logs

Added by Peter Gervai over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

Source:
Tags:
debian
Backport:
Regression:
No
Severity:
4 - irritation
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

ii  ceph              12.2.5-1~bpo90+1  amd64        distributed storage and file system
ii  ceph-base         12.2.5-1~bpo90+1  amd64        common ceph daemon libraries and management tools
ii  ceph-common       12.2.5-1~bpo90+1  amd64        common utilities to mount and interact with a ceph storage cluster
$ dpkg -S 'logrotate.d/ceph'
ceph-common: /etc/logrotate.d/ceph-common
ceph: /etc/logrotate.d/ceph
ceph-base: /etc/logrotate.d/ceph-common.logrotate
$ head -n2 /etc/logrotate.d/ceph*
==> ceph <==
/var/log/ceph/*.log {
    rotate 7

==> ceph-common <==
/var/log/ceph/*.log {
    rotate 7

==> ceph-common.logrotate <==
/var/log/ceph/*.log {
    rotate 7

No data to display

Actions

Also available in: Atom PDF