bulk drive

This commit is contained in:
tolerryan
2025-02-07 22:37:29 -06:00
parent 4cf4426b0c
commit 20bcae7e59

26
nas.tf
View File

@@ -50,7 +50,7 @@ resource "proxmox_vm_qemu" "nas" {
}
}
}
#virtio {
virtio {
#virtio2 {
# cdrom {
# iso = "cephfs:iso/debian-12.9.0-amd64-netinst.iso"
@@ -68,18 +68,18 @@ resource "proxmox_vm_qemu" "nas" {
# format = "raw"
# }
#}
#virtio1 {
# #bulk disk
# disk {
# asyncio = "native"
# backup = "false"
# iothread = "true"
# size = "8T"
# storage = "local-lvm"
# format = "raw"
# }
#}
#}
virtio0 {
#bulk disk
disk {
asyncio = "native"
backup = "false"
iothread = "true"
size = "8T"
storage = "local-lvm"
format = "raw"
}
}
}
}
# VM Network Settings