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

Grow debuginfod volume from 25G to 50G

We currently have 23G of debug packages and soon expect quite a bit more
since the debug option is being enabled by default in devtools 20230105.
parent bd0bae9f
No related branches found
No related tags found
No related merge requests found
......@@ -620,7 +620,7 @@ resource "hcloud_volume" "monitoring" {
resource "hcloud_volume" "debuginfod" {
name = "debuginfod"
size = 25
size = 50
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