*** Sravan has joined #openstack-glance | 00:04 | |
*** Sravan has quit IRC | 00:17 | |
*** Sravan has joined #openstack-glance | 00:24 | |
*** Sravan has quit IRC | 00:27 | |
*** Sravan has joined #openstack-glance | 00:37 | |
*** gyee has quit IRC | 00:39 | |
*** Sravan has quit IRC | 00:41 | |
*** Sravan has joined #openstack-glance | 01:48 | |
*** Sravan has quit IRC | 01:52 | |
*** hoonetorg has quit IRC | 02:59 | |
*** hoonetorg has joined #openstack-glance | 03:12 | |
*** MattMan_ has quit IRC | 03:24 | |
*** MattMan_ has joined #openstack-glance | 03:25 | |
*** Sravan has joined #openstack-glance | 03:50 | |
*** udesale has joined #openstack-glance | 04:22 | |
*** Sravan has quit IRC | 04:53 | |
*** lpetrut has joined #openstack-glance | 04:55 | |
*** Sravan has joined #openstack-glance | 04:55 | |
*** Sravan has quit IRC | 05:06 | |
*** Sravan has joined #openstack-glance | 05:07 | |
*** lpetrut has quit IRC | 05:19 | |
*** Sravan has quit IRC | 05:37 | |
*** abhishekk has joined #openstack-glance | 05:42 | |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: Data remains in staging area if 'file' store is not enabled https://review.openstack.org/618468 | 05:43 |
---|---|---|
*** Luzi has joined #openstack-glance | 06:46 | |
*** mosulica has joined #openstack-glance | 06:47 | |
*** lpetrut has joined #openstack-glance | 07:07 | |
*** markvoelker has quit IRC | 07:19 | |
*** lpetrut has quit IRC | 07:35 | |
*** lpetrut has joined #openstack-glance | 07:42 | |
*** pcaruana has joined #openstack-glance | 08:07 | |
*** awalende has joined #openstack-glance | 08:08 | |
*** pcaruana has quit IRC | 08:11 | |
*** tkajinam__ has quit IRC | 08:13 | |
*** pcaruana has joined #openstack-glance | 08:23 | |
*** hoonetorg has quit IRC | 08:32 | |
*** hoonetorg has joined #openstack-glance | 08:45 | |
openstackgerrit | Merged openstack/glance master: Update requirement platform checks https://review.openstack.org/643031 | 09:05 |
*** pcaruana has quit IRC | 09:48 | |
*** abhishekk has quit IRC | 10:24 | |
*** udesale has quit IRC | 10:56 | |
*** udesale has joined #openstack-glance | 10:56 | |
openstackgerrit | Merged openstack/glance master: glance Windows support https://review.openstack.org/630705 | 11:06 |
*** udesale has quit IRC | 11:15 | |
*** udesale has joined #openstack-glance | 11:15 | |
*** udesale has quit IRC | 11:27 | |
*** udesale has joined #openstack-glance | 11:28 | |
lpetrut | abhishekk: Hi, thanks a lot for the help on the Windows patches. Any chance you could approve this one as well? https://review.openstack.org/#/c/630706/ it already had +w but required rebasing at some point. | 11:32 |
*** pcaruana has joined #openstack-glance | 11:32 | |
*** Sravan has joined #openstack-glance | 11:40 | |
*** Sravan has quit IRC | 11:45 | |
jokke_ | lpetrut: we'll have a chat about the last couple during the meeting. I approved the tests only patch today | 12:40 |
lpetrut | jokke_ that's great, thanks. the tests patch depends on it | 12:40 |
lpetrut | btw, I had some issues with tests that compare timestamps (e.g. checking that updated_at > created_at). I'm running the tests in VMs, so I'm not sure if the clock is not accurate enough, but some times subsequent timestamps are identical. | 13:29 |
lpetrut | did you have such issues? | 13:29 |
*** abhishekk has joined #openstack-glance | 13:36 | |
openstackgerrit | Lucian Petrut proposed openstack/glance master: WIP: fix flaky unit tests relying on timestamps https://review.openstack.org/643336 | 13:50 |
*** rcernin has quit IRC | 14:17 | |
*** lpetrut has quit IRC | 14:38 | |
*** lpetrut has joined #openstack-glance | 14:39 | |
*** awalende has quit IRC | 14:59 | |
*** awalende has joined #openstack-glance | 14:59 | |
jokke_ | abhishekk, rosmaita & all: my candidacy announcement was almost %touch <candidacy file>; git add -A; git commit -m ""; git review .... not exactly that bad but it's pretty thin :D | 15:02 |
rosmaita | :D | 15:02 |
abhishekk | :D | 15:03 |
rosmaita | a PTL-candidacy one liner, very nice | 15:03 |
jokke_ | Yeah we need to work towards that | 15:03 |
jokke_ | put the script into utils | 15:03 |
jokke_ | so it would pull your name and e-mail from git config | 15:04 |
jokke_ | and generate the candidacy patch :D | 15:04 |
*** awalende has quit IRC | 15:04 | |
rosmaita | NEXT_CANDIDATE="abhiskekk" | 15:04 |
jokke_ | and then cron job for it | 15:04 |
*** awalende has joined #openstack-glance | 15:04 | |
jokke_ | abhishekk: when it's your turn, you can speak with infra if they could run that as periodical job every half year :D | 15:06 |
abhishekk | lol | 15:07 |
abhishekk | rosmaita, jokke_ need to learn a lot from you guys to be able to do this :D | 15:08 |
rosmaita | jokke_: abhishekk: am i right that this will fail if a file store is not defined? https://github.com/openstack/glance/blob/master/glance/api/v2/image_data.py#L68-L83 | 15:08 |
rosmaita | if so, i think we need to include the fix in abhishekk's patch | 15:08 |
*** awalende has quit IRC | 15:09 | |
abhishekk | rosmaita, you are right, I will modify this code as well | 15:09 |
jokke_ | rosmaita: yup loc = glance_store.location.get_location_from_uri( will fail | 15:09 |
abhishekk | just writing the note for jokke_ and once done, I will upload the patch with these changes | 15:10 |
rosmaita | ok, cool, i will check your patch later | 15:10 |
rosmaita | or tomorrow, it is probably past your end of day there | 15:11 |
*** lpetrut has quit IRC | 15:12 | |
abhishekk | couple of hours, I will upload the new patch | 15:13 |
abhishekk | jokke_, just send you the mail, kindly modify if required | 15:16 |
openstackgerrit | Merged openstack/glance master: Windows multiprocess wsgi https://review.openstack.org/630706 | 15:25 |
openstackgerrit | Merged openstack/glance master: Allow glance tests to run on Windows https://review.openstack.org/634007 | 15:30 |
*** Luzi has quit IRC | 16:03 | |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: Data remains in staging area if 'file' store is not enabled https://review.openstack.org/618468 | 16:06 |
*** jmlowe has quit IRC | 16:07 | |
*** mosulica has quit IRC | 16:18 | |
*** mosulica has joined #openstack-glance | 16:18 | |
*** mosulica has quit IRC | 16:29 | |
*** abhishekk has quit IRC | 16:54 | |
*** udesale has quit IRC | 17:06 | |
*** gyee has joined #openstack-glance | 17:07 | |
*** Sravan has joined #openstack-glance | 17:19 | |
*** Sravan has quit IRC | 17:20 | |
*** Sravan has joined #openstack-glance | 17:20 | |
*** Sravan has quit IRC | 17:22 | |
*** Sravan has joined #openstack-glance | 17:26 | |
*** priteau has joined #openstack-glance | 17:45 | |
*** priteau has quit IRC | 18:56 | |
*** awalende has joined #openstack-glance | 19:00 | |
*** awalende has quit IRC | 19:04 | |
*** mvkr has quit IRC | 19:10 | |
*** priteau has joined #openstack-glance | 19:16 | |
*** priteau has quit IRC | 19:21 | |
*** Sravan has quit IRC | 19:47 | |
*** Sravan has joined #openstack-glance | 20:17 | |
*** Sravan has quit IRC | 20:22 | |
*** priteau has joined #openstack-glance | 20:25 | |
*** priteau has quit IRC | 20:43 | |
*** Sravan has joined #openstack-glance | 21:10 | |
*** Sravan has quit IRC | 21:15 | |
*** itlinux has joined #openstack-glance | 21:17 | |
*** Sravan has joined #openstack-glance | 21:18 | |
*** pcaruana has quit IRC | 22:21 | |
*** Sravan has quit IRC | 22:29 | |
*** rcernin has joined #openstack-glance | 23:00 | |
*** tkajinam has joined #openstack-glance | 23:02 | |
*** Sravan has joined #openstack-glance | 23:11 | |
*** Sravan has quit IRC | 23:14 | |
*** Sravan has joined #openstack-glance | 23:15 | |
*** mvkr has joined #openstack-glance | 23:18 | |
*** Sravan has quit IRC | 23:25 | |
*** Sravan has joined #openstack-glance | 23:31 | |
*** gyee has quit IRC | 23:34 | |
*** Sravan has quit IRC | 23:42 | |
*** Sravan has joined #openstack-glance | 23:43 | |
*** Sravan has quit IRC | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!