Comment 16 for bug 1860021

Revision history for this message
Radosław Piliszek (yoctozepto) wrote :

both primary and secondary did:
+ functions:upload_image:380 : openstack --os-cloud=devstack-admin --os-region-name=RegionOne image create cirros-0.4.0-x86_64-disk --property hw_rng_model=virtio --public --container-format=bare --disk-format qcow2

so the image is qcow2 and the "raw" looks like false alarm.

Glance errors on:
Jan 18 21:36:00.234880 ubuntu-bionic-rax-iad-0013962439 <email address hidden>[7736]: WARNING glance.location [None req-a2e09ece-737c-4174-a42f-c5185ac6142a demo admin] Get image eeba1e7b-55d7-4092-8a50-842ec5d47ccb data failed: Unknown scheme 'swift+config' found in URI.: glance_store.exceptions.UnknownScheme: Unknown scheme 'swift+config' found in URI
Jan 18 21:36:00.235138 ubuntu-bionic-rax-iad-0013962439 <email address hidden>[7736]: ERROR glance.location [None req-a2e09ece-737c-4174-a42f-c5185ac6142a demo admin] Glance tried all active locations to get data for image eeba1e7b-55d7-4092-8a50-842ec5d47ccb but all have failed.
Jan 18 21:36:00.240304 ubuntu-bionic-rax-iad-0013962439 <email address hidden>[7736]: CRITICAL glance [None req-a2e09ece-737c-4174-a42f-c5185ac6142a demo admin] Unhandled error: TypeError: 'ImageProxy' object is not callable

which looks like a bug in glance and/or its swift backend...

All in all, the altered behavior is in the double upload. I tried to find out why that would break glance+swift but have no idea so far...