adding scsi0
This commit is contained in:
15
grail.tf
15
grail.tf
@@ -20,10 +20,17 @@ resource "proxmox_vm_qemu" "grail" {
|
|||||||
# nesting = true
|
# nesting = true
|
||||||
#}
|
#}
|
||||||
|
|
||||||
#{
|
scsi {
|
||||||
#storage = "Junk2"
|
scsi{
|
||||||
#size = "32G"
|
disk{
|
||||||
#}
|
discard = true
|
||||||
|
emuatessd = true
|
||||||
|
asyncio = "threads"
|
||||||
|
size = "32G"
|
||||||
|
storage = "nvme"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#mountpoint{
|
#mountpoint{
|
||||||
# key = "0"
|
# key = "0"
|
||||||
|
|||||||
Reference in New Issue
Block a user