From: Venky Shankar Date: Thu, 24 Jun 2021 04:57:29 +0000 (-0400) Subject: logrotate: include cephfs-mirror daemon X-Git-Tag: v17.1.0~1541^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=957bae255c9f6fba8a4ccfcb885c2687784444aa;p=ceph.git logrotate: include cephfs-mirror daemon Fixes: http://tracker.ceph.com/issues/51318 Signed-off-by: Venky Shankar --- diff --git a/src/logrotate.conf b/src/logrotate.conf index e49baec0cdbac..a9a452dd6566f 100644 --- a/src/logrotate.conf +++ b/src/logrotate.conf @@ -4,7 +4,7 @@ compress sharedscripts postrotate - killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw rbd-mirror || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw|rbd-mirror" || true + killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw rbd-mirror cephfs-mirror || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw|rbd-mirror|cephfs-mirror" || true endscript missingok notifempty