missed config options

This commit is contained in:
tolerryan
2025-02-02 23:29:46 -06:00
parent 768c615be1
commit f83c280687

5
nas.tf
View File

@@ -46,14 +46,19 @@ resource "proxmox_vm_qemu" "nas" {
asyncio = "native" asyncio = "native"
discard = "true" discard = "true"
iothread = "true" iothread = "true"
format = "raw"
media = "disk"
size = "140G" size = "140G"
storage = "local-lvm" storage = "local-lvm"
} }
virtio1 { virtio1 {
#bulk disk #bulk disk
asyncio = "native" asyncio = "native"
backup = "false" backup = "false"
iothread = "true" iothread = "true"
format = "raw"
media = "disk"
size = "8T" size = "8T"
storage = "watari" storage = "watari"
} }