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