Thursday, 2021-02-04

*** rchurch has quit IRC00:23
*** rchurch has joined #openstack-glance00:26
*** k_mouza has joined #openstack-glance01:30
*** k_mouza has quit IRC01:35
*** baojg has joined #openstack-glance01:51
*** rcernin has joined #openstack-glance02:39
*** udesale has joined #openstack-glance03:55
openstackgerritLance Bragstad proposed openstack/glance master: WIP: add logic to properly enforce secure RBAC when handling images  https://review.opendev.org/c/openstack/glance/+/76521005:00
*** ratailor has joined #openstack-glance05:16
*** whoami-rajat__ has joined #openstack-glance05:23
*** k_mouza has joined #openstack-glance05:54
*** k_mouza has quit IRC05:58
*** m75abrams has joined #openstack-glance06:47
*** zzzeek has quit IRC07:07
*** zzzeek has joined #openstack-glance07:08
*** lpetrut has joined #openstack-glance07:11
*** nikparasyr has joined #openstack-glance07:15
*** ralonsoh has joined #openstack-glance07:36
*** rcernin has quit IRC09:07
*** rcernin has joined #openstack-glance09:17
*** rcernin has quit IRC09:25
*** rcernin has joined #openstack-glance09:43
*** udesale_ has joined #openstack-glance10:32
openstackgerritAbhishek Kekane proposed openstack/glance master: [PoC] New API to get task information from image  https://review.opendev.org/c/openstack/glance/+/76373910:34
*** udesale has quit IRC10:35
*** baojg has quit IRC10:35
*** baojg has joined #openstack-glance10:35
*** baojg has quit IRC10:45
*** rcernin has quit IRC10:48
*** rcernin has joined #openstack-glance10:53
*** rcernin has quit IRC10:57
*** k_mouza has joined #openstack-glance11:18
*** rcernin has joined #openstack-glance11:49
openstackgerritRajat Dhasmana proposed openstack/glance master: Add functional tests for cinder multiple store  https://review.opendev.org/c/openstack/glance/+/75014411:51
whoami-rajat__hi dansmith  abhishekk  jokke  , can I have reviews on ^^ as it's been sitting for very long and gets in merge conflict from time to time11:53
*** k_mouza has quit IRC12:31
*** k_mouza has joined #openstack-glance12:38
*** ratailor has quit IRC12:42
openstackgerritAbhishek Kekane proposed openstack/glance-specs master: New Image API /v2/images/{id}/tasks for task information  https://review.opendev.org/c/openstack/glance-specs/+/76374013:41
*** rcernin has quit IRC13:43
dansmithwhoami-rajat__: yeah I will try to take a look at that today, sorry about that13:49
abhishekkjokke, rosmaita, dansmith, smcginnis, glance weekly meeting in 5 minutes at #openstack-meeting13:55
*** m75abrams has quit IRC14:01
*** Underknowledge has quit IRC14:17
*** Underknowledge1 has joined #openstack-glance14:17
*** Underknowledge1 is now known as Underknowledge14:18
abhishekkdansmith, are you recommending not to have index (regarding tasks patch)14:41
dansmithabhishekk: no14:42
dansmithabhishekk: I'm just calling out that it's going to do that in the middle of an upgrade, and wanted to make sure we assume there is not a huge amount of data to be indexed there14:42
dansmithrosmaita mentioned something about tasks might not be getting purged for everyone unless they hit the tasks api,14:42
dansmithso if someone has 5 years of tasks in that table, it could be really problematic to block their upgrade at 100% IO for several hours just to add that index14:43
abhishekkhmm14:43
rosmaitayeah, it's a lazy delete based on the owner doing a task-list call14:43
dansmiththese are the kinds of things that seem trivial to us in a devstack, but make operators hate us during upgrades, so it's important to make sure we're being cognizant of the potential harm14:43
rosmaitabut i thihk it's a hard-delete?14:43
abhishekkI think so14:44
rosmaitaso we could probably do the delete first and then add the index as par tof the db migration14:44
dansmithwe create tasks for imports now, but if nobody is hitting the task api to check on those, they're all just sitting there probably?14:44
dansmithrosmaita: ack, that's one option that would be a lot lighter14:45
rosmaitayeah, and there may be a lot of old 'pending' tasks14:45
rosmaitashould probably clean those out too, though they won't have expires_at set14:45
dansmithyeah, I mean, you don't want to make a lot of work to scan and delete and then index, but.. we just don't want to add that and not be mindful of the impact I think14:45
rosmaitabut we could look at creation date and kill any over a week old or something14:45
dansmithif you do that, do it in sql for sure and don't load everything into python to look at one field :)14:46
rosmaitai agree14:46
* abhishekk going offline, please add your suggestions on the specs/patch14:46
*** lpetrut has quit IRC15:23
*** udesale_ has quit IRC15:41
whoami-rajat__dansmith: np, thanks15:45
*** rosmaita has quit IRC15:53
*** rosmaita has joined #openstack-glance15:58
openstackgerritDan Smith proposed openstack/glance-specs master: Distributed Image Import spec  https://review.opendev.org/c/openstack/glance-specs/+/77409716:02
openstackgerritDan Smith proposed openstack/glance master: Add get_ksa_client() helper  https://review.opendev.org/c/openstack/glance/+/77068216:11
openstackgerritDan Smith proposed openstack/glance master: Distributed image import  https://review.opendev.org/c/openstack/glance/+/76997616:11
openstackgerritDan Smith proposed openstack/glance master: Enable second glance worker for import testing  https://review.opendev.org/c/openstack/glance/+/77062916:11
*** hoonetorg has joined #openstack-glance16:20
*** nikparasyr has left #openstack-glance17:15
*** openstack has joined #openstack-glance17:22
*** ChanServ sets mode: +o openstack17:22
*** zzzeek has quit IRC17:42
*** zzzeek has joined #openstack-glance17:44
*** k_mouza has quit IRC18:17
*** ralonsoh has quit IRC18:18
jokkelbragstad: you around?18:19
lbragstadi am18:22
jokkeabout the client patch18:23
jokkeI'm just pushing review to that. Quick question, what do we expect as value for that --os-system-scope?18:24
*** hoonetorg has quit IRC18:24
lbragstadit's a string and right now the only sensible value is 'all'18:25
jokkekk18:26
jokkethat was more of a curiosity thing. Flagged the actual issue in th review. Not a big change needed, couple of lines18:26
openstackgerritDan Smith proposed openstack/glance-specs master: Distributed Image Import spec  https://review.opendev.org/c/openstack/glance-specs/+/77409718:35
dansmithgmann: can you help me remember what we had to do in nova to get rid of this crazy verbose logging of the policy deprecation stuff? https://zuul.opendev.org/t/openstack/build/71f0813ac0dc4a559974298a457d41e1/log/job-output.txt#101719:36
gmanndansmith: there are two flag we can set False for those warnings to skip19:38
gmannhttps://github.com/openstack/nova/blob/master/nova/policy.py#L89-L9119:39
dansmithgmann: ack19:39
dansmiththanks, I'll see if I can do that in glance19:40
*** rcernin has joined #openstack-glance19:40
*** rcernin has quit IRC19:45
*** hoonetorg has joined #openstack-glance20:01
*** stand has quit IRC20:12
*** hoonetorg has quit IRC20:13
*** rcernin has joined #openstack-glance20:17
*** k_mouza has joined #openstack-glance20:17
*** k_mouza has quit IRC20:21
*** k_mouza has joined #openstack-glance20:21
*** k_mouza has quit IRC20:26
*** hoonetorg has joined #openstack-glance20:30
*** rcernin has quit IRC20:31
*** rcernin has joined #openstack-glance21:00
*** whoami-rajat__ has quit IRC21:10
*** rcernin has quit IRC21:39
*** rcernin has joined #openstack-glance21:56
*** lbragstad_ has joined #openstack-glance22:22
*** lbragstad has quit IRC22:24
*** rcernin has quit IRC22:26
*** rcernin has joined #openstack-glance22:26
*** tkajinam has quit IRC22:59
*** tkajinam has joined #openstack-glance22:59
*** lbragstad_ is now known as lbragstad23:03
*** lbragstad has quit IRC23:21
*** lbragstad has joined #openstack-glance23:23
openstackgerritDan Smith proposed openstack/glance master: DNM: Test volume quota increase  https://review.opendev.org/c/openstack/glance/+/77417423:27

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!