From: Dan van der Ster Date: Mon, 10 Apr 2017 15:34:48 +0000 (+0200) Subject: logrotate.conf: also sighup the ceph-mgr X-Git-Tag: v12.0.2~130^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=19f56b4cc09b53e037f3af43be54649d012b567b;p=ceph.git logrotate.conf: also sighup the ceph-mgr Tell ceph-mgr to reopen its logs postrotate. Fixes: http://tracker.ceph.com/issues/19568 Signed-off-by: Dan van der Ster --- diff --git a/src/logrotate.conf b/src/logrotate.conf index 6bd1a98ff250..8e9354afb322 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 ceph-fuse radosgw || true + killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || true endscript missingok notifempty