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
|
||||
#}
|
||||
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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user