fixing some errors
This commit is contained in:
27
nas.tf
27
nas.tf
@@ -15,7 +15,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
hagroup = null
|
hagroup = null
|
||||||
hastate = null
|
hastate = null
|
||||||
hotplug = "network,disk,usb"
|
hotplug = "network,disk,usb"
|
||||||
id = "301"
|
vmid = "301"
|
||||||
ipconfig0 = "ip=192.168.0.50/24,gw=192.168.0.1"
|
ipconfig0 = "ip=192.168.0.50/24,gw=192.168.0.1"
|
||||||
kvm = true
|
kvm = true
|
||||||
machine = null
|
machine = null
|
||||||
@@ -35,7 +35,6 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
target_nodes = [
|
target_nodes = [
|
||||||
"ryuk",
|
"ryuk",
|
||||||
]
|
]
|
||||||
vcpus = 0
|
|
||||||
vm_state = "running"
|
vm_state = "running"
|
||||||
vmid = 301
|
vmid = 301
|
||||||
|
|
||||||
@@ -60,19 +59,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
discard = true
|
discard = true
|
||||||
emulatessd = true
|
emulatessd = true
|
||||||
format = "raw"
|
format = "raw"
|
||||||
id = 0
|
|
||||||
iops_r_burst = 0
|
|
||||||
iops_r_burst_length = 0
|
|
||||||
iops_r_concurrent = 0
|
|
||||||
iops_wr_burst = 0
|
|
||||||
iops_wr_burst_length = 0
|
|
||||||
iops_wr_concurrent = 0
|
|
||||||
iothread = true
|
iothread = true
|
||||||
linked_disk_id = -1
|
|
||||||
mbps_r_burst = 0
|
|
||||||
mbps_r_concurrent = 0
|
|
||||||
mbps_wr_burst = 0
|
|
||||||
mbps_wr_concurrent = 0
|
|
||||||
readonly = false
|
readonly = false
|
||||||
replicate = true
|
replicate = true
|
||||||
serial = null
|
serial = null
|
||||||
@@ -90,19 +77,7 @@ resource "proxmox_vm_qemu" "nas" {
|
|||||||
cache = null
|
cache = null
|
||||||
discard = false
|
discard = false
|
||||||
format = "raw"
|
format = "raw"
|
||||||
id = 0
|
|
||||||
iops_r_burst = 0
|
|
||||||
iops_r_burst_length = 0
|
|
||||||
iops_r_concurrent = 0
|
|
||||||
iops_wr_burst = 0
|
|
||||||
iops_wr_burst_length = 0
|
|
||||||
iops_wr_concurrent = 0
|
|
||||||
iothread = true
|
iothread = true
|
||||||
linked_disk_id = -1
|
|
||||||
mbps_r_burst = 0
|
|
||||||
mbps_r_concurrent = 0
|
|
||||||
mbps_wr_burst = 0
|
|
||||||
mbps_wr_concurrent = 0
|
|
||||||
readonly = false
|
readonly = false
|
||||||
replicate = false
|
replicate = false
|
||||||
serial = null
|
serial = null
|
||||||
|
|||||||
Reference in New Issue
Block a user