Added disk format value to 'qcow2', since the default is broken in proxmox plugin 1.2.1 and it really should be set anyway
This commit is contained in:
parent
6e08664e14
commit
fee73891e8
@ -30,6 +30,7 @@ source "proxmox-iso" "almalinux-9" {
|
|||||||
disk_size = "30G"
|
disk_size = "30G"
|
||||||
storage_pool = "templates"
|
storage_pool = "templates"
|
||||||
type = "scsi"
|
type = "scsi"
|
||||||
|
format = "qcow2"
|
||||||
}
|
}
|
||||||
network_adapters {
|
network_adapters {
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
|
@ -30,6 +30,7 @@ source "proxmox-iso" "debian-12" {
|
|||||||
disk_size = "30G"
|
disk_size = "30G"
|
||||||
storage_pool = "templates"
|
storage_pool = "templates"
|
||||||
type = "scsi"
|
type = "scsi"
|
||||||
|
format = "qcow2"
|
||||||
}
|
}
|
||||||
network_adapters {
|
network_adapters {
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
|
@ -26,6 +26,7 @@ source "proxmox-iso" "freebsd-14" {
|
|||||||
disk_size = "30G"
|
disk_size = "30G"
|
||||||
storage_pool = "templates"
|
storage_pool = "templates"
|
||||||
type = "scsi"
|
type = "scsi"
|
||||||
|
format = "qcow2"
|
||||||
}
|
}
|
||||||
network_adapters {
|
network_adapters {
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
|
@ -30,6 +30,7 @@ source "proxmox-iso" "rocky-9" {
|
|||||||
disk_size = "30G"
|
disk_size = "30G"
|
||||||
storage_pool = "templates"
|
storage_pool = "templates"
|
||||||
type = "scsi"
|
type = "scsi"
|
||||||
|
format = "qcow2"
|
||||||
}
|
}
|
||||||
network_adapters {
|
network_adapters {
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
|
@ -41,6 +41,7 @@ source "proxmox-iso" "ubuntu-22" {
|
|||||||
disk_size = "30G"
|
disk_size = "30G"
|
||||||
storage_pool = "templates"
|
storage_pool = "templates"
|
||||||
type = "scsi"
|
type = "scsi"
|
||||||
|
format = "qcow2"
|
||||||
}
|
}
|
||||||
network_adapters {
|
network_adapters {
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
|
@ -41,6 +41,7 @@ source "proxmox-iso" "ubuntu-24" {
|
|||||||
disk_size = "30G"
|
disk_size = "30G"
|
||||||
storage_pool = "templates"
|
storage_pool = "templates"
|
||||||
type = "scsi"
|
type = "scsi"
|
||||||
|
format = "qcow2"
|
||||||
}
|
}
|
||||||
network_adapters {
|
network_adapters {
|
||||||
bridge = "vmbr0"
|
bridge = "vmbr0"
|
||||||
|
Loading…
Reference in New Issue
Block a user