From: Mykola Golub Date: Tue, 31 Dec 2019 10:01:31 +0000 (+0000) Subject: logrotate: also sighup rbd-mirror X-Git-Tag: v13.2.9~110^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1af6e779ecb6fb5b82078c1d20fff24554a1176f;p=ceph.git logrotate: also sighup rbd-mirror Signed-off-by: Mykola Golub (cherry picked from commit 86424fc3c895995d1d45f067c7852e6dce993027) Conflicts: src/cephadm/cephadm (does not exist) --- diff --git a/src/logrotate.conf b/src/logrotate.conf index 6d8adc6cca353..e49baec0cdbac 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