asyncio update
This commit is contained in:
4
nas.tf
4
nas.tf
@@ -30,7 +30,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
disk {
|
disk {
|
||||||
backup = true
|
backup = true
|
||||||
cache = "none"
|
cache = "none"
|
||||||
asyncio = true
|
asyncio = "native"
|
||||||
discard = true
|
discard = true
|
||||||
emulatessd = true
|
emulatessd = true
|
||||||
iothread = true
|
iothread = true
|
||||||
@@ -47,7 +47,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
virtio {
|
virtio {
|
||||||
virtio0 {
|
virtio0 {
|
||||||
disk {
|
disk {
|
||||||
asyncio = true
|
asyncio = "native"
|
||||||
backup = false
|
backup = false
|
||||||
iothread = true
|
iothread = true
|
||||||
size = "8T"
|
size = "8T"
|
||||||
|
|||||||
Reference in New Issue
Block a user