*** gyee has quit IRC | 00:24 | |
*** Sravan has joined #openstack-glance | 00:48 | |
*** Sravan has quit IRC | 00:52 | |
*** _alastor_ has quit IRC | 00:57 | |
*** baojg has joined #openstack-glance | 01:36 | |
*** nicolasbock has quit IRC | 02:15 | |
*** itlinux has joined #openstack-glance | 03:20 | |
*** itlinux has quit IRC | 03:22 | |
*** udesale has joined #openstack-glance | 03:55 | |
*** ratailor has joined #openstack-glance | 05:04 | |
*** dims has quit IRC | 05:32 | |
*** dims has joined #openstack-glance | 05:33 | |
*** udesale has quit IRC | 06:05 | |
*** udesale has joined #openstack-glance | 06:05 | |
*** dims has quit IRC | 06:16 | |
*** dims has joined #openstack-glance | 06:42 | |
*** dims has quit IRC | 06:49 | |
*** dims has joined #openstack-glance | 06:54 | |
*** rcernin has quit IRC | 07:01 | |
*** udesale has quit IRC | 07:03 | |
*** udesale has joined #openstack-glance | 07:03 | |
*** brinzhang has joined #openstack-glance | 07:21 | |
*** Sravan has joined #openstack-glance | 07:35 | |
*** Sravan has quit IRC | 07:39 | |
*** Luzi has joined #openstack-glance | 07:47 | |
*** abhishekk has joined #openstack-glance | 08:32 | |
*** lpetrut has joined #openstack-glance | 08:38 | |
*** tkajinam has quit IRC | 08:46 | |
*** nicolasbock has joined #openstack-glance | 10:37 | |
*** priteau has joined #openstack-glance | 10:45 | |
*** priteau has quit IRC | 11:03 | |
*** priteau has joined #openstack-glance | 11:04 | |
*** udesale has quit IRC | 11:14 | |
*** abhishekk has quit IRC | 11:24 | |
*** baojg has quit IRC | 11:40 | |
*** _alastor_ has joined #openstack-glance | 12:07 | |
*** priteau has quit IRC | 12:07 | |
*** _alastor_ has quit IRC | 12:12 | |
*** ratailor has quit IRC | 12:20 | |
*** rosmaita has quit IRC | 12:34 | |
*** rosmaita has joined #openstack-glance | 12:35 | |
*** davee__ has joined #openstack-glance | 13:10 | |
*** davee_ has quit IRC | 13:11 | |
*** efried_pto is now known as efried | 13:12 | |
*** _alastor_ has joined #openstack-glance | 13:17 | |
*** brinzhang has quit IRC | 13:23 | |
*** baojg has joined #openstack-glance | 13:34 | |
*** baojg has quit IRC | 13:45 | |
*** Luzi has quit IRC | 13:57 | |
*** lpetrut has quit IRC | 13:59 | |
*** _alastor_ has quit IRC | 14:19 | |
*** lpetrut has joined #openstack-glance | 14:24 | |
*** lpetrut has quit IRC | 14:37 | |
*** tesseract has joined #openstack-glance | 14:38 | |
*** lpetrut has joined #openstack-glance | 14:39 | |
*** itlinux has joined #openstack-glance | 15:09 | |
*** tesseract has quit IRC | 15:09 | |
*** imacdonn has quit IRC | 15:11 | |
*** imacdonn has joined #openstack-glance | 15:12 | |
*** altlogbot_1 has quit IRC | 15:21 | |
*** altlogbot_0 has joined #openstack-glance | 15:21 | |
*** irclogbot_2 has quit IRC | 15:22 | |
*** irclogbot_1 has joined #openstack-glance | 15:23 | |
*** altlogbot_0 has quit IRC | 15:27 | |
*** _alastor_ has joined #openstack-glance | 15:27 | |
*** altlogbot_1 has joined #openstack-glance | 15:27 | |
*** irclogbot_1 has quit IRC | 15:28 | |
*** irclogbot_0 has joined #openstack-glance | 15:29 | |
_alastor_ | jokke_, rosmaita: I've run into an issue with implementing a fast-clone copy_volume_to_image. Glance needs the checksum for when the image is downloaded, but the only way for me to calculate the checksum is to attach the device and read all the data on it. This kinda defeats the purpose of a fast-clone into glance | 15:32 |
---|---|---|
_alastor_ | Is there a way to bypass the checksum requirement for images that are volume-backed? | 15:32 |
rosmaita | _alastor_: don't know if this is what you're looking for, but the glanceclient.v2.images.data method takes a 'do_checksum' argument (defaults to True) | 15:37 |
*** gyee has joined #openstack-glance | 15:40 | |
_alastor_ | rosmaita: It looks like neither openstackclient or glanceclient expose that attribute via the CLI | 15:40 |
_alastor_ | But that would work I think | 15:40 |
*** itlinux has quit IRC | 15:42 | |
*** lpetrut has quit IRC | 16:11 | |
rosmaita | _alastor_: yeah, i think the only option exposed in CLI is --allow-md5-fallback on image-download | 16:43 |
_alastor_ | rosmaita: I'm working on a python-glanceclient patch to add the missing option, but tox tests don't seem to be picking up the changes. Is there some additional step needed? | 17:27 |
_alastor_ | rosmaita: I keep getting ` AttributeError: 'Args' object has no attribute 'disable_checksum_validation'` | 17:29 |
_alastor_ | I essentially just copied the `--allow-md5-fallback` decorator for the `do_image_download` function | 17:30 |
rosmaita | _alastor_: give me a minute to look, it's been a while since i looked at that code | 17:35 |
rosmaita | _alastor_: there's this _make_args() thing in test_shell_v2.py, did you add disable_checksum_validation to that? find the change to test_shell_v2.py on this patch, and you'll see what i mean: https://github.com/openstack/python-glanceclient/commit/8fd7e8c664e82d805dc4a12534b3d7e3fcaac606#diff-ef0390ee9922a3c0d90dad61648ed61c | 17:54 |
_alastor_ | rosmaita: That was it :) | 17:56 |
rosmaita | cool | 17:57 |
*** Sravan has joined #openstack-glance | 18:00 | |
*** lpetrut has joined #openstack-glance | 19:08 | |
*** lpetrut has quit IRC | 19:12 | |
*** Sravan has quit IRC | 19:49 | |
*** itlinux has joined #openstack-glance | 20:13 | |
*** itlinux has quit IRC | 20:13 | |
*** obre has quit IRC | 20:14 | |
*** redrobot has quit IRC | 20:15 | |
*** evrardjp has quit IRC | 20:15 | |
*** dansmith has quit IRC | 20:15 | |
*** evrardjp has joined #openstack-glance | 20:16 | |
*** obre has joined #openstack-glance | 20:16 | |
*** dansmith has joined #openstack-glance | 20:20 | |
*** Guest69998 has joined #openstack-glance | 20:22 | |
*** Guest69998 is now known as redrobot | 20:23 | |
*** Sravan has joined #openstack-glance | 20:23 | |
*** Sravan has quit IRC | 20:28 | |
*** itlinux has joined #openstack-glance | 20:43 | |
*** itlinux has quit IRC | 20:45 | |
*** Sravan has joined #openstack-glance | 21:02 | |
*** Sravan has quit IRC | 21:07 | |
*** Sravan has joined #openstack-glance | 21:18 | |
*** nicolasbock has quit IRC | 21:20 | |
*** Sravan has quit IRC | 21:58 | |
*** Sravan has joined #openstack-glance | 22:02 | |
*** Sravan has quit IRC | 22:03 | |
*** Sravan has joined #openstack-glance | 22:05 | |
*** Sravan has quit IRC | 22:17 | |
*** Sravan has joined #openstack-glance | 22:20 | |
*** rcernin has joined #openstack-glance | 22:31 | |
*** tkajinam has joined #openstack-glance | 23:03 | |
*** Sravan has quit IRC | 23:04 | |
*** Sravan has joined #openstack-glance | 23:07 | |
*** Sravan has quit IRC | 23:11 | |
*** timburke has quit IRC | 23:40 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!