attempt at copy tempplate disk

This commit is contained in:
tolerryan
2024-11-19 21:22:50 -06:00
parent afc5cd7706
commit 499ee33bf5

View File

@@ -22,15 +22,15 @@ resource "proxmox_vm_qemu" "grail" {
# nesting = true # nesting = true
#} #}
disks{ disks{
virtio{ scsi{
virtio0{ scsi0{
disk{ disk{
discard = true
# #emulatessd = true
asyncio = "threads"
iothread = true
size = "32G"
storage = "nvme" storage = "nvme"
asyncio = "threads"
discard = true
iothread = true
size = "42G"
emulatessd = true
} }
} }
} }