From 66e5276544fc40fafcc58f64b67361dc941f69a3 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Aug 02 2022 23:28:15 +0000 Subject: Drop NUMDISKS=2 for update server flavor It causes a bit of an awkward problem for tests which use disk images from another test, specifically the cockpit tests. We put the update repo on this second disk and update /etc/fstab but we aren't actually uploading the second disk image and using it as the second disk on the child tests, so they get messed up. I'm having trouble coming up with an elegant solution so for now let's kick the affected flavor (server) back to one disk. I'll try and figure a more permanent fix tomorrow. Signed-off-by: Adam Williamson --- diff --git a/templates-updates.fif.json b/templates-updates.fif.json index e0c1f68..326e1e1 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -56,7 +56,6 @@ "distri": "fedora", "flavor": "updates-server", "settings": { - "NUMDISKS": "2", "RETRY": "1" }, "version": "*" @@ -66,7 +65,6 @@ "distri": "fedora", "flavor": "updates-server", "settings": { - "NUMDISKS": "2", "RETRY": "1" }, "version": "*" @@ -106,7 +104,6 @@ "distri": "fedora", "flavor": "updates-server", "settings": { - "NUMDISKS": "2", "RETRY": "1" }, "version": "*"