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