comment out root drive

This commit is contained in:
tolerryan
2025-02-06 00:21:03 -06:00
parent 9ce25a7abd
commit d54320d656

22
nas.tf
View File

@@ -37,17 +37,17 @@ resource "proxmox_vm_qemu" "nas" {
# iso = "cephfs:iso/debian-12.9.0-amd64-netinst.iso"
# }
#}
virtio0 {
#root disk
disk{
asyncio = "native"
discard = "true"
iothread = "true"
size = "140G"
storage = "local-lvm"
format = "raw"
}
}
#virtio0 {
# #root disk
# disk{
# asyncio = "native"
# discard = "true"
# iothread = "true"
3 size = "140G"
# storage = "local-lvm"
# format = "raw"
# }
#}
virtio1 {
#bulk disk
disk {