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