Format updates for nas file
This commit is contained in:
15
nas.tf
15
nas.tf
@@ -30,7 +30,7 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
disk {
|
||||
backup = true
|
||||
cache = "none"
|
||||
asyncio = "native"
|
||||
asyncio = true
|
||||
discard = true
|
||||
emulatessd = true
|
||||
iothread = true
|
||||
@@ -46,14 +46,13 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
}
|
||||
virtio {
|
||||
virtio0 {
|
||||
#bulk disk
|
||||
disk {
|
||||
asyncio = "native"
|
||||
backup = "false"
|
||||
iothread = "true"
|
||||
size = "8T"
|
||||
storage = "Ceph"
|
||||
format = "raw"
|
||||
asyncio = true
|
||||
backup = false
|
||||
iothread = true
|
||||
size = "8T"
|
||||
storage = "Ceph"
|
||||
format = "raw"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user