From: Sage Weil Date: Thu, 7 Apr 2016 14:27:17 +0000 (-0400) Subject: logrotate.conf: poke ceph-fuse after log rotation X-Git-Tag: v10.1.2~17^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F8485%2Fhead;p=ceph.git logrotate.conf: poke ceph-fuse after log rotation This still leaves other loggers with un-reopened log files, unfortunately. Signed-off-by: Sage Weil --- diff --git a/src/logrotate.conf b/src/logrotate.conf index 08ad4b4c1097..061965b5efa9 100644 --- a/src/logrotate.conf +++ b/src/logrotate.conf @@ -4,7 +4,7 @@ compress sharedscripts postrotate - killall -q -1 ceph-mon ceph-mds ceph-osd radosgw || true + killall -q -1 ceph-mon ceph-mds ceph-osd ceph-fuse radosgw || true endscript missingok notifempty