using phind's version
This commit is contained in:
9
nas.tf
9
nas.tf
@@ -46,21 +46,20 @@ resource "proxmox_vm_qemu" "nas" {
|
||||
asyncio = "native"
|
||||
discard = "true"
|
||||
iothread = "true"
|
||||
format = "raw"
|
||||
media = "disk"
|
||||
size = "140G"
|
||||
storage = "local-lvm"
|
||||
|
||||
format = "raw"
|
||||
media = "disk"
|
||||
}
|
||||
virtio1 {
|
||||
#bulk disk
|
||||
asyncio = "native"
|
||||
backup = "false"
|
||||
iothread = "true"
|
||||
size = "8T"
|
||||
storage = "local-lvm"
|
||||
format = "raw"
|
||||
media = "disk"
|
||||
size = "8T"
|
||||
storage = "watari"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user