From a00e7fc8286c092e72bc50081c97ec1bf4bc8f8c Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Thu, 26 Sep 2024 12:38:54 +0200 Subject: [PATCH] Add another option of disabling builder Signed-off-by: Michal Konecny --- modules/sysadmin_guide/pages/koji.adoc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/modules/sysadmin_guide/pages/koji.adoc b/modules/sysadmin_guide/pages/koji.adoc index 4de068f..8db08bb 100644 --- a/modules/sysadmin_guide/pages/koji.adoc +++ b/modules/sysadmin_guide/pages/koji.adoc @@ -108,13 +108,14 @@ Only way to deal with it currently is to disable the builder with issue in koji ==== Disabling builder in koji . Generate a kerberos ticket -. koji disable +. `koji disable ` + +[NOTE] +==== +If you don't have permissions to disable builder using `koji disable` command. Ssh to the machine and stop +kojid service by running `systemctl stop kojid`. This will prevent the machine to serve any more builds. +==== ==== Reinstalling the builder . Run `groups/buildvm.yml` ansible playbook with `--limit ` - -[NOTE] -==== -You need to be koji admin. -====