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
#}
disks{
virtio{
virtio0{
scsi{
scsi0{
disk{
discard = true
# #emulatessd = true
asyncio = "threads"
iothread = true
size = "32G"
storage = "nvme"
asyncio = "threads"
discard = true
iothread = true
size = "42G"
emulatessd = true
}
}
}