mirror of
https://github.com/ceph/ceph
synced 2024-12-23 11:54:11 +00:00
5935f86e49
Signed-off-by: Greg Farnum <gfarnum@redhat.com>
11 lines
179 B
Plaintext
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
|
|
} |