attempt at copy tempplate disk
This commit is contained in:
14
grail.tf
14
grail.tf
@@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user