Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / logrotate.conf
1 /var/log/ceph/*.log {
2     rotate 7
3     daily
4     compress
5     sharedscripts
6     postrotate
7         killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || true
8     endscript
9     missingok
10     notifempty
11     su root ceph
12 }