Skip to content
Snippets Groups Projects
Verified Commit 0bb74a4a authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

Grow debuginfod volume from 50G to 100G

Enabling debug packages by default has resulted in more debug packages.

Nobody could have foreseen this.
parent 8b1b4d97
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment