From 19f56b4cc09b53e037f3af43be54649d012b567b Mon Sep 17 00:00:00 2001 From: Dan van der Ster Date: Mon, 10 Apr 2017 17:34:48 +0200 Subject: [PATCH] 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 --- src/logrotate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logrotate.conf b/src/logrotate.conf index 6bd1a98ff25..8e9354afb32 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 -- 2.47.3