From b7acf000ae952be27c163ecadad97b08ee65d972 Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Fri, 4 Jul 2025 17:42:44 +0200 Subject: [PATCH] copr-backend: actually keep 10gb space for root --- roles/copr/backend/files/provision/files/enable-swap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/files/provision/files/enable-swap.sh b/roles/copr/backend/files/provision/files/enable-swap.sh index e2f03a2fa9..ebbc220cbc 100644 --- a/roles/copr/backend/files/provision/files/enable-swap.sh +++ b/roles/copr/backend/files/provision/files/enable-swap.sh @@ -39,7 +39,7 @@ elif grep -E 'POWER9|POWER10' /proc/cpuinfo; then # and will stop working once we switch to p10. The setup should be done # generically, as stated in the comment above, so the large swap file # is created automatically upon the on_demand_powerful tag configuration. - truncate -s 320G "$file" + truncate -s 310G "$file" else # regular builder truncate -s 164G "$file"