commit:     481502b6f4611334f6d48468693f92ebe05e8df0
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 01:23:27 2017 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 01:23:27 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=481502b6

sys-cluster/ceph: Fix logrotate script to work for all cluster names

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-cluster/ceph/files/ceph.logrotate | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/sys-cluster/ceph/files/ceph.logrotate 
b/sys-cluster/ceph/files/ceph.logrotate
index 881d7ffb43..df03f5e69a 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

Reply via email to