mirror of
https://github.com/ceph/ceph
synced 2024-12-18 09:25:49 +00:00
c1b28591a2
This is simpler. Signed-off-by: Sage Weil <sage@redhat.com>
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
/var/log/ceph/*.log {
|
|
rotate 7
|
|
daily
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
killall -q -1 ceph-mon ceph-mds ceph-osd radosgw || true
|
|
endscript
|
|
missingok
|
|
notifempty
|
|
su ceph ceph
|
|
}
|