From 217e424810726fd631fe4089c47a1fea1b13280a Mon Sep 17 00:00:00 2001 From: Dan van der Ster Date: Fri, 11 Sep 2015 09:42:50 +0200 Subject: [PATCH] logrotate: ignore postrotate error for radosgw Fix the annoying logrotate error for radosgw. Fixes: #13033 Signed-off-by: Dan van der Ster --- src/rgw/logrotate.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/logrotate.conf b/src/rgw/logrotate.conf index b80e81edd4c9..65ae1132abd6 100644 --- a/src/rgw/logrotate.conf +++ b/src/rgw/logrotate.conf @@ -4,7 +4,7 @@ compress sharedscripts postrotate - killall -q -1 radosgw + killall -q -1 radosgw || true endscript missingok notifempty -- 2.47.3