From: Patrick McLean Date: Fri, 10 Feb 2017 01:23:27 +0000 (-0800) Subject: sys-cluster/ceph: Fix logrotate script to work for all cluster names X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=481502b6f4611334f6d48468693f92ebe05e8df0;p=gentoo.git sys-cluster/ceph: Fix logrotate script to work for all cluster names Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/sys-cluster/ceph/files/ceph.logrotate b/sys-cluster/ceph/files/ceph.logrotate index 881d7ffb43d6..df03f5e69a4b 100644 --- a/sys-cluster/ceph/files/ceph.logrotate +++ b/sys-cluster/ceph/files/ceph.logrotate @@ -1,8 +1,4 @@ -/var/log/ceph/admin.log -/var/log/ceph/ceph.log -/var/log/ceph/ceph-mon.*.log -/var/log/ceph/ceph-mds.*.log -/var/log/ceph/ceph-osd.*.log +/var/log/ceph/*.log { rotate 7 daily