]> git.proxmox.com Git - ceph.git/blame - ceph/qa/tasks/logrotate.conf
Import ceph 15.2.8
[ceph.git] / ceph / qa / tasks / logrotate.conf
CommitLineData
7c673cae
FG
1/var/log/ceph/*{daemon_type}*.log {{
2 rotate 100
3 size {max_size}
4 compress
5 sharedscripts
6 postrotate
7 killall {daemon_type} -1 || true
8 endscript
9 missingok
10 notifempty
11 su root root
12}}
13