From 96007a14149adb842123559e5abff162c9fbc807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Mon, 15 May 2023 11:31:41 +0200 Subject: [PATCH] Update koji SOP MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I recently fixed some issue with disk space on koji builder and found out that this guide is outdated. So here is update to make it up to date. Signed-off-by: Michal Konečný --- modules/sysadmin_guide/pages/koji.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/sysadmin_guide/pages/koji.adoc b/modules/sysadmin_guide/pages/koji.adoc index 89e8559..ab2b995 100644 --- a/modules/sysadmin_guide/pages/koji.adoc +++ b/modules/sysadmin_guide/pages/koji.adoc @@ -78,10 +78,10 @@ echo "select procpid from pg_stat_activity where usename='koji' and now() - quer === Disk Space Issues -The builders use a lot of temporary storage. Failed builds and old mock buildroots should be automatic cleaned, but in case it doesn't remove /var/lib/mock/* and restart kojid: +The builders use a lot of temporary storage. Failed builds and old mock buildroots should be automatic cleaned, but in case it doesn't, remove /var/lib/mock/* and restart kojid on the affected builder: .... -/etc/init.d/kojid restart +systemctl restart kojid .... [IMPORTANT]