]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
logrotate.conf: also sighup the ceph-mgr 14437/head
authorDan van der Ster <daniel.vanderster@cern.ch>
Mon, 10 Apr 2017 15:34:48 +0000 (17:34 +0200)
committerDan van der Ster <daniel.vanderster@cern.ch>
Mon, 10 Apr 2017 15:34:48 +0000 (17:34 +0200)
Tell ceph-mgr to reopen its logs postrotate.

Fixes: http://tracker.ceph.com/issues/19568
Signed-off-by: Dan van der Ster <daniel.vanderster@cern.ch>
src/logrotate.conf

index 6bd1a98ff2503deca87b837b35868b635b1948a4..8e9354afb322dcaf5a6f026d6973efab024dc864 100644 (file)
@@ -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