From 86424fc3c895995d1d45f067c7852e6dce993027 Mon Sep 17 00:00:00 2001 From: Mykola Golub Date: Tue, 31 Dec 2019 10:01:31 +0000 Subject: [PATCH] logrotate: also sighup rbd-mirror Signed-off-by: Mykola Golub --- src/cephadm/cephadm | 2 +- src/logrotate.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cephadm/cephadm b/src/cephadm/cephadm index d699b7b0aba..d76a851f57d 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 6d8adc6cca3..e49baec0cdb 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 -- 2.39.5