From 721c7be8c0033fc1b243f3d3ce0781c6d892b465 Mon Sep 17 00:00:00 2001 From: Sten Turpin Date: Tue, 26 Nov 2024 11:25:55 -0600 Subject: [PATCH] change output format to raw from qcow2 --- images/capi/packer/proxmox/packer.json.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/capi/packer/proxmox/packer.json.tmpl b/images/capi/packer/proxmox/packer.json.tmpl index bb0bdc226..655682397 100644 --- a/images/capi/packer/proxmox/packer.json.tmpl +++ b/images/capi/packer/proxmox/packer.json.tmpl @@ -13,7 +13,7 @@ "disks": [ { "disk_size": "{{user `disk_size`}}", - "format": "qcow2", + "format": "raw", "storage_pool": "{{user `storage_pool`}}", "storage_pool_type": "{{user `storage_pool_type`}}", "type": "scsi"