)]}'
{"functions":[{"author":{"_account_id":4146,"name":"Clark Boylan","email":"cboylan@sapwetik.org","username":"cboylan"},"change_message_id":"aec484c684cb6be67285409f6b9dc31a42933ac0","unresolved":false,"context_lines":[{"line_number":383,"context_line":"        elif [ \"$unpack\" \u003d \"bunzip2\" ]; then"},{"line_number":384,"context_line":"            openstack --os-cloud\u003ddevstack-admin --os-region-name\u003d\"$REGION_NAME\" image create \"$image_name\" $img_property --public --container-format\u003d$container_format --disk-format $disk_format \u003c \u003c(bunzip2 -cdk \"${image}\")"},{"line_number":385,"context_line":"        elif [ \"$unpack\" \u003d \"unxz\" ]; then"},{"line_number":386,"context_line":"            openstack --os-cloud\u003ddevstack-admin --os-region-name\u003d\"$REGION_NAME\" image create \"$image_name\" $img_property --public --container-format\u003d$container_format --disk-format $disk_format \u003c \u003c(unxz -cvT0 \"${image}\")"},{"line_number":387,"context_line":"        else"},{"line_number":388,"context_line":"            openstack --os-cloud\u003ddevstack-admin --os-region-name\u003d\"$REGION_NAME\" image create \"$image_name\" $img_property --public --container-format\u003d$container_format --disk-format $disk_format \u003c \"${image}\""},{"line_number":389,"context_line":"        fi"}],"source_content_type":"application/x-shellscript","patch_set":5,"id":"1f493fa4_27ed88ef","line":386,"range":{"start_line":386,"start_character":198,"end_line":386,"end_character":202},"updated":"2020-04-21 15:05:35.000000000","message":"Doing this unxz inline seems to cause swift to timeout while it waits for glance to write to it.\n\nI suggested in IRC (and now that I know where the code comes from am suggesting it here too) that the unxz be processed as a separate step so that the glance upload doesn\u0027t timeout when talking to swift.","commit_id":"025b529990fe434a95a33ddf5edc2449c1608e10"},{"author":{"_account_id":7118,"name":"Ian Wienand","email":"iwienand@redhat.com","username":"iwienand"},"change_message_id":"d80c3ebe46e0c7c8941a8552ec7ff9eba51fa990","unresolved":false,"context_lines":[{"line_number":388,"context_line":"            local tmpdir"},{"line_number":389,"context_line":"            tmpdir\u003d$(mktemp -d)"},{"line_number":390,"context_line":"            /usr/bin/time -v unxz -cvT0 \"${image}\" \u003e \"$tmpdir/$image_name\""},{"line_number":391,"context_line":"            /usr/bin/time -v openstack --os-cloud\u003ddevstack-admin --os-region-name\u003d\"$REGION_NAME\" image create \"$image_name\" $img_property --public --container-format\u003d$container_format --disk-format $disk_format --file \"$tmp_dir/$image_name\""},{"line_number":392,"context_line":"            rm -rf $tmpdir"},{"line_number":393,"context_line":"        else"},{"line_number":394,"context_line":"            openstack --os-cloud\u003ddevstack-admin --os-region-name\u003d\"$REGION_NAME\" image create \"$image_name\" $img_property --public --container-format\u003d$container_format --disk-format $disk_format \u003c \"${image}\""}],"source_content_type":"application/x-shellscript","patch_set":8,"id":"1f493fa4_2899cb6d","line":391,"updated":"2020-04-22 04:00:31.000000000","message":"why are we running this under time?","commit_id":"84420e0374bdb0e2fda78aeebe643ce4fe06df7b"}]}
