From d61242a8e7679d6521d1270e26fae55099334d31 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Mon, 18 Nov 2024 23:55:10 -0600 Subject: [PATCH] aligning disk with template --- grail.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/grail.tf b/grail.tf index da27722..f642635 100644 --- a/grail.tf +++ b/grail.tf @@ -28,6 +28,7 @@ resource "proxmox_vm_qemu" "grail" { discard = true # #emulatessd = true asyncio = "threads" + iothread = 1 size = "32G" storage = "nvme" }