Thursday, 2017-06-22

*** kylek3h has joined #openstack-powervm00:00
*** esberglu has joined #openstack-powervm00:12
*** esberglu has quit IRC02:20
*** esberglu has joined #openstack-powervm03:08
*** esberglu has quit IRC03:12
*** edmondsw has quit IRC03:22
*** jwcroppe has joined #openstack-powervm03:46
*** esberglu has joined #openstack-powervm05:53
*** esberglu has quit IRC05:57
*** chhavi has joined #openstack-powervm06:06
*** k0da has joined #openstack-powervm07:29
*** esberglu has joined #openstack-powervm07:41
*** esberglu has quit IRC07:45
openstackgerritBing Li proposed openstack/nova-powervm master: Remove log translations  https://review.openstack.org/47641108:38
openstackgerritBing Li proposed openstack/nova-powervm master: Remove log translations  https://review.openstack.org/47641109:16
*** esberglu has joined #openstack-powervm10:23
*** esberglu has quit IRC10:27
*** chhavi has quit IRC11:21
*** smatzek_ has joined #openstack-powervm11:28
*** jwcroppe has quit IRC11:54
*** edmondsw has joined #openstack-powervm12:10
*** kylek3h has quit IRC12:21
*** jwcroppe has joined #openstack-powervm12:36
*** edmondsw has quit IRC12:38
*** kylek3h has joined #openstack-powervm12:49
*** esberglu has joined #openstack-powervm13:05
*** esberglu has quit IRC13:09
*** edmondsw has joined #openstack-powervm13:11
*** jwcroppe has quit IRC13:20
*** esberglu has joined #openstack-powervm13:24
*** mdrabe has joined #openstack-powervm13:28
*** edmondsw_ has joined #openstack-powervm13:40
*** edmondsw_ has quit IRC13:40
*** smatzek_ has quit IRC13:46
esbergluedmondsw: We need to leave a time delay before removing patches from patching.conf files after they merge13:48
esbergluOtherwise anything that hasn't been rebased recently enough to include that patch will fail13:49
*** dwayne has joined #openstack-powervm13:51
edmondswesberglu hmm... do we really? The CI should take the commit and apply it to the latest in the branch, not to the point in time where the commit was based14:02
*** smatzek_ has joined #openstack-powervm14:05
*** mdrabe has quit IRC14:15
*** mdrabe has joined #openstack-powervm14:17
*** efried has joined #openstack-powervm14:26
*** jwcroppe has joined #openstack-powervm14:42
esbergluLets say you have two changes, a and b. Change a is the change being tested, change b is in the patching.conf. Change a isn't rebased recently enough to include change b. The CI just checks out the change it is testing as is, then tries to cherry-pick the patching.conf patches. So if b merges and we remove it from the patching.conf, all runs against change a will fail until it gets rebased to include change b. We can14:45
esberglubypass this by leaving patch b in the patching.conf file for a while after it gets merged. It's already merged, so anything rebased recently enough will skip it. Anything not rebased recently enough will either a)succeed cherry-picking, all is well, or b) Fail during the cherry-pick. If change b can't be cherry-picked, change a will be in merge conflict so who cares if it fails there14:45
esbergluedmondsw: ^14:45
*** dwayne has quit IRC14:48
edmondswesberglu I understand what you're saying... I just think it indicates a problem with our CI14:52
edmondsw"The CI just checks out the change it is testing as is" <-- that seems like the problem14:53
edmondswshouldn't it cherry-pick it?14:53
esbergluedmondsw: We would get so many more failures if we did that. Anything in merge conflict would automatically fail14:54
edmondswesberglu shouldn't gerrit flag merge conflicts and it wouldn't even get to the CI?14:55
esbergluedmondsw: Oh yeah14:55
edmondswesberglu here's where I'm coming from... forget our CI for a second and just think about jenkins. Jenkins needs to test a patch against what the latest merge is, not what the patch was based on, else it's quite possible it would pass and get merged and then break things because it wasn't tested against something that merged between when it was created and when it merged14:58
edmondswdoesn't our CI need to do the same?14:59
esbergluedmondsw: Yeah I think you're right14:59
*** mdrabe has quit IRC14:59
efriedBut it still needs to have all the unmerged changes it's based on.15:11
esbergluefried: Ahh yeah you're right15:11
*** jwcroppe has quit IRC15:11
efriedSo you would have to git review -d and then rebase to the tip of the branch15:12
efriedor something.15:12
*** jwcroppe has joined #openstack-powervm15:16
*** jwcroppe has quit IRC15:18
*** jwcroppe has joined #openstack-powervm15:25
*** mdrabe has joined #openstack-powervm15:26
efriededmondsw Taking longer to review each patch in this log t9n removal change than to fix it up ourselves.  Tempted to do that.15:44
*** k0da has quit IRC15:54
*** dwayne has joined #openstack-powervm15:55
*** mdrabe has quit IRC16:07
*** mdrabe has joined #openstack-powervm16:07
edmondswefried yeah, I'd be on board with that. I was similarly temped. :)16:11
edmondswtempted*16:11
efriededmondsw I'm working through it, but see my comments; I'm still torn whether to do all that cleanup via this change, or split it out.16:11
edmondswefried your comments appear to be more about how to improve what we log than about t9n... I would argue they should be a separate patch16:26
edmondswat least the ones I've read so far16:27
efriededmondsw Yeah, you're right procedurally.  Just going to be a PITA patch-chain-wise.16:27
edmondswefried not if we wait to propose that until after this merges16:28
efriededmondsw Yeah, but I'm already working on it.16:28
efriedI mired myself.16:28
edmondswefried but if you want to take it over and do it all in one, works for me :)16:28
edmondswefried I tried really hard not to look at the messages so I didn't notice things like you did and get us into that :)16:29
efriedyeah, totally16:29
efriedI got sucked in bit by bit, first when I saw your "consolidate lines" comments; then when I noticed a LOG.exception that was redundantly printing the exception....16:30
efriedquicksand16:30
edmondswsorry for contributing to that!16:32
*** thorst has joined #openstack-powervm16:44
esbergluedmondsw: efried: Any idea what could be causing these SSL Errors?16:52
esbergluhttp://184.172.12.213/85/330285/55/check/nova-out-of-tree-pvm/a60bb75/console.html16:52
efriedI defer to edmondsw16:53
edmondswesberglu looking...16:53
esbergluedmondsw: I haven't debugged this at all yet fyi16:54
edmondswesberglu not sure off the top of my head16:54
esbergluedmondsw: Okay. I'll see what I find after lunch16:54
edmondswesberglu is that trying to pull down a package?16:55
edmondswesberglu might just have to retry and see if the network cleared up, or try a mirror16:55
*** thorst has quit IRC16:57
*** thorst has joined #openstack-powervm16:57
edmondswesberglu there's this, but we wouldn't be using multiprocessing, would we?  https://stackoverflow.com/questions/3724900/python-ssl-problem-with-multiprocessing16:58
*** thorst_ has joined #openstack-powervm17:00
*** thorst has quit IRC17:02
*** thorst_ has quit IRC17:05
*** mdrabe has quit IRC17:10
*** thorst has joined #openstack-powervm17:20
*** jwcroppe has quit IRC17:20
*** thorst has quit IRC17:24
*** efried has quit IRC17:25
esbergluedmondsw: I put up a WIP patch for the hypervisor devref in openstack-manuals. I guess that is frozen because they are migrating the docs17:56
esbergluhttp://lists.openstack.org/pipermail/openstack-dev/2017-June/118584.html17:56
esbergluNo big deal, we wanted that doc in by the pike-3 milestone which still gives us plenty of time17:56
esbergluNot sure if the nova side of the doc migration is done yet17:57
esbergluJust wanted to let you know since I said I would have a draft up today17:57
edmondswesberglu tx18:00
edmondswesberglu any luck with the SSL error?18:00
esbergluNope just about to dive in18:00
*** thorst has joined #openstack-powervm18:23
*** mdrabe has joined #openstack-powervm18:27
*** thorst has quit IRC18:27
*** jwcroppe has joined #openstack-powervm18:31
*** thorst has joined #openstack-powervm18:35
*** thorst has quit IRC18:40
*** thorst has joined #openstack-powervm18:50
*** thorst has quit IRC18:54
*** thorst has joined #openstack-powervm19:40
*** mdrabe has quit IRC19:43
*** thorst has quit IRC19:44
*** thorst has joined #openstack-powervm19:46
*** thorst has quit IRC19:50
*** efried has joined #openstack-powervm19:51
*** jwcroppe has quit IRC20:00
efriedesberglu Is openstack net-delete the right syntax?  Not openstack network delete ?20:10
esbergluefried: Fixed20:10
openstackgerritEric Fried proposed openstack/nova-powervm master: Remove log translations  https://review.openstack.org/47641120:13
efriededmondsw ^^20:13
efriedFollowup change for the other cleanup stuff.20:13
efriedThat is, the above just has translation stuff; and I will be proposing a followup change for the other cleanup stuff.20:14
*** k0da has joined #openstack-powervm20:23
openstackgerritEric Fried proposed openstack/nova-powervm master: Remove log translations  https://review.openstack.org/47641120:24
*** jwcroppe has joined #openstack-powervm20:28
openstackgerritEric Fried proposed openstack/nova-powervm master: Clean up log messages  https://review.openstack.org/47669520:33
efriededmondsw ^^ is the followup.20:34
efriedI probably want to do another pass to make sure I hit the LOG.debugs, since I did ^ just based on the t9n review.20:34
*** mdrabe has joined #openstack-powervm20:38
*** esberglu has quit IRC20:43
*** smatzek_ has quit IRC20:45
*** jwcroppe has quit IRC20:50
*** thorst has joined #openstack-powervm21:04
*** jwcroppe has joined #openstack-powervm21:09
edmondswefried sorry, was on screen, and now I have to run... will try to look later tonight21:09
efriededmondsw No hurry.21:09
*** edmondsw has quit IRC21:13
*** mdrabe has quit IRC21:13
*** mdrabe has joined #openstack-powervm21:13
*** edmondsw has joined #openstack-powervm21:16
*** edmondsw has quit IRC21:21
*** esberglu has joined #openstack-powervm21:30
*** esberglu has quit IRC21:35
openstackgerritEric Fried proposed openstack/nova-powervm master: Adopt new pypowervm power_off APIs  https://review.openstack.org/47627421:45
*** smatzek has joined #openstack-powervm21:45
*** thorst has quit IRC21:47
*** smatzek has quit IRC21:58
*** kylek3h has quit IRC21:58
*** mdrabe has quit IRC22:00
*** dwayne has quit IRC22:12
*** jwcroppe has quit IRC22:21
*** edmondsw has joined #openstack-powervm22:49
*** thorst has joined #openstack-powervm22:52
*** k0da has quit IRC23:05
*** thorst has quit IRC23:09
*** dwayne has joined #openstack-powervm23:18
*** jwcroppe has joined #openstack-powervm23:22
*** jwcroppe has quit IRC23:23
*** jwcroppe_ has joined #openstack-powervm23:24
*** jwcroppe_ has quit IRC23:25
*** jwcroppe_ has joined #openstack-powervm23:25

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