openstackgerrit | Rick Harris proposed a change to openstack/python-novaclient: Adding UUID cache for bash autocompletion. https://review.openstack.org/1806 | 00:14 |
---|---|---|
*** rods has quit IRC | 00:49 | |
*** jog0 has joined #openstack-dev | 01:11 | |
*** pixelbeat has quit IRC | 01:21 | |
*** novas0x2a|laptop has joined #openstack-dev | 01:31 | |
openstackgerrit | James E. Blair proposed a change to openstack-ci/git-review: Check git config for default username. https://review.openstack.org/1807 | 02:00 |
*** sdake has quit IRC | 03:10 | |
*** chomping has quit IRC | 03:28 | |
*** chomping has joined #openstack-dev | 03:48 | |
*** mjfork has quit IRC | 03:49 | |
*** chomping has quit IRC | 04:32 | |
*** chomping has joined #openstack-dev | 04:32 | |
*** chomping has quit IRC | 05:24 | |
*** chomping has joined #openstack-dev | 05:26 | |
openstackgerrit | Ewan Mellor proposed a change to openstack/horizon: Fix three instances of the same typo. https://review.openstack.org/1808 | 05:26 |
*** chomping has quit IRC | 05:30 | |
*** sdake has joined #openstack-dev | 07:53 | |
*** sdake has quit IRC | 08:14 | |
*** scottjg has quit IRC | 09:43 | |
*** rods has joined #openstack-dev | 11:19 | |
openstackgerrit | Monty Taylor proposed a change to openstack-ci/git-review: Version bump post release. https://review.openstack.org/1809 | 12:50 |
*** mjfork has joined #openstack-dev | 13:00 | |
*** cburgess has quit IRC | 13:36 | |
*** jeblair has quit IRC | 13:36 | |
*** pringles_ has quit IRC | 13:36 | |
*** cmagina has quit IRC | 13:36 | |
*** errr has quit IRC | 13:36 | |
*** ironcamel has quit IRC | 13:36 | |
*** openstack has joined #openstack-dev | 13:36 | |
*** jeblair has joined #openstack-dev | 13:36 | |
*** cmagina has joined #openstack-dev | 13:36 | |
*** TREllis has joined #openstack-dev | 13:36 | |
*** cburgess has joined #openstack-dev | 13:36 | |
*** larissa has joined #openstack-dev | 13:36 | |
*** notmyname has joined #openstack-dev | 13:37 | |
*** ChanServ sets mode: +v notmyname | 13:37 | |
*** openstackgerrit has joined #openstack-dev | 13:37 | |
*** pringles_ has joined #openstack-dev | 13:41 | |
*** zul has quit IRC | 13:43 | |
*** zul has joined #openstack-dev | 13:44 | |
*** notmyname has quit IRC | 13:45 | |
*** notmyname has joined #openstack-dev | 13:46 | |
*** ChanServ sets mode: +v notmyname | 13:46 | |
*** mnour has joined #openstack-dev | 14:20 | |
*** chomping has joined #openstack-dev | 14:25 | |
*** zns has joined #openstack-dev | 14:27 | |
*** sdake has joined #openstack-dev | 15:03 | |
*** pixelbeat has joined #openstack-dev | 15:22 | |
*** pixelbeat has quit IRC | 15:42 | |
openstackgerrit | Ziad Sawalha proposed a change to openstack/keystone: Restored developer default log dir https://review.openstack.org/1810 | 16:00 |
*** GheRivero_ has joined #openstack-dev | 16:03 | |
*** pixelbeat has joined #openstack-dev | 16:25 | |
*** rkukura has quit IRC | 16:41 | |
*** rkukura has joined #openstack-dev | 16:50 | |
*** rkukura has left #openstack-dev | 16:58 | |
*** sdake has quit IRC | 17:07 | |
*** n0ano has quit IRC | 17:08 | |
*** sannes1 has joined #openstack-dev | 17:09 | |
*** mnour has quit IRC | 17:13 | |
*** sdake has joined #openstack-dev | 17:14 | |
Kiall | Does anyone know if the Ubuntu qcow2 images (.img rather than .tgz) are compressed + sparse or just sparse? | 17:16 |
*** sdake has quit IRC | 17:22 | |
*** rkukura has joined #openstack-dev | 17:32 | |
*** sdake has joined #openstack-dev | 17:41 | |
*** sdake has quit IRC | 17:46 | |
openstackgerrit | anotherjesse proposed a change to openstack-dev/devstack: revive working with subset of services https://review.openstack.org/1811 | 17:55 |
*** zns1 has joined #openstack-dev | 18:01 | |
*** sdake has joined #openstack-dev | 18:02 | |
*** zns has quit IRC | 18:03 | |
rmk | Kiall: Hmm don't understand the question. | 18:04 |
*** sannes1 has quit IRC | 18:05 | |
rmk | Kiall: Actually been doing a lot of looking at the various image formats the past few days. | 18:05 |
Kiall | Well, the .img file from cloud-images.ubuntu.com, its a qcow2 sparse image. I'm wondering if its compressed in addition to being sparse... | 18:06 |
rmk | I don't think compressed + sparse go together. | 18:07 |
Kiall | Yea, they do :) | 18:07 |
rmk | Really? hmm | 18:07 |
rmk | Well either way qemu-img can tell you. | 18:07 |
rmk | qemu-img info | 18:07 |
Kiall | ah, nice.. I have piles to learn about these tools ;) I'm used to VMWare ESX ;) | 18:08 |
rmk | That particular tool is super useful. | 18:09 |
Kiall | So .. my sparse centos-6.0.img = 951MB ... | 18:09 |
Kiall | after compressing, its 315MB | 18:09 |
rmk | It'll actually be decompressed and stored as a raw once nova pulls it from glance. | 18:09 |
Kiall | Sure, thats probably for the best! | 18:10 |
Kiall | qemu-info doesn't seem to tell you if its been compressed or not | 18:10 |
rmk | I was experimenting with storing and transferring various image types last week. One of the main discoveries (if you want to call it that) is that there's no validation whatsoever of raw images. | 18:10 |
*** sdake has quit IRC | 18:11 | |
rmk | So if you store an image as raw in Glance, Nova pulls it down and does no validation at all of the file. So even a partial image transfer ends up being "started". | 18:11 |
Kiall | well, I can imagine doing a md5 on a 40G image being painful ;) | 18:11 |
rmk | Yes agreed but at least a size check would be good. | 18:11 |
Kiall | Since its raw, there is nothing inside that is testable... | 18:11 |
Kiall | oh, it doesnt even check it has the right number of bytes? | 18:12 |
rmk | Nope | 18:12 |
Kiall | Heh | 18:12 |
Kiall | bug | 18:12 |
rmk | That's my point. | 18:12 |
rmk | Yeah I think so too. | 18:12 |
*** sdake has joined #openstack-dev | 18:12 | |
rmk | I was actually shutting down glance-api in the middle of the transfer and nova would still start the image. | 18:12 |
rmk | I'll file a bug today. | 18:12 |
rmk | I may just patch this myself for now. | 18:13 |
rmk | And yeah it's only caught with non-raw formats because the conversion to raw invokes qemu-img, which fails unless the image is complete. | 18:13 |
rmk | So it's caught as a side effect. | 18:13 |
Kiall | If you know how to fix it, then go read the gerrit docs and submit the fix :) | 18:13 |
rmk | Kiall: Glance stores the size of the image, so I have to think the client object provides a way for retrieving that info. | 18:14 |
Kiall | Yea, what I meant was, if you know how to get that info on the nova side, then submit the fix | 18:15 |
*** sdake has quit IRC | 18:17 | |
rmk | Kiall: http://libguestfs.org/ | 18:23 |
*** pixelbeat has quit IRC | 18:31 | |
zykes- | grrr, why can't anotherjesse or danwent be on | 19:51 |
openstackgerrit | Ziad Sawalha proposed a change to openstack/openstack-manuals: Updated Identity Documentation https://review.openstack.org/1812 | 19:52 |
*** zns1 has quit IRC | 20:39 | |
*** scottjg has joined #openstack-dev | 20:43 | |
*** asalkeld has left #openstack-dev | 21:39 | |
*** sdake has joined #openstack-dev | 21:43 | |
openstackgerrit | Lorin Hochstein proposed a change to openstack/openstack-manuals: Added info on how to build docs to the README. https://review.openstack.org/1813 | 22:05 |
openstackgerrit | Lorin Hochstein proposed a change to openstack/openstack-manuals: Added info on how to build docs to the README. https://review.openstack.org/1813 | 22:09 |
*** sdake has quit IRC | 22:30 | |
*** sdake has joined #openstack-dev | 22:31 | |
*** GheRivero_ has quit IRC | 22:34 | |
*** jog0 has quit IRC | 23:17 | |
*** sdake has quit IRC | 23:28 | |
openstackgerrit | Tres Henry proposed a change to openstack/horizon: Various fixes for swift UI. https://review.openstack.org/1814 | 23:31 |
*** jeffjapan has joined #openstack-dev | 23:37 | |
openstackgerrit | Lorin Hochstein proposed a change to openstack/nova: Converted README to RST format. https://review.openstack.org/1815 | 23:57 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!