missing disk fixed
This commit is contained in:
4
nas.tf
4
nas.tf
@@ -41,6 +41,7 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
}
|
||||
virtio0 {
|
||||
#root disk
|
||||
disk{
|
||||
asyncio = "native"
|
||||
discard = "true"
|
||||
iothread = "true"
|
||||
@@ -49,8 +50,10 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
format = "raw"
|
||||
media = "disk"
|
||||
}
|
||||
}
|
||||
virtio1 {
|
||||
#bulk disk
|
||||
disk {
|
||||
asyncio = "native"
|
||||
backup = "false"
|
||||
iothread = "true"
|
||||
@@ -61,6 +64,7 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# VM Cloud-Init Settings
|
||||
|
||||
Reference in New Issue
Block a user