*** itisha has quit IRC | 00:00 | |
*** markvoelker has joined #openstack-meeting-cp | 00:28 | |
*** bswartz has quit IRC | 02:30 | |
*** markvoelker has quit IRC | 02:36 | |
*** ebalduf has quit IRC | 02:46 | |
*** gouthamr has quit IRC | 02:55 | |
*** bswartz has joined #openstack-meeting-cp | 03:17 | |
*** ebalduf has joined #openstack-meeting-cp | 03:19 | |
*** sdake has joined #openstack-meeting-cp | 03:58 | |
*** markvoelker has joined #openstack-meeting-cp | 04:37 | |
*** markvoelker has quit IRC | 04:42 | |
*** coolsvap has joined #openstack-meeting-cp | 04:46 | |
*** sdake has quit IRC | 06:38 | |
*** markvoelker has joined #openstack-meeting-cp | 06:38 | |
*** markvoelker has quit IRC | 06:42 | |
*** ebalduf has quit IRC | 06:46 | |
*** sangoma has joined #openstack-meeting-cp | 08:56 | |
*** sangoma has quit IRC | 09:13 | |
*** sangoma has joined #openstack-meeting-cp | 09:38 | |
*** sangoma has quit IRC | 10:06 | |
*** sdague has joined #openstack-meeting-cp | 11:00 | |
*** sdake has joined #openstack-meeting-cp | 11:08 | |
*** sdake has quit IRC | 11:08 | |
*** sdake has joined #openstack-meeting-cp | 11:08 | |
*** coolsvap is now known as coolsvap_ | 11:12 | |
*** sdake has quit IRC | 11:36 | |
*** sdake has joined #openstack-meeting-cp | 11:39 | |
*** sdake has quit IRC | 11:41 | |
*** sdake has joined #openstack-meeting-cp | 11:43 | |
*** markvoelker has joined #openstack-meeting-cp | 11:45 | |
*** gouthamr has joined #openstack-meeting-cp | 12:17 | |
*** xyang1 has joined #openstack-meeting-cp | 13:16 | |
*** sangoma has joined #openstack-meeting-cp | 13:32 | |
*** ebalduf has joined #openstack-meeting-cp | 13:32 | |
*** coolsvap_ is now known as coolsvap | 13:58 | |
*** uxdanielle has joined #openstack-meeting-cp | 14:00 | |
*** xarses_ has quit IRC | 14:02 | |
*** xarses_ has joined #openstack-meeting-cp | 14:38 | |
*** markvoelker has quit IRC | 14:41 | |
*** markvoelker has joined #openstack-meeting-cp | 14:54 | |
*** Benj_ has joined #openstack-meeting-cp | 15:26 | |
*** tyr_ has joined #openstack-meeting-cp | 15:48 | |
*** tyr_ has quit IRC | 15:52 | |
*** tyr_ has joined #openstack-meeting-cp | 15:52 | |
*** hemnafk is now known as hemna | 15:56 | |
*** piet has joined #openstack-meeting-cp | 16:07 | |
*** sangoma has quit IRC | 16:18 | |
*** david-lyle_ has joined #openstack-meeting-cp | 16:29 | |
*** david-lyle has quit IRC | 16:33 | |
ildikov | #startmeeting cinder-nova-api-changes | 17:00 |
---|---|---|
openstack | Meeting started Mon Aug 8 17:00:02 2016 UTC and is due to finish in 60 minutes. The chair is ildikov. Information about MeetBot at http://wiki.debian.org/MeetBot. | 17:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:00 |
*** openstack changes topic to " (Meeting topic: cinder-nova-api-changes)" | 17:00 | |
openstack | The meeting name has been set to 'cinder_nova_api_changes' | 17:00 |
ildikov | scottda ildikov DuncanT ameade cFouts johnthetubaguy jaypipes takashin alaski e0ne jgriffith tbarron andrearosa hemna erlon mriedem gouthamr ebalduf patrickeast smcginnis diablo_rojo gsilvis | 17:00 |
jgriffith | ildikov: hi | 17:00 |
ildikov | jgriffith: hi :) | 17:00 |
jgriffith | ildikov: I've got the shelved instance attach/detach issues fixed up | 17:01 |
hemna | hey | 17:01 |
jgriffith | ildikov: I have introduced some other things that need cleaning but I should have a working tempest run version of the code shortly for each project | 17:01 |
hemna | jgriffith, https://review.openstack.org/#/c/257853/ | 17:01 |
ildikov | jgriffith: that's great!!!\ | 17:02 |
jgriffith | ildikov: I had hoped to push that update over the week-end, but alas didn't get to it... travelling the next few days | 17:02 |
hemna | worked with matt to get that to land last week | 17:02 |
jgriffith | hemna: yeah, saw that | 17:02 |
jgriffith | hemna: cool | 17:02 |
jgriffith | hemna: I guess I might need to change what I did | 17:02 |
hemna | nova was calling terminate_connection with a completely bogus/faked connector | 17:03 |
jgriffith | hemna: I just push an attachment_id into the connection_data field | 17:03 |
jgriffith | hemna: yeah, I"m aware :) | 17:03 |
hemna | hehe | 17:03 |
jgriffith | hemna: but it sort of "had to" | 17:03 |
hemna | so, now they shouldn't be calling terminate_connection in this case. | 17:03 |
jgriffith | hemna: in the case of shelved, although it would've been nice if a little effort went in to creating an API semantic for it :) | 17:03 |
hemna | we can always change that | 17:04 |
hemna | this was kinda of an emergency as lots of cinder driver CIs were failing 100% as well as brick CIs | 17:04 |
ildikov | jgriffith: those parts I meant need a fix when the basic attach/detach work with your new API | 17:04 |
hemna | ildikov, +1 | 17:04 |
jgriffith | hemna: http://paste.openstack.org/show/552062/ | 17:05 |
jgriffith | hemna: not quite as elegant as what you linked to :) | 17:05 |
ildikov | although at least there are some tests failing, so we have some coverage... | 17:05 |
jgriffith | hemna: and I happily *ignore* the current stuff :) | 17:05 |
hemna | hehe | 17:06 |
scottda | oops. Late again... | 17:06 |
jgriffith | that diff doesn't include shoving the attachment_id in during attach, but that's in my github if you wanted to see it (at least I think it is updated) :) | 17:06 |
jgriffith | and if not it will be soon :) | 17:07 |
hemna | scottda, no soup for you! | 17:07 |
ildikov | jgriffith: 'supports_new_attach' is the flag we talked about and then we will use microversion, right? | 17:07 |
scottda | I need to get this meeting into Outlook... | 17:07 |
jgriffith | ildikov: yeah | 17:07 |
ildikov | scottda: :) | 17:07 |
ildikov | jgriffith: ok, cool | 17:08 |
jgriffith | scottda: what's Outlook? | 17:08 |
ildikov | hemna: LOL :) | 17:08 |
scottda | It's this thing my company makes me use.... | 17:08 |
ildikov | scottda: I used to know that feeling | 17:08 |
ildikov | and then I changed company :) | 17:09 |
ildikov | jgriffith: I added some hack to use the regular policy file in the attach test: https://review.openstack.org/#/c/339692/6 | 17:10 |
hemna | jgriffith, so is there anything I can help with, while I'm still here at HPE. I'm trying to stay busy until I'm out of a job. | 17:11 |
cFouts | o/ | 17:13 |
*** sdake_ has joined #openstack-meeting-cp | 17:13 | |
jgriffith | hemna: for sure | 17:14 |
jgriffith | hemna: let me get it stable and then we can attack | 17:14 |
jgriffith | hemna: the biggest thing is probably going to be micro-versions, I want nothing to do with that :) | 17:15 |
*** mriedem has joined #openstack-meeting-cp | 17:15 | |
*** sdake has quit IRC | 17:15 | |
* mriedem joins late | 17:15 | |
hemna | hehe ok | 17:15 |
ildikov | jgriffith: I think I saw scottda volunteering for that ;) | 17:16 |
scottda | so, I'm wondering at what point we want the microversion support... | 17:16 |
scottda | because it will make testing harder. | 17:16 |
scottda | The Nova side of the micrsoversion support will need to be in place once Cinder has it. | 17:17 |
ildikov | mriedem: jgriffith is working on the fixes for shelve and also on tempest tests | 17:17 |
mriedem | ildikov: ok | 17:17 |
ildikov | scottda: yeap and there will be quite some if/else in Nova | 17:18 |
scottda | Yeah, so we can move more quicly on this POC stuff without microversions... | 17:18 |
ildikov | mriedem: I also more or less fixed the remove check_attach patch: https://review.openstack.org/#/c/335358/ | 17:18 |
scottda | When I get around to it, I'll post the microversion support in a separate patch with a dependency. That way it'll be available to work on the nova plumbing, but it won't block dev/testing on the stuff jgriffith is working on. | 17:19 |
ildikov | mriedem: there's a test failure that pops up, but only randomly: http://logs.openstack.org/58/335358/11/check/gate-nova-python34-db/cc3c89f/console.html#_2016-08-07_17_02_54_790835 | 17:19 |
ildikov | mriedem: do you happen to have an idea what causes this issue? | 17:19 |
mriedem | ildikov: mox tests are racy under py3 | 17:19 |
mriedem | would have to be converted to mock | 17:19 |
ildikov | mriedem: ah, ok | 17:20 |
ildikov | mriedem: is it ok in a follow up patch? | 17:20 |
mriedem | or you have a global state race in the unit testes | 17:20 |
mriedem | ildikov: i'd probably do it as a patch that comes before the change actually | 17:20 |
ildikov | mriedem: ok, I'll do that then, I don't think it's a global state, there's nothing in the reserve volume test as far as I can see, but I might be mistaken | 17:21 |
ildikov | scottda: that sounds like a plan! | 17:21 |
ildikov | mriedem: can you check the patch, whether there's anything missing from the version bumps, etc? | 17:23 |
mriedem | at some point yet | 17:23 |
mriedem | *yeah | 17:23 |
ildikov | ok, tnx :) | 17:24 |
ildikov | jgriffith: BTW are you fully off this week due to travels? | 17:25 |
jgriffith | ildikov: nope | 17:26 |
jgriffith | Just off and on for a few days | 17:26 |
ildikov | ok cool, tnx for the info | 17:27 |
jgriffith | sure | 17:27 |
ildikov | hemna: I started to look into how to fix some issues around the functional tests in jgriffith's cinder patch | 17:28 |
ildikov | hemna: if you have some spare time and you can look into that I can always use some help to figure out testing in Cinder :) | 17:29 |
ildikov | mriedem: also thanks for the Devstack gate patch! | 17:32 |
ildikov | anything else from anyone for today? | 17:34 |
ildikov | ok then let's continue on the reviews, thanks everyone! | 17:38 |
ildikov | #endmeeting | 17:38 |
*** openstack changes topic to "OpenStack Meetings || https://wiki.openstack.org/wiki/Meetings" | 17:38 | |
openstack | Meeting ended Mon Aug 8 17:38:43 2016 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:38 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/cinder_nova_api_changes/2016/cinder_nova_api_changes.2016-08-08-17.00.html | 17:38 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/cinder_nova_api_changes/2016/cinder_nova_api_changes.2016-08-08-17.00.txt | 17:38 |
openstack | Log: http://eavesdrop.openstack.org/meetings/cinder_nova_api_changes/2016/cinder_nova_api_changes.2016-08-08-17.00.log.html | 17:38 |
*** david-lyle_ has quit IRC | 17:42 | |
*** david-lyle has joined #openstack-meeting-cp | 17:45 | |
*** sdake has joined #openstack-meeting-cp | 17:55 | |
*** mriedem has quit IRC | 17:55 | |
*** tyr_ has quit IRC | 17:56 | |
*** mriedem has joined #openstack-meeting-cp | 17:56 | |
*** sdake_ has quit IRC | 17:57 | |
*** mriedem1 has joined #openstack-meeting-cp | 17:58 | |
*** mriedem has quit IRC | 18:01 | |
*** piet has quit IRC | 18:35 | |
*** piet has joined #openstack-meeting-cp | 18:44 | |
*** mriedem1 is now known as mriedem | 18:47 | |
*** mtreinish_ has joined #openstack-meeting-cp | 18:50 | |
*** mtreinish has quit IRC | 18:50 | |
*** loquacities has quit IRC | 18:50 | |
*** nikhil has quit IRC | 18:50 | |
*** soren has quit IRC | 18:50 | |
*** mtreinish_ is now known as mtreinish | 18:50 | |
*** soren has joined #openstack-meeting-cp | 18:51 | |
*** loquacity has joined #openstack-meeting-cp | 18:51 | |
*** nikhil has joined #openstack-meeting-cp | 18:52 | |
*** tyr_ has joined #openstack-meeting-cp | 18:57 | |
*** tyr_ has quit IRC | 19:02 | |
*** nikhil has quit IRC | 19:47 | |
*** nikhil has joined #openstack-meeting-cp | 19:47 | |
*** itisha has joined #openstack-meeting-cp | 19:56 | |
*** rockyg has joined #openstack-meeting-cp | 20:10 | |
*** rocky_g has joined #openstack-meeting-cp | 20:19 | |
*** rockyg has quit IRC | 20:20 | |
*** rockyg has joined #openstack-meeting-cp | 20:24 | |
*** rocky_g has quit IRC | 20:25 | |
*** sdake has quit IRC | 20:33 | |
*** tyr_ has joined #openstack-meeting-cp | 20:51 | |
*** gouthamr has quit IRC | 21:01 | |
*** coolsvap has quit IRC | 21:01 | |
*** rockyg has quit IRC | 21:13 | |
*** rockyg has joined #openstack-meeting-cp | 21:14 | |
*** piet has quit IRC | 21:37 | |
*** mriedem has quit IRC | 21:55 | |
*** uxdanielle has quit IRC | 21:59 | |
*** piet has joined #openstack-meeting-cp | 22:35 | |
*** rockyg has quit IRC | 22:43 | |
*** xyang1 has quit IRC | 22:51 | |
*** gouthamr has joined #openstack-meeting-cp | 23:08 | |
*** gouthamr_ has joined #openstack-meeting-cp | 23:09 | |
*** gouthamr has quit IRC | 23:13 | |
*** sdague has quit IRC | 23:20 | |
*** markvoelker has quit IRC | 23:39 | |
*** xarses_ has quit IRC | 23:45 | |
*** sdake has joined #openstack-meeting-cp | 23:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!