mirror of
https://github.com/ceph/ceph
synced 2025-02-25 12:03:00 +00:00
Fixes: http://tracker.ceph.com/issues/51318 Signed-off-by: Venky Shankar <vshankar@redhat.com>
13 lines
358 B
Plaintext
13 lines
358 B
Plaintext
/var/log/ceph/*.log {
|
|
rotate 7
|
|
daily
|
|
compress
|
|
sharedscripts
|
|
postrotate
|
|
killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw rbd-mirror cephfs-mirror || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw|rbd-mirror|cephfs-mirror" || true
|
|
endscript
|
|
missingok
|
|
notifempty
|
|
su root ceph
|
|
}
|