From: Mykola Golub Date: Tue, 31 Dec 2019 10:01:31 +0000 (+0000) Subject: logrotate: also sighup rbd-mirror X-Git-Tag: v15.1.0~307^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=86424fc3c895995d1d45f067c7852e6dce993027;p=ceph.git logrotate: also sighup rbd-mirror Signed-off-by: Mykola Golub --- diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index d699b7b0aba8..d76a851f57d7 100755 --- a/src/cephadm/cephadm +++ b/src/cephadm/cephadm @@ -1205,7 +1205,7 @@ def install_base_units(fsid): compress sharedscripts postrotate - killall -q -1 ceph-mon ceph-mgr ceph-mds ceph-osd ceph-fuse radosgw || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw" || true + 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 endscript missingok notifempty diff --git a/src/logrotate.conf b/src/logrotate.conf index 6d8adc6cca35..e49baec0cdba 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 || pkill -1 -x "ceph-mon|ceph-mgr|ceph-mds|ceph-osd|ceph-fuse|radosgw" || true + 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 endscript missingok notifempty