Monday, 2017-03-27

*** edmondsw has quit IRC00:02
*** svenkat has quit IRC01:13
*** edmondsw has joined #openstack-powervm03:33
*** edmondsw has quit IRC03:37
*** jwcroppe has quit IRC06:32
*** jwcroppe has joined #openstack-powervm06:47
*** edmondsw has joined #openstack-powervm07:09
*** edmondsw has quit IRC07:14
*** chas has joined #openstack-powervm07:41
*** wagnqwsh has joined #openstack-powervm07:43
*** wagnqwsh has left #openstack-powervm07:44
*** openstackgerrit has quit IRC08:33
*** chas has quit IRC08:44
*** edmondsw has joined #openstack-powervm08:57
*** edmondsw has quit IRC09:02
*** chas has joined #openstack-powervm09:44
*** chas has quit IRC09:49
*** edmondsw has joined #openstack-powervm10:46
*** edmondsw has quit IRC10:50
*** smatzek has joined #openstack-powervm10:58
*** k0da has joined #openstack-powervm11:14
*** k0da has quit IRC11:37
*** k0da has joined #openstack-powervm11:37
*** thorst has joined #openstack-powervm11:45
*** edmondsw_ has joined #openstack-powervm12:29
*** efried has joined #openstack-powervm12:33
thorstso what'd I miss?12:41
efriedFor my part, I've spent the whole time rebasing the pile of in-tree changes.12:48
thorstefried: https://review.openstack.org/#/c/438119/3..11/nova/virt/powervm/driver.py12:48
thorsthow did you get rid of the capabilities?12:48
efriedmriedem said since they were the same as the superclass, I should just omit them.12:48
thorstahh, fair12:48
thorstyou have some SR-IOV things in there that isn't needed yet...could shave 20 loc if desired.12:49
efriedYeah, I noticed that.12:49
efriedmriedem already questioned the amount of churn12:50
efriedEven though it's been all rebases and similar (like bumping pypowervm req)12:50
thorstyeah, that's fair.  I had too  :-)12:51
thorstit feels like a lot, but it really isn't too much12:51
efriedYeah12:51
thorstits just that the channel gets flooded every time you do a mass rebase...12:51
efriedif you look at 6..11, which is the changes since he reviewed last.12:52
efriedIt's flake8-import-order and reqs12:52
thorstwe're still using task flow in future patches, right?12:53
thorst(going through things slowly...)12:53
efriedthorst Yeah, #3 introduces TaskFlow.12:56
efriedharlowja (owner of TaskFlow) took an interest in that stuff, btw.12:56
efriedWe've had a couple of interesting conversations.12:56
efriedHe actively solicited input on things that would make TaskFlow easier to use.12:56
thorstefried: awesome...I was once questioned where all our exception handling code was12:56
thorstand its all contained within task flow...so...12:57
efriedYuh12:57
efriedYou may remember this conversation, but mriedem actually asked me about it.12:58
efriedIt was like, "Oh, interesting, you're using TaskFlow, whyzat?"12:58
efriedAnd I was like, "I thought that's the way we do it"12:58
efriedAnd then I looked in the nova code - and nobody else is doing it.12:58
efriedHe said there was a time they were looking at it, but they kinda punted cause it was too complicated.12:59
thorstyeah, it was right before I left12:59
thorsttaskflow rox12:59
efriedThe one suggestion I did bring up with harlowja - after I wound up rewriting a lot of the UT around our TaskFlow - was that UT on it is tough.  Suggested stock fixtures in the taskflow lib, which he thought was a good idea.  So we may see that in the future.13:01
thorstneat!13:02
efriedYeah, that would help a lot.13:02
efriedCourse, then I'd have to rewrite all the UT again...13:02
thorsthttps://review.openstack.org/#/c/427380/18/nova/virt/powervm/driver.py - line 234...I don't compute that statement13:02
efriedMay be a holdover from when we were returning true/false from these guys.13:06
efriedBut yeah, in reboot context, doesn't make amount of sense.13:06
efriedBecause we're not skipping the reboot if the instance is already up.13:06
efriedThat comment would have made more sense in power_on.13:07
thorstI did -1 that change set.  I think a test case is missing.13:13
efriedack13:14
thorstefried: the other thing that would be nice to add to task flow is basically what we have here:  https://review.openstack.org/#/c/438729/11/nova/virt/powervm/tasks/base.py13:16
thorstI've used that in other code as well, but basically a way to say how long each task took via the logs13:16
efriedDid I not do that?13:16
efriedOh, to add to TaskFlow.13:17
efriedYeah, cool.13:17
thorstso I'm through the first couple.  Do we need adreznec to do a pass as well?13:28
thorstto get them into the core reviewer column?13:28
adreznecUh oh, did we rebase again over the weekend13:28
efriedadreznec Friday morning, I think.13:29
thorstI think if we move 3-4 more change sets to the core reviewer backlog that will help get the first few reviewed.13:30
adreznecAh, must have been after I did my sweep over coffee13:30
adreznecFYI thorst efried it looks like the Nova spec review sprint is next week Tuesday13:33
adreznecSo I'll probably set up our bp review for sometime after that in the week13:33
efriedDoes that happen in IRC?13:33
adreznecI believe so13:33
thorstdo we need efried to participate from a powervm perspective in nova as well?13:33
thorstI understand we have to do separately ourselves for OOT, but for IT, do we want to have someone looking through?13:34
adreznecPossibly13:34
adreznecIt'll probably be an all day sort of thing in the nova channel13:34
adreznecThat's how it's been in the past anyway13:34
*** jwcroppe has quit IRC13:44
*** esberglu has joined #openstack-powervm13:57
*** esberglu_ has joined #openstack-powervm14:00
*** esberglu has quit IRC14:02
*** jwcroppe has joined #openstack-powervm14:06
*** burgerk has joined #openstack-powervm14:11
*** dwayne_ has joined #openstack-powervm14:24
*** tjakobs has joined #openstack-powervm14:26
*** apearson has joined #openstack-powervm14:35
efriedFYI, I have another doc appt this morning.  Should be back noonish (CT).14:55
*** waler has quit IRC15:18
*** apearson has quit IRC15:34
*** apearson has joined #openstack-powervm15:37
*** chas has joined #openstack-powervm15:38
*** chas_ has joined #openstack-powervm15:40
thorstesberglu_: quick q...CI going OK?15:40
esberglu_Yeah. Battling off problems as they were coming in last couple of weeks. But passing 90%ish over the weekend15:41
thorstand the last 10% are environmental or just bugs?15:42
*** chas has quit IRC15:42
*** chas_ has quit IRC15:44
esberglu_We are getting the occasional "No valid host was found" error. And then some 500 internal server errors.15:44
thorst:-/  boo, but ok15:44
esberglu_ Every time I start to look into them something else has been coming in and breaking CI15:44
thorstlol15:44
esberglu_So I haven't found the root issue yet for either of them15:45
thorstCI is tough...  :-/15:45
thorstok15:45
esberglu_On the list for today provided everything goes well15:45
*** chas has joined #openstack-powervm15:46
*** k0da has quit IRC15:51
*** apearson has quit IRC16:40
*** apearson has joined #openstack-powervm16:43
efriedthorst Addressed comments in power_on/off, rebased up to cfg_drv.  Please continue +1ing.18:05
thorstk18:05
*** jwcroppe has quit IRC18:10
*** jwcroppe has joined #openstack-powervm18:16
*** k0da has joined #openstack-powervm18:36
*** chas has quit IRC18:39
*** smatzek has quit IRC19:10
*** jayasankar_ has joined #openstack-powervm19:54
jayasankar_adreznec: apearson: what is the plan for 2Q from Devstack ? to complete all operations with IT and OOT ?19:56
adreznecjayasankar_: From what perspective? In terms of what you should be testing?20:02
jayasankar_Yeah.. scope of testing..20:02
adreznecjayasankar_: Yeah, I think we'll want to test both IT and OOT with the 1.0.0.6 dev version of things. Ideally expanding beyond things that are tested in the CI environment20:04
adreznecSo non-SSP storage backends, etc20:04
adreznecthorst: I think it'd be great to test things like migration, resize (to new host), etc20:04
adreznecBut not sure we have hardware for that20:05
thorstadreznec: we're testing LPM, but I've just asked that it be done in one env.20:06
thorsteither OSA or Devstack20:06
thorstwith the OOT but using the LIO stack20:06
adreznecthorst: Ok20:09
adreznecThat seems reasonable20:09
adreznecDevstack is probably more flexible... but I don't have a preference on which one we should do20:10
thorstbut I think the next devstack thing will maybe be to test with Nova Ephemeral on the LIO stack.20:10
thorstthe stuff tjakobs was driving in?20:10
adreznecUh20:10
adreznecEventually20:11
jayasankar_as OSA + ISCSI + OOT is planned already.. with Devstack as Drew mentioned earlier can I say we have to cover SVC + FC ?20:11
adreznecWe hit some snags in the design there20:11
adreznecSo that's on hold until the REST work gets figured out20:11
thorstjayasankar_: yeah, I think SVC + FC via NPIV would be a great test.20:11
thorstwe need a proper regression on that20:11
jayasankar_thorst: That is yet to be implemented or already in place ?20:12
jayasankar_with OOT20:14
*** apearson has quit IRC20:15
thorstjayasankar_: its there now20:16
*** jwcroppe has quit IRC20:16
thorstjust read the devref for info on how to set it up20:16
*** jwcroppe has joined #openstack-powervm20:16
jayasankar_thorst: ah okay.. but we will get separate host or I have to move to OOT now on the current host ?20:18
*** jwcroppe_ has joined #openstack-powervm20:18
thorstjayasankar_: need to move it...no new tests going on the current one anyway and I'm assuming its documented on how you set it up  :-)20:19
*** jwcroppe has quit IRC20:21
jayasankar_pls slack me if any one has any reference links on the same. Also will move to typical Neo with two VIOS tomorrow and configure it.20:22
jayasankar_efried: You are not debugging any thing on my host neo34 ? Can I reconfigure my neo to OOT ?20:23
*** apearson has joined #openstack-powervm20:25
*** apearson has quit IRC20:40
*** apearson has joined #openstack-powervm20:46
*** jayasankar_ has quit IRC20:50
*** burgerk_ has joined #openstack-powervm20:58
*** burgerk has quit IRC21:01
*** edmondsw_ has quit IRC21:03
*** burgerk_ has quit IRC21:03
*** edmondsw_ has joined #openstack-powervm21:05
*** edmondsw_ has quit IRC21:09
*** smatzek has joined #openstack-powervm21:17
*** jwcroppe_ has quit IRC21:20
*** jwcroppe has joined #openstack-powervm21:28
*** smatzek has quit IRC21:33
*** jwcroppe has quit IRC21:45
*** apearson has quit IRC21:45
*** apearson has joined #openstack-powervm21:48
*** esberglu_ has quit IRC21:51
*** apearson has quit IRC21:52
*** jwcroppe has joined #openstack-powervm21:57
*** apearson has joined #openstack-powervm21:58
*** dwayne_ has quit IRC21:58
*** thorst has quit IRC22:02
*** thorst has joined #openstack-powervm22:03
*** esberglu has joined #openstack-powervm22:05
*** thorst has quit IRC22:07
*** esberglu has quit IRC22:09
*** apearson has quit IRC22:25
*** tjakobs has quit IRC22:35
*** edmondsw has joined #openstack-powervm22:47
*** thorst has joined #openstack-powervm22:50
*** edmondsw has quit IRC22:52
*** thorst has quit IRC22:53
*** k0da has quit IRC23:05
*** jwcroppe has quit IRC23:22
*** thorst has joined #openstack-powervm23:24
*** jwcroppe has joined #openstack-powervm23:35
*** thorst has quit IRC23:39

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!