From 530c753e6d6ac97a3f57f244c5ffb7ca7e6a4828 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 29 Oct 2025 12:58:52 -0700 Subject: [PATCH] Revert "bump disk size for support_server" This reverts commit a5e69d98720bd8665a4a370d3a98ec66e5d7daf9. It doesn't help, it's the wrong disk. We have to change createhdds instead. --- templates.fif.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 6599f510..bf00bd03 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -2568,7 +2568,6 @@ "settings": { "BOOTFROM": "c", "HDD_1": "disk_f%CURRREL%_support_6_%ARCH%.qcow2", - "HDDSIZEGB": "12", "NICTYPE": "tap", "NUMDISKS": "2", "PARALLEL_CANCEL_WHOLE_CLUSTER": "0", @@ -2587,7 +2586,6 @@ "settings": { "BOOTFROM": "c", "HDD_1": "disk_f%CURRREL%_support_6_%ARCH%.qcow2", - "HDDSIZEGB": "12", "NICTYPE": "tap", "NUMDISKS": "2", "PARALLEL_CANCEL_WHOLE_CLUSTER": "0",