Format updates for nas file

This commit is contained in:
tolerryan
2025-08-23 01:01:19 -05:00
parent 8ada6caf20
commit 06133f024f

9
nas.tf
View File

@@ -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,11 +46,10 @@ resource "proxmox_vm_qemu" "nas" {
}
virtio {
virtio0 {
#bulk disk
disk {
asyncio = "native"
backup = "false"
iothread = "true"
asyncio = true
backup = false
iothread = true
size = "8T"
storage = "Ceph"
format = "raw"