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