adding virt0 back
This commit is contained in:
24
grail.tf
24
grail.tf
@@ -20,19 +20,19 @@ resource "proxmox_vm_qemu" "grail" {
|
||||
#features {
|
||||
# nesting = true
|
||||
#}
|
||||
#disks{
|
||||
# virtio{
|
||||
# virtio0{
|
||||
# disk{
|
||||
# discard = true
|
||||
disks{
|
||||
virtio{
|
||||
virtio0{
|
||||
disk{
|
||||
discard = true
|
||||
# #emulatessd = true
|
||||
# asyncio = "threads"
|
||||
# size = "32G"
|
||||
# storage = "nvme"
|
||||
# }
|
||||
# }
|
||||
# }
|
||||
#}
|
||||
asyncio = "threads"
|
||||
size = "32G"
|
||||
storage = "nvme"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
#mountpoint{
|
||||
# key = "0"
|
||||
|
||||
Reference in New Issue
Block a user