From 1df3c9d8cf4ef70afd4717f24c797f1ef3c62b45 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 20 May 2021 06:14:22 +0200 Subject: [PATCH] chore: increase disk sizes again running low on space with all those updates --- vms/terraform.tfvars | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vms/terraform.tfvars b/vms/terraform.tfvars index 1467af2..61298ef 100644 --- a/vms/terraform.tfvars +++ b/vms/terraform.tfvars @@ -45,7 +45,7 @@ hosts = { vcpu = 1, memory = "1024", diskpool = "default", - disksize = "9370000000", + disksize = "10370000000", mac = "00:00:00:13:37:23", # sourceimage = "https://download.fedoraproject.org/pub/fedora/linux/releases/34/Cloud/x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2", sourceimage = "/var/lib/libvirt/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2", @@ -114,7 +114,7 @@ hosts = { vcpu = 1, memory = "2048", diskpool = "default", - disksize = "9370000000", + disksize = "10370000000", mac = "00:00:00:13:37:26", # sourceimage = "https://download.fedoraproject.org/pub/fedora/linux/releases/34/Cloud/x86_64/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2", sourceimage = "/var/lib/libvirt/images/Fedora-Cloud-Base-34-1.2.x86_64.qcow2",