scsi0 root

This commit is contained in:
tolerryan
2025-02-07 21:30:31 -06:00
parent fdba12f98c
commit a87307aeb5

22
nas.tf
View File

@@ -23,7 +23,7 @@ resource "proxmox_vm_qemu" "nas" {
# VM Memory Settings # VM Memory Settings
memory = 4024 memory = 4024
#disks { disks {
#ide { #ide {
# ide0 { # ide0 {
# cdrom { # cdrom {
@@ -31,6 +31,24 @@ resource "proxmox_vm_qemu" "nas" {
# } # }
# } # }
#} #}
scsi {
scsi0 {
disk {
backup = true
cache = "none"
discard = true
emulatessd = true
iothread = true
mbps_r_burst = 0.0
mbps_r_concurrent = 0.0
mbps_wr_burst = 0.0
mbps_wr_concurrent = 0.0
replicate = true
size = 42
storage = "local-lvm"
}
}
}
#virtio { #virtio {
#virtio2 { #virtio2 {
# cdrom { # cdrom {
@@ -61,7 +79,7 @@ resource "proxmox_vm_qemu" "nas" {
# } # }
#} #}
#} #}
#} }
# VM Network Settings # VM Network Settings
network { network {