From 0bb74a4ae75288fda885f8e1bf29de8552d704cf Mon Sep 17 00:00:00 2001 From: Evangelos Foutras <evangelos@foutrelis.com> Date: Fri, 24 Feb 2023 21:18:35 +0200 Subject: [PATCH] Grow debuginfod volume from 50G to 100G Enabling debug packages by default has resulted in more debug packages. Nobody could have foreseen this. --- tf-stage1/archlinux.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tf-stage1/archlinux.tf b/tf-stage1/archlinux.tf index 0e795ec9c..f20b8b59d 100644 --- a/tf-stage1/archlinux.tf +++ b/tf-stage1/archlinux.tf @@ -622,7 +622,7 @@ resource "hcloud_volume" "monitoring" { resource "hcloud_volume" "debuginfod" { name = "debuginfod" - size = 50 + size = 100 server_id = hcloud_server.machine["debuginfod.archlinux.org"].id delete_protection = true } -- GitLab