aligning disk with template

This commit is contained in:
tolerryan
2024-11-18 23:55:10 -06:00
parent 6a17e2688a
commit d61242a8e7

View File

@@ -28,6 +28,7 @@ resource "proxmox_vm_qemu" "grail" {
discard = true discard = true
# #emulatessd = true # #emulatessd = true
asyncio = "threads" asyncio = "threads"
iothread = 1
size = "32G" size = "32G"
storage = "nvme" storage = "nvme"
} }