diff --git a/modules/sysadmin_guide/pages/koji.adoc b/modules/sysadmin_guide/pages/koji.adoc index 6a6601b..4de068f 100644 --- a/modules/sysadmin_guide/pages/koji.adoc +++ b/modules/sysadmin_guide/pages/koji.adoc @@ -99,3 +99,22 @@ After restarting any `s390x` machine in `inventory/builders` `[runroot]` group s You need to have access to Bitwarden Vault for the password prompt. ==== +=== OSError: [Errno 30] Read-only file system: "/var/tmp/koji/tasks/xxx" + +For more information about this issue see link:[relevant bugzilla ticket]. +The issue is also reported on parent task, make sure you found the exact task that failed to find the failing host. +Only way to deal with it currently is to disable the builder with issue in koji and reinstall it again. + +==== Disabling builder in koji + +. Generate a kerberos ticket +. koji disable + +==== Reinstalling the builder + +. Run `groups/buildvm.yml` ansible playbook with `--limit ` + +[NOTE] +==== +You need to be koji admin. +====