From afc653b5abffea6b61fa2aa5cb89b30636faf702 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 11 Jun 2018 15:35:02 -0400 Subject: [PATCH] cloud: Throw more sed at the ENOSPC issue Minor follow-up to previous commit. The default config ships with the `memory` config commented out, so our sed wasn't doing anything. --- centos-ci/run-image-cloud | 1 + 1 file changed, 1 insertion(+) diff --git a/centos-ci/run-image-cloud b/centos-ci/run-image-cloud index c627aa0..a133afe 100755 --- a/centos-ci/run-image-cloud +++ b/centos-ci/run-image-cloud @@ -13,6 +13,7 @@ trap copy_ppms ERR # override oz config to at least 3G # FIXME - this should probably be an rpm-ostree-toolbox setting +sudo sed -i 's/ *# *memory *= */memory = /' /etc/oz/oz.cfg # uncomment first sudo sed -i 's/memory = .*/memory = 3072/' /etc/oz/oz.cfg # FIXME - use ISO content rather than KS