asyncio update

This commit is contained in:
tolerryan
2025-08-23 01:03:01 -05:00
parent 06133f024f
commit 9fdae174da

4
nas.tf
View File

@@ -30,7 +30,7 @@ resource "proxmox_vm_qemu" "nas" {
disk { disk {
backup = true backup = true
cache = "none" cache = "none"
asyncio = true asyncio = "native"
discard = true discard = true
emulatessd = true emulatessd = true
iothread = true iothread = true
@@ -47,7 +47,7 @@ resource "proxmox_vm_qemu" "nas" {
virtio { virtio {
virtio0 { virtio0 {
disk { disk {
asyncio = true asyncio = "native"
backup = false backup = false
iothread = true iothread = true
size = "8T" size = "8T"