changed virtio to scsi disk

This commit is contained in:
2023-10-27 12:42:35 +02:00
parent 1e4eac0602
commit b00f020152
2 changed files with 4 additions and 3 deletions

View File

@@ -34,8 +34,9 @@ source "proxmox-iso" "debian-12-bookworm-cloudinit-template" {
disks {
disk_size = "8G"
format = "qcow2"
ssd = true
storage_pool = "local"
type = "virtio"
type = "scsi"
}
network_adapters {