From 06133f024fb6688326b5b1c4a1839f34c2f49ca5 Mon Sep 17 00:00:00 2001 From: tolerryan <105945216+tolerryan@users.noreply.github.com> Date: Sat, 23 Aug 2025 01:01:19 -0500 Subject: [PATCH] Format updates for nas file --- nas.tf | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/nas.tf b/nas.tf index 944198b..829ac47 100644 --- a/nas.tf +++ b/nas.tf @@ -30,7 +30,7 @@ resource "proxmox_vm_qemu" "nas" { disk { backup = true cache = "none" - asyncio = "native" + asyncio = true discard = true emulatessd = true iothread = true @@ -46,14 +46,13 @@ resource "proxmox_vm_qemu" "nas" { } virtio { virtio0 { - #bulk disk disk { - asyncio = "native" - backup = "false" - iothread = "true" - size = "8T" - storage = "Ceph" - format = "raw" + asyncio = true + backup = false + iothread = true + size = "8T" + storage = "Ceph" + format = "raw" } } }