From 1af6e779ecb6fb5b82078c1d20fff24554a1176f 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 (cherry picked from commit 86424fc3c895995d1d45f067c7852e6dce993027) Conflicts: src/cephadm/cephadm (does not exist) --- src/logrotate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5