bulk plus template root
This commit is contained in:
23
nas.tf
23
nas.tf
@@ -38,6 +38,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
# }
|
# }
|
||||||
#}
|
#}
|
||||||
virtio0 {
|
virtio0 {
|
||||||
|
#This must match the template's drive or it will not use template's drive as root
|
||||||
#root disk
|
#root disk
|
||||||
disk{
|
disk{
|
||||||
asyncio = "native"
|
asyncio = "native"
|
||||||
@@ -48,17 +49,17 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
format = "raw"
|
format = "raw"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#virtio1 {
|
virtio1 {
|
||||||
# #bulk disk
|
#bulk disk
|
||||||
# disk {
|
disk {
|
||||||
# asyncio = "native"
|
asyncio = "native"
|
||||||
# backup = "false"
|
backup = "false"
|
||||||
# iothread = "true"
|
iothread = "true"
|
||||||
# size = "8T"
|
size = "8T"
|
||||||
# storage = "local-lvm"
|
storage = "local-lvm"
|
||||||
# format = "raw"
|
format = "raw"
|
||||||
# }
|
}
|
||||||
#}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user