*** edmondsw has joined #openstack-meeting-cp | 00:30 | |
*** edmondsw has quit IRC | 00:34 | |
*** markvoelker has joined #openstack-meeting-cp | 00:45 | |
*** aselius has quit IRC | 02:04 | |
*** nhelgeson has quit IRC | 02:08 | |
*** kbyrne has quit IRC | 02:20 | |
*** kbyrne has joined #openstack-meeting-cp | 02:23 | |
*** yamahata has quit IRC | 02:25 | |
*** iyamahat has quit IRC | 02:28 | |
*** hemna_ has quit IRC | 02:29 | |
*** dklyle has quit IRC | 02:49 | |
*** yamahata has joined #openstack-meeting-cp | 02:54 | |
*** markvoelker has quit IRC | 03:02 | |
*** markvoelker has joined #openstack-meeting-cp | 03:03 | |
*** david-lyle has joined #openstack-meeting-cp | 03:22 | |
*** markvoelker has quit IRC | 04:01 | |
*** markvoelker has joined #openstack-meeting-cp | 04:01 | |
*** gouthamr has joined #openstack-meeting-cp | 04:31 | |
*** david-lyle has quit IRC | 04:44 | |
*** dklyle has joined #openstack-meeting-cp | 04:45 | |
*** gouthamr has quit IRC | 05:16 | |
*** diablo_rojo has quit IRC | 06:33 | |
*** markvoelker has quit IRC | 09:42 | |
*** sdague has joined #openstack-meeting-cp | 09:50 | |
*** iyamahat has joined #openstack-meeting-cp | 10:45 | |
*** iyamahat has quit IRC | 10:45 | |
*** iyamahat has joined #openstack-meeting-cp | 10:45 | |
*** yamahata has quit IRC | 10:48 | |
*** iyamahat has quit IRC | 10:50 | |
*** _pewp_ has quit IRC | 12:00 | |
*** _pewp_ has joined #openstack-meeting-cp | 12:08 | |
*** edmondsw has joined #openstack-meeting-cp | 12:27 | |
*** MarkBaker has quit IRC | 13:05 | |
*** zhipeng has joined #openstack-meeting-cp | 13:06 | |
*** MarkBaker has joined #openstack-meeting-cp | 13:17 | |
*** zhipeng has quit IRC | 13:26 | |
*** zhipeng has joined #openstack-meeting-cp | 13:27 | |
*** zhipeng has quit IRC | 13:50 | |
*** gouthamr has joined #openstack-meeting-cp | 14:00 | |
*** lbragstad has quit IRC | 14:28 | |
*** yamahata has joined #openstack-meeting-cp | 14:46 | |
*** lbragstad has joined #openstack-meeting-cp | 14:59 | |
*** felipemonteiro has joined #openstack-meeting-cp | 15:00 | |
*** aselius has joined #openstack-meeting-cp | 15:50 | |
*** mriedem has joined #openstack-meeting-cp | 15:55 | |
ildikov | #startmeeting cinder-nova-api-changes | 16:00 |
---|---|---|
openstack | Meeting started Thu Aug 10 16:00:03 2017 UTC and is due to finish in 60 minutes. The chair is ildikov. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
*** openstack changes topic to " (Meeting topic: cinder-nova-api-changes)" | 16:00 | |
openstack | The meeting name has been set to 'cinder_nova_api_changes' | 16:00 |
ildikov | johnthetubaguy jaypipes e0ne jgriffith hemna mriedem patrickeast smcginnis diablo_rojo xyang1 raj_singh lyarwood jungleboyj stvnoyes | 16:00 |
jungleboyj | :-) Lurking. In 3 meetings right now. | 16:00 |
* smcginnis is here but at ops midcycle | 16:00 | |
ildikov | all the important people :) | 16:01 |
ildikov | should be a short one today | 16:01 |
jungleboyj | :-) | 16:02 |
jungleboyj | Everything is fixed. The people celebrate. | 16:02 |
mriedem | o/ | 16:02 |
ildikov | jungleboyj: hopefully getting close to that :) | 16:02 |
ildikov | ok, let's start | 16:02 |
*** dklyle is now known as david-lyle | 16:02 | |
ildikov | so we have some failures due to the uWSGI switch in Cinder | 16:03 |
ildikov | we will have a new client out after the lib-freeze, which should put us back to the right track | 16:03 |
ildikov | mriedem: any preference on how to handle if there are issue with the cinderclient? | 16:03 |
ildikov | mriedem: I mean whether log and fall back to the old flow or let the exception bubble up? | 16:04 |
mriedem | umm | 16:04 |
mriedem | no opinion at this time | 16:05 |
ildikov | ok, then I will leave the code as is for now | 16:05 |
ildikov | we are also working on to solve the 'blockdev' errors in the logs | 16:06 |
ildikov | jgriffith has some findings, I believe the connection_info is still not good enough for Nova's taste is our conclusion at the moment | 16:06 |
jgriffith | sorry... getting coffee | 16:07 |
ildikov | jgriffith: no worries, coffee is important :) | 16:07 |
ildikov | jgriffith: can you share some updates on the above? | 16:08 |
jgriffith | I have clean tests again, reworked the connection info data | 16:08 |
ildikov | jgriffith: I guess it means some changes on the Nova side | 16:08 |
ildikov | ? | 16:09 |
jgriffith | there was something going on with os-brick causing all sorts of retries and iscsi logouts, our "new" block_device attach method appeared to have some shortcomings as well | 16:09 |
jgriffith | so I reworked the attachmen_update translation stuff to match the old records, and reuse the legacy_attach in block_device.py | 16:09 |
jgriffith | now the encryption checks seem happy again, and we're getting stable iscsi connections | 16:10 |
jgriffith | anyway... I'll start cleaning things up and also look for any other issues and get the patch updated hopefully today | 16:10 |
jgriffith | if not should be tomorrow for sure | 16:10 |
ildikov | jgriffith: sounds good, thank you! | 16:11 |
stvnoyes | i also have a rv up to update that tempest test - https://review.openstack.org/#/c/492570 | 16:11 |
ildikov | mriedem: if we touch the translation function, is it ok in the attach patch? | 16:11 |
mriedem | ildikov: the attach patch needs to be as clean as possible, | 16:12 |
mriedem | so anything that can be split into separate patches earlier in the series is better for review | 16:12 |
ildikov | mriedem: ok, noted, thanks | 16:12 |
ildikov | stvnoyes: thanks! | 16:12 |
stvnoyes | sorry but have to run out for a few minutes, I'll catch up later | 16:13 |
ildikov | stvnoyes: no worries, I don't think we have much more than this for today | 16:13 |
ildikov | mriedem: I guess if we have a new cinderclient and get the tests and test logs clean then we should have a good chance to get this merged before the PTG | 16:14 |
ildikov | mriedem: is my assumption correct? | 16:14 |
mriedem | heh | 16:15 |
mriedem | just worry about getting the stuff working and ready for review for when queens opens up | 16:15 |
mriedem | i don't really want to be having this conversation on the day of rc1 honestly | 16:15 |
mriedem | yes i'd like this all done before the PTG | 16:16 |
ildikov | fair enough | 16:16 |
ildikov | then that's it for today from my side | 16:16 |
ildikov | anything else from anyone to discuss? | 16:16 |
ildikov | ok, I take it as a no :) | 16:17 |
ildikov | let's get back to fixing things and let mriedem to deal with RC1 | 16:17 |
smcginnis | Probaly enough at this point. | 16:18 |
ildikov | thanks everyone! | 16:18 |
ildikov | smcginnis: :) | 16:18 |
smcginnis | Thanks! | 16:18 |
ildikov | #endmeeting | 16:18 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 16:18 | |
openstack | Meeting ended Thu Aug 10 16:18:29 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:18 |
*** mriedem has left #openstack-meeting-cp | 16:18 | |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/cinder_nova_api_changes/2017/cinder_nova_api_changes.2017-08-10-16.00.html | 16:18 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/cinder_nova_api_changes/2017/cinder_nova_api_changes.2017-08-10-16.00.txt | 16:18 |
openstack | Log: http://eavesdrop.openstack.org/meetings/cinder_nova_api_changes/2017/cinder_nova_api_changes.2017-08-10-16.00.log.html | 16:18 |
*** yamahata has quit IRC | 16:57 | |
*** iyamahat has joined #openstack-meeting-cp | 17:12 | |
*** iyamahat has quit IRC | 17:15 | |
*** iyamahat has joined #openstack-meeting-cp | 17:15 | |
*** iyamahat has quit IRC | 17:16 | |
*** iyamahat has joined #openstack-meeting-cp | 17:16 | |
*** yamahata has joined #openstack-meeting-cp | 17:31 | |
*** hemna_ has joined #openstack-meeting-cp | 17:32 | |
*** diablo_rojo has joined #openstack-meeting-cp | 17:43 | |
*** gouthamr_ has joined #openstack-meeting-cp | 17:51 | |
*** gouthamr has quit IRC | 17:51 | |
*** aselius has quit IRC | 17:52 | |
*** iyamahat has quit IRC | 18:00 | |
*** iyamahat has joined #openstack-meeting-cp | 18:01 | |
*** aselius has joined #openstack-meeting-cp | 18:03 | |
*** xyang1 has joined #openstack-meeting-cp | 19:35 | |
*** iyamahat has quit IRC | 19:38 | |
*** iyamahat has joined #openstack-meeting-cp | 19:38 | |
*** nhelgeson has joined #openstack-meeting-cp | 20:46 | |
*** _pewp_ has quit IRC | 20:50 | |
*** gouthamr_ has quit IRC | 20:50 | |
*** _pewp_ has joined #openstack-meeting-cp | 20:50 | |
*** iyamahat has quit IRC | 21:01 | |
*** iyamahat has joined #openstack-meeting-cp | 21:02 | |
*** gouthamr has joined #openstack-meeting-cp | 21:24 | |
*** diablo_rojo has quit IRC | 21:33 | |
*** iyamahat has quit IRC | 21:37 | |
*** diablo_rojo has joined #openstack-meeting-cp | 21:37 | |
*** MarkBaker has quit IRC | 21:46 | |
*** xyang1 has quit IRC | 21:54 | |
*** felipemonteiro has quit IRC | 22:36 | |
*** edmondsw has quit IRC | 22:53 | |
*** gouthamr has quit IRC | 23:12 | |
*** sdague has quit IRC | 23:47 | |
*** kbyrne has quit IRC | 23:48 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!