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" } } }