*** eandersson has joined #openstack-glance | 01:35 | |
*** eandersson has quit IRC | 01:42 | |
*** eandersson has joined #openstack-glance | 01:42 | |
*** zzzeek has quit IRC | 02:47 | |
*** zzzeek has joined #openstack-glance | 02:50 | |
*** priteau has quit IRC | 02:59 | |
*** nicolasbock has quit IRC | 02:59 | |
*** ianw has quit IRC | 02:59 | |
*** nicolasbock has joined #openstack-glance | 03:00 | |
*** ianw has joined #openstack-glance | 03:00 | |
*** k_mouza has joined #openstack-glance | 03:02 | |
*** k_mouza has quit IRC | 03:07 | |
*** rcernin has quit IRC | 03:36 | |
*** rcernin has joined #openstack-glance | 04:16 | |
*** udesale has joined #openstack-glance | 04:19 | |
*** ratailor has joined #openstack-glance | 04:35 | |
*** whoami-rajat__ has joined #openstack-glance | 04:38 | |
*** gyee has quit IRC | 05:15 | |
*** m75abrams has joined #openstack-glance | 05:30 | |
*** k_mouza has joined #openstack-glance | 06:16 | |
*** k_mouza has quit IRC | 06:20 | |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: Add logic to properly enforce secure RBAC when handling images https://review.opendev.org/c/openstack/glance/+/765210 | 06:35 |
---|---|---|
openstackgerrit | Wander Way proposed openstack/python-glanceclient master: Uncap PrettyTable https://review.opendev.org/c/openstack/python-glanceclient/+/776325 | 06:48 |
*** eandersson has quit IRC | 06:53 | |
*** eandersson has joined #openstack-glance | 06:53 | |
*** eandersson has quit IRC | 06:56 | |
*** eandersson has joined #openstack-glance | 06:56 | |
*** lpetrut has joined #openstack-glance | 07:06 | |
openstackgerrit | Abhishek Kekane proposed openstack/glance master: Update logic to support secure RBAC for image membership https://review.opendev.org/c/openstack/glance/+/775741 | 07:12 |
*** ralonsoh has joined #openstack-glance | 07:21 | |
*** udesale_ has joined #openstack-glance | 07:35 | |
*** udesale has quit IRC | 07:35 | |
openstackgerrit | Rajat Dhasmana proposed openstack/glance master: Fix: cinder store test https://review.opendev.org/c/openstack/glance/+/776369 | 07:46 |
*** rcernin has quit IRC | 07:58 | |
*** rcernin has joined #openstack-glance | 08:02 | |
*** rcernin has quit IRC | 08:07 | |
openstackgerrit | Abhishek Kekane proposed openstack/python-glanceclient master: Get tasks assoiciated with image https://review.opendev.org/c/openstack/python-glanceclient/+/776403 | 08:17 |
openstackgerrit | Rajat Dhasmana proposed openstack/glance master: Skip test test_migrate_image_after_upgrade https://review.opendev.org/c/openstack/glance/+/776406 | 08:46 |
*** rcernin has joined #openstack-glance | 08:49 | |
*** rcernin has quit IRC | 08:53 | |
*** k_mouza has joined #openstack-glance | 09:28 | |
*** priteau has joined #openstack-glance | 11:34 | |
*** m75abrams has quit IRC | 12:51 | |
*** m75abrams has joined #openstack-glance | 13:12 | |
*** ratailor has quit IRC | 13:16 | |
abhishekk | jokke, rosmaita, smcginnis, dansmith glance weekly meeting in 5 minutes #openstack-meeting | 13:54 |
dansmith | whoami-rajat__: I'm confused about your glance_store skip fix | 14:13 |
dansmith | whoami-rajat__: did we release glance_store after the volume type validation merged? or are you proposing we skip the test until we do the release, then un-skip and fix the mock count in our tree? | 14:14 |
whoami-rajat__ | dansmith: we didn't release it, it's failing in the tips periodic job and will fail on glance gate once glance_store is released | 14:16 |
dansmith | whoami-rajat__: gotcha, okay | 14:17 |
whoami-rajat__ | I've a fix inplace which we can only merge when glance_store gets released so until then skip it | 14:17 |
dansmith | whoami-rajat__: I think that mocking something that is not in our tree and asserting the behavior of that is probably not a good plan, for this reason | 14:17 |
dansmith | can we just loosen the mock a little? | 14:17 |
whoami-rajat__ | Initially i didn't have any mock asserts and I added it on review request, i don't have any issues removing it | 14:18 |
whoami-rajat__ | let me know which ones to remove | 14:18 |
dansmith | whoami-rajat__: not saying we should remove them, just.. loosen | 14:18 |
dansmith | whoami-rajat__: I will look after my meetings today and see if I can propose something more flexbile | 14:19 |
whoami-rajat__ | hmm, ack, so just assert_called check? not assert the number of calls | 14:19 |
whoami-rajat__ | ok | 14:20 |
dansmith | yeah, that'd work since all you're doing is asserting that it was called three times, not how it was called | 14:20 |
dansmith | so yeah, just do that maybe? | 14:20 |
dansmith | then we don't have to skip..release..fix..unskip | 14:20 |
whoami-rajat__ | ok, will update the patch | 14:21 |
dansmith | whoami-rajat__: thanks, I think that'll be a lot smoother | 14:24 |
*** rajivmucheli has joined #openstack-glance | 14:28 | |
openstackgerrit | Rajat Dhasmana proposed openstack/glance master: Fix: cinder store test https://review.opendev.org/c/openstack/glance/+/776369 | 14:32 |
whoami-rajat__ | dansmith: ^^ | 14:33 |
dansmith | already clicked :) | 14:33 |
whoami-rajat__ | :) | 14:34 |
dansmith | whoami-rajat__: quick suggestion, but definitely good | 14:36 |
whoami-rajat__ | sure | 14:37 |
openstackgerrit | Rajat Dhasmana proposed openstack/glance master: Fix: cinder store test https://review.opendev.org/c/openstack/glance/+/776369 | 14:42 |
dansmith | haha | 14:42 |
dansmith | you were supposed to put your nick in the () :) | 14:42 |
openstackgerrit | Dan Smith proposed openstack/glance master: Fix: cinder store test https://review.opendev.org/c/openstack/glance/+/776369 | 14:44 |
dansmith | whoami-rajat__: ^ | 14:45 |
abhishekk | jokke, dansmith, rosmaita https://review.opendev.org/c/openstack/glance/+/775968 | 14:45 |
whoami-rajat__ | ah, i thought it was a TODO and we don't put names there anymore so ... :D | 14:45 |
abhishekk | what is your suggestion about it, kindly let me know | 14:45 |
whoami-rajat__ | dansmith: thanks! | 14:45 |
*** whoami-rajat__ is now known as whoami-rajat | 14:48 | |
whoami-rajat | dansmith: thanks for reminding to fix my nick | 14:49 |
dansmith | whoami-rajat: ah, sorry, well, feel free to fix | 14:49 |
dansmith | I still put my nick in my NOTE()s but.. either remove the parens or put your nick :) | 14:49 |
whoami-rajat | i don't mind but this change will probably fail pep8 so will update it | 14:51 |
dansmith | did I break it? | 14:51 |
dansmith | I just edited in the browser, but I thought I was good | 14:52 |
openstackgerrit | Rajat Dhasmana proposed openstack/glance master: Fix: cinder store test https://review.opendev.org/c/openstack/glance/+/776369 | 14:54 |
whoami-rajat | yep it was 86 chars, my nick is too long... | 14:54 |
dansmith | ah, I thought it was giving me a ruler | 14:55 |
dansmith | sorry | 14:55 |
dansmith | I guess I should not edit code in a browser during a meeting at 6am :) | 14:55 |
whoami-rajat | no worries, it always ends up bad for me after editing code in browser | 14:56 |
whoami-rajat | 6am!! | 14:56 |
rajivmucheli | Hi, i enabled swift_store_expire_soon_interval = 1800 for images taking long to complete upload, but it doesnt seem to work as planned, i see a trust a issue (based on docu, this is True by default) but i see the below in the logs : | 14:57 |
rajivmucheli | http://paste.openstack.org/show/802787/ | 14:57 |
rajivmucheli | any suggestions how to fix it ? | 14:58 |
dansmith | whoami-rajat: yeah, gotta get up at 5:30am on wednesdays for meetings :/ | 14:58 |
*** m75abrams has quit IRC | 15:00 | |
*** m75abrams has joined #openstack-glance | 15:01 | |
whoami-rajat | dansmith: that doesn't sound fun, we used to have meetings at late night IST times in cinder(like cinder meeting at 9:30-10:30 PM and 12:30 AM in china/japan), then we conducted a poll for a suitable time for everyone and now it's very comfortable time for me (7:30 PM IST) | 15:02 |
dansmith | whoami-rajat: I get up at 6am normally, so 5:30 isn't too much worse, but yeah, I wish everything could be >= 6am | 15:04 |
dansmith | I expire early, so a late night meeting would be the worst for me :) | 15:04 |
whoami-rajat | ah, it's the opposite for me, then that works | 15:07 |
dansmith | :) | 15:09 |
abhishekk | jokke, still around? | 15:14 |
jokke | yeah | 15:17 |
abhishekk | jokke, could you please reconsider your vote about distributed image import? | 15:18 |
abhishekk | you can still vote -1 for your disagreement | 15:18 |
abhishekk | So that everyone will be aware that you tried to prevent us if something goes wrong | 15:19 |
jokke | abhishekk: I expressed my veto on the meeting that you conveniently disgarded, I'm not changing my vote on the review | 15:19 |
jokke | You can vote +2 there to record your disagreement, but gerrit won't be merging them | 15:20 |
abhishekk | jokke, as a team we should work together is what I think | 15:22 |
jokke | yes we should | 15:23 |
abhishekk | I know your concerns and we agreed to address them | 15:23 |
abhishekk | its not like we are ignoring them straight away | 15:23 |
*** m75abrams has quit IRC | 15:25 | |
*** udesale__ has joined #openstack-glance | 15:35 | |
*** udesale_ has quit IRC | 15:39 | |
*** k_mouza has quit IRC | 15:44 | |
*** k_mouza has joined #openstack-glance | 15:44 | |
*** lpetrut has quit IRC | 16:00 | |
*** rajivmucheli has quit IRC | 16:02 | |
*** udesale__ has quit IRC | 16:06 | |
*** rosmaita has quit IRC | 16:33 | |
* abhishekk signing out for the day | 16:38 | |
dansmith | abhishekk: wait | 16:47 |
dansmith | abhishekk: can you +W this? https://review.opendev.org/c/openstack/glance/+/776369 | 16:47 |
abhishekk | dansmith, looking | 16:47 |
dansmith | don't want to leave whoami-rajat hanging since he answers all my nits :) | 16:47 |
dansmith | oh sorry, I was ten minutes late with my "wait", didn't mean to call you back | 16:48 |
abhishekk | dansmith, no problem | 16:55 |
abhishekk | at least one less patch in bunch of reviews :D | 16:56 |
dansmith | abhishekk: thanks, now we don't have to skip..release..fix...unskip | 16:56 |
dansmith | indeed | 16:56 |
abhishekk | dansmith, yes, better solution | 16:56 |
dansmith | abhishekk: you may go now :P | 16:56 |
abhishekk | :D | 16:57 |
abhishekk | good day o/~ | 16:57 |
dansmith | o/ | 16:58 |
whoami-rajat | thanks dansmith and abhishekk !! | 16:58 |
whoami-rajat | and Dan those nits are great improvements so can't resist myself updating | 16:58 |
dansmith | whoami-rajat: well, glad we can move things forward regardless :) | 17:01 |
openstackgerrit | Dan Smith proposed openstack/glance_store master: Run glance functional job on glance_store https://review.opendev.org/c/openstack/glance_store/+/776502 | 17:15 |
dansmith | whoami-rajat: hopefully this ^ will give us a glance functional run on patches proposed against glance_store | 17:16 |
whoami-rajat | makes sense to do this, thanks Dan | 17:21 |
dansmith | I expect this run to fail until your patch merges | 17:25 |
dansmith | yup. just did | 17:26 |
dansmith | perfect test :) | 17:26 |
whoami-rajat | never been happier seeing tests fail | 17:45 |
whoami-rajat | works as expected | 17:45 |
dansmith | hah | 17:49 |
dansmith | when tests are supposed to fail, it's good :) | 17:49 |
whoami-rajat | :) +1 | 17:51 |
*** k_mouza has quit IRC | 18:04 | |
*** ralonsoh has quit IRC | 18:15 | |
*** xarlos has joined #openstack-glance | 18:46 | |
*** rajinir has quit IRC | 19:15 | |
openstackgerrit | Dan Smith proposed openstack/glance_store master: Run glance functional job on glance_store https://review.opendev.org/c/openstack/glance_store/+/776502 | 19:23 |
*** rajinir has joined #openstack-glance | 19:55 | |
*** gyee has joined #openstack-glance | 20:18 | |
*** k_mouza has joined #openstack-glance | 20:29 | |
*** k_mouza has quit IRC | 20:34 | |
*** rajinir has quit IRC | 21:05 | |
*** mgagne has quit IRC | 21:08 | |
*** whoami-rajat has quit IRC | 21:21 | |
*** rajinir has joined #openstack-glance | 21:22 | |
*** rcernin has joined #openstack-glance | 23:03 | |
*** rcernin has quit IRC | 23:11 | |
*** rcernin has joined #openstack-glance | 23:12 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!