ceph/src/logrotate.conf
Sage Weil 98744fdf9b logrotate.conf: poke ceph-fuse after log rotation
This still leaves other loggers with un-reopened log files,
unfortunately.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-07 10:27:17 -04:00

13 lines
228 B
Plaintext

/var/log/ceph/*.log {
rotate 7
daily
compress
sharedscripts
postrotate
killall -q -1 ceph-mon ceph-mds ceph-osd ceph-fuse radosgw || true
endscript
missingok
notifempty
su ceph ceph
}