From f1c362f54fc11ba3137c026d507c44686459ca3f Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Wed, 7 Jul 2021 01:15:52 +1200 Subject: [PATCH] Update git submodules * Update metalsmith from branch 'master' to 407e5051d4b644196ba4fc58d61f874fed75dc2b - Set image_disk_format from file extension for HTTP images Node instance_info `image_disk_format` needs to be set to `raw` for large raw images or the deployment may fail with a memory check error or a full node tmpfs. Even when there is no error, without image_disk_format=raw the image will not be streamed directly to disk. image_disk_format is auto-detected and set by ironic for glance and file sourced images, but this does not occur for direct HTTP based images. This change will set image_disk_format=raw when the URL file extension ends with .raw, which is enough to support TripleO's conventions for the overcloud raw image. Change-Id: I6a9c225fc2d14b2d07cd0bf2379cd2c8c548f312 --- metalsmith | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metalsmith b/metalsmith index 2fe17330d6..407e5051d4 160000 --- a/metalsmith +++ b/metalsmith @@ -1 +1 @@ -Subproject commit 2fe17330d6fcda4548e860074c8abcc774933006 +Subproject commit 407e5051d4b644196ba4fc58d61f874fed75dc2b