Glance images are immutable. In order to update it, you should do as you are doing, but then rename the old image, then upload the updated one. Take note of the UUID as well. <span></span><br><br>On Friday, September 26, 2014, Christian Berendt <<a href="mailto:berendt@b1-systems.de">berendt@b1-systems.de</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm trying to update the contents of an image, but it looks like it is<br>
not working at all.<br>
<br>
First I upload a test image:<br>
<br>
---snip---<br>
# dd if=/dev/urandom of=testing.img bs=1M count=10<br>
# glance image-create --disk-format raw --container-format bare --name<br>
TESTING --file testing.img<br>
---snap---<br>
<br>
Now I want to overwrite the contents of this image:<br>
<br>
---snip---<br>
# dd if=/dev/urandom of=testing.img bs=1M count=20<br>
# glance image-update --file testing.img TESTING<br>
---snap---<br>
<br>
After this call the size of the image is still the same like before<br>
(10485760 bytes).<br>
<br>
I do not have issues in the logfiles of glance-api and glance-registry.<br>
<br>
What am I doing wrong?<br>
<br>
Is it not possible to update the contents of an image?<br>
<br>
Christian.<br>
<br>
--<br>
Christian Berendt<br>
Cloud Solution Architect<br>
Mail: <a href="javascript:;" onclick="_e(event, 'cvml', 'berendt@b1-systems.de')">berendt@b1-systems.de</a><br>
<br>
B1 Systems GmbH<br>
Osterfeldstraße 7 / 85088 Vohburg / <a href="http://www.b1-systems.de" target="_blank">http://www.b1-systems.de</a><br>
GF: Ralph Dehner / Unternehmenssitz: Vohburg / AG: Ingolstadt,HRB 3537<br>
<br>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'OpenStack-operators@lists.openstack.org')">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</blockquote>