From 9fdae174dae3603d9965fb45c817276c92826bbd Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:03:01 -0500 Subject: [PATCH] asyncio update --- nas.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nas.tf b/nas.tf index 829ac47..61b4cc2 100644 --- a/nas.tf +++ b/nas.tf @@ -30,7 +30,7 @@ resource "proxmox_vm_qemu" "nas" { disk { backup = true cache = "none" - asyncio = true + asyncio = "native" discard = true emulatessd = true iothread = true @@ -47,7 +47,7 @@ resource "proxmox_vm_qemu" "nas" { virtio { virtio0 { disk { - asyncio = true + asyncio = "native" backup = false iothread = true size = "8T"