ceph/tasks/logrotate.conf
Greg Farnum 5935f86e49 ceph: enable mds log rotation
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
2015-06-08 17:36:49 -07:00

11 lines
179 B
Plaintext

/var/log/ceph/*mds*.log {
rotate 100
size 1M
compress
sharedscripts
postrotate
killall ceph-mds -1 || true
endscript
missingok
notifempty
}