pinkbyte 15/03/02 13:35:33 Modified: ceph.logrotate Log: QA: prevent rotating already rotated log files (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 0x60C0742D1F357D42)
Revision Changes Path 1.4 sys-cluster/ceph/files/ceph.logrotate file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.logrotate?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.logrotate?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/ceph/files/ceph.logrotate?r1=1.3&r2=1.4 Index: ceph.logrotate =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-cluster/ceph/files/ceph.logrotate,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ceph.logrotate 24 Feb 2015 09:16:46 -0000 1.3 +++ ceph.logrotate 2 Mar 2015 13:35:33 -0000 1.4 @@ -1,8 +1,8 @@ /var/log/ceph/admin.log /var/log/ceph/ceph.log -/var/log/ceph/ceph-mon.* -/var/log/ceph/ceph-mds.* -/var/log/ceph/ceph-osd.* +/var/log/ceph/ceph-mon.*.log +/var/log/ceph/ceph-mds.*.log +/var/log/ceph/ceph-osd.*.log { rotate 7 daily
