Update koji SOP

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ý <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2023-05-15 11:31:41 +02:00 committed by kevin
parent 47b3c6b308
commit 96007a1414

View file

@ -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]