From d7de30471577c479563d83c4fdb937d72dae8a19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Wed, 8 Jul 2020 14:31:16 +0200 Subject: [PATCH] Set image_convert_memory_limit to 2048 in CI UC Try to bump the memory limit to see if it solved the errors related to image convert. qemu-img: error while reading sector 2365184: Input/output error Change-Id: I70bf007a434a1ca3a13278e69bbd54c06d29d490 Related-Bug: 1879472 --- .../templates/hieradata-overrides-t-h-t-undercloud.yaml.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/undercloud-deploy/templates/hieradata-overrides-t-h-t-undercloud.yaml.j2 b/roles/undercloud-deploy/templates/hieradata-overrides-t-h-t-undercloud.yaml.j2 index 02dda1405..3b5fe8662 100644 --- a/roles/undercloud-deploy/templates/hieradata-overrides-t-h-t-undercloud.yaml.j2 +++ b/roles/undercloud-deploy/templates/hieradata-overrides-t-h-t-undercloud.yaml.j2 @@ -1,5 +1,10 @@ parameter_defaults: UndercloudExtraConfig: + ironic::config::ironic_config: + disk_utils/image_convert_memory_limit: + value: + 2048 + # Ironic defaults to using `qemu:///system`. When running libvirtd # unprivileged we need to use `qemu:///session`. This allows us to pass # the value of libvirt_uri into /etc/ironic/ironic.conf.