18:00:10 #startmeeting nova-bugs-team 18:00:11 Meeting started Tue Aug 9 18:00:10 2016 UTC and is due to finish in 60 minutes. The chair is markus_z. Information about MeetBot at http://wiki.debian.org/MeetBot. 18:00:12 Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. 18:00:15 The meeting name has been set to 'nova_bugs_team' 18:01:27 * markus_z waits a little 18:02:03 let's start 18:02:06 #topic info round 18:02:14 #info overall 657 open bug reports 18:02:19 #info 37 untriaged bug reports 18:02:44 #info a lot of stale in progress bug reports http://45.55.105.55:8082/bugs-dashboard.html#tabInProgressStale 18:03:08 #action markus_z cleanup some of the stale in progress reports: http://45.55.105.55:8082/bugs-dashboard.html#tabInProgressStale 18:03:40 o/ 18:03:46 #info ~3 weeks left until N-3 milestone 18:03:51 hey auggy 18:04:10 #topic last action items 18:04:16 hey markus_z! i've been here but forgot to raise my hand haha 18:04:35 no worries :) 18:05:14 #info https://bugs.launchpad.net/nova/+bug/1605742 could be resolved 18:05:14 Launchpad bug 1605742 in openstack-ansible "Paramiko 2.0 is incompatible with Mitaka" [Critical,Fix committed] - Assigned to Jesse Pretorius (jesse-pretorius) 18:05:33 #info https://bugs.launchpad.net/nova/+bug/1605804 gets solved with https://review.openstack.org/#/c/352344/ 18:05:34 Launchpad bug 1605804 in OpenStack Compute (nova) "Instance creation sometimes fails after host aggregate deletion" [Low,In progress] - Assigned to Markus Zoeller (markus_z) (mzoeller) 18:06:02 #info the "review pipeline idea" didn't find enough attention. A conclusion is at http://lists.openstack.org/pipermail/openstack-dev/2016-August/100628.html 18:06:49 #info I'm search a new timeslot for the "early meeting" http://lists.openstack.org/pipermail/openstack-dev/2016-August/100613.html 18:07:07 That was basically last weeks action items 18:07:35 #topic specific bugs to discuss 18:07:55 I thought it could make sense to discuss some bug reports here 18:08:10 https://bugs.launchpad.net/nova/+bug/1610069 18:08:10 Launchpad bug 1610069 in OpenStack Compute (nova) "there is no detach interface api policy in nova " [High,Triaged] 18:08:31 alaski explained to me that the policy is now on the API level only 18:08:50 If you missed it, this is now purely in python code, the "policy.json" file is empty. 18:09:20 policy checks are done with "context.can($policy)" 18:09:34 oh cool, that's all been implemented now 18:10:03 I'm bringing this up here in case something similar to the bug reports above comes up in the future. 18:10:24 good to know! 18:10:42 here's the thing in code: http://git.openstack.org/cgit/openstack/nova/tree/nova/api/openstack/compute/attach_interfaces.py#n147 18:11:43 The bug above is basically an all-or-nothing situation where you either can or cannot attach AND detach. There is no granularity. alaski is going to push a patch for that. 18:11:58 ok that makes sense 18:12:12 you can do both or neither but not one or the other 18:12:18 right 18:12:45 the policy for "detach-interface" got overlooked back then 18:13:39 Another bug I wanted to discuss is: https://bugs.launchpad.net/nova/+bug/1610393 18:13:39 Launchpad bug 1610393 in OpenStack Compute (nova) "Unexpected API Error: unexpected keyword argument 'prompt'" [Undecided,New] 18:14:25 auggy: I had the hope that you could give me a little insight about the "api.openstack.extension" 18:14:44 hrm, i'm not really sure, let me look at the bug 18:15:09 At the bottom of the stacktrace is "nova.api.openstack.extensions TypeError: __init__() got an unexpected keyword argument 'prompt'" 18:15:26 I hadn't enough time to wrap my head around this 18:15:42 yeah i am looking at that 18:15:51 i can take a look today and see if i can get more information 18:16:07 i thought extenstions were deprecated?? but maybe not?? i'm not sure, so many things going on 18:16:14 it might be extensions/plugins somewhere else were deprecated 18:17:07 yeah, that's what I remember too, and I wanted to understand what the extensions thing is. 18:17:26 Maybe we can chat this week in #nova and I post a summary at the next meeting 18:17:31 hrm yeah i'm not sure, or not remembering right now 18:17:38 sure 18:18:11 If everything fails I'll ask alex_xu or sdague 18:18:35 #topic open round 18:19:10 uh oh, macsz does the bug skimming this week, I totally forgot that 18:19:16 https://wiki.openstack.org/wiki/Nova/BugTriage#Weekly_bug_skimming_duty 18:19:20 cool beans 18:19:40 yup, reassigned myself for this week as well 18:19:52 awesome, thanks a lot! 18:20:12 oh cool! 18:20:31 I fired all shells I had, anyone from you wants to discuss a topic? 18:20:39 markus_z: i think for that bug you'd linked about the api extensions, we need more info from the reporter anyways, like what version they are running 18:21:44 yeah, would be great. I have an ongoing discussion with oomichi about the log message which could confuse people: https://review.openstack.org/#/c/335146/ 18:22:53 that's good because that's our #1 issue when people are reporting these errors 18:23:08 I'm not even sure which information else is needed for the api.extension bug, I don't understand that area enough. 18:24:09 macsz: Anything you want to add for today's meeting? 18:24:51 nope, im cool 18:24:54 it looks like it's related to keystone 18:25:15 will start bug triage tomorrow, today im occupied with other stuff 18:26:00 cool cool 18:26:34 auggy: yeah, at first I thought it is the keystoneauth load issue where one option got renamed 18:26:51 hrm yeah, well i can't try to reproduce it until i know what they are running 18:27:00 sometimes people have custom setups and post these problems 18:27:07 like, through another tool 18:27:13 I mean that one: https://review.openstack.org/#/c/344371/ 18:27:28 oh right yeah 18:27:38 yeah it's just hard to really investigate it without knowing how they are running Openstack 18:28:02 true, I'll follow up on that one 18:28:03 i put a request to the reporter for more info and updated the status 18:28:24 ah, cool, you're faster than me :) 18:28:54 i noticed we have a couple of unskimmed bugs that were last updated in april 18:29:24 https://bugs.launchpad.net/nova/+bug/1570107 18:29:24 Launchpad bug 1570107 in OpenStack Compute (nova) "block device mapping : booting up attached volumes with no boot index when multiple bootable volumes are used" [Undecided,New] 18:30:03 https://bugs.launchpad.net/nova/+bug/1573875 18:30:04 Launchpad bug 1573875 in OpenStack Compute (nova) "The same ceph rbd device is used by multiple instances" [Undecided,New] 18:30:42 I'm not sure who looks at volume related issues after ndipanov left 18:30:51 I never found anyone for ceph related things... 18:31:18 ah ok, we should bring that up at the next meeting 18:31:22 There are a few sriov issues, I think moshele does a meeting for that topic, I'm asking around 18:31:33 yeah there's a subteam for that 18:31:50 #action markus_z Poke SRIOV subteam wrt bugs 18:31:50 we can tag those as "needs-attention" right? 18:32:17 auggy: yeah, which basically means I poke folks (when I find time) 18:32:20 haha 18:32:30 ok well feel free to delegate if you don't have time 18:32:43 i will look at some of those old bugs that have been sitting around still in "new" state 18:32:54 and see if i can determine anything new about them or try to reproduce any 18:33:30 i had some luck using devstack-gate, although i never got multinode to work in the environment i was trying to get it to work in 18:33:39 so i can repro environments that aren't multi-node 18:34:48 #action markus_z push (more) devstack local.conf examples like https://review.openstack.org/#/c/305967/ 18:35:37 what's the purpose of devstack-gate again? 18:35:57 it spins up devstack instances to run tests on, basically 18:36:40 ah, I have to look at that 18:36:53 the idea is if you have a test that's failing in the gate and you can't reproduce it locally, you can try to reproduce the gate environment and rerun the tests that the gate is running 18:37:09 it's pretty handy 18:37:27 sounds nice 18:37:40 since it runs on clean vm's if there are any system dependencies, it's supposed to handle installing tehm 18:37:41 them 18:37:47 so you shouldn't have to configure ceph for instance 18:38:02 you should just have to run that job via devstack-gate and it should do all the setup 18:38:14 it can be a little tricky 18:39:50 Hm, I should definitely look at it 18:40:19 yeah let me know if you have questions, the instructions are somewhat incomplete and i need to post some updates 18:40:46 So, well, I would wrap it up for today. Once again, we have enough bugs to work on. 18:41:30 alright 18:41:36 thanks markus_z 18:41:42 I'm also up for suggestions how this meeting can be more productive/efficient. The agenda isn't written in stone. Just ping me if you have ideas. 18:41:57 Thanks for your time and effort, see you in #nova 18:42:01 closing in 3... 18:42:11 #endmeeting