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:
parent
47b3c6b308
commit
96007a1414
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue