Tuesday, 2017-09-12

*** thorst has joined #openstack-powervm00:22
*** thorst has quit IRC00:27
*** smatzek has joined #openstack-powervm01:19
*** smatzek has quit IRC01:41
*** thorst has joined #openstack-powervm01:59
*** thorst has quit IRC02:03
*** thorst has joined #openstack-powervm02:15
*** thorst has quit IRC02:16
*** thorst has joined #openstack-powervm02:33
*** thorst has quit IRC02:34
*** edmondsw has joined #openstack-powervm03:04
*** kylek3h has joined #openstack-powervm03:04
*** edmondsw has quit IRC03:53
*** edmondsw has joined #openstack-powervm03:57
*** chhavi has joined #openstack-powervm04:16
*** edmondsw has quit IRC05:02
*** chhavi has quit IRC05:25
*** chas has joined #openstack-powervm06:42
*** chhavi has joined #openstack-powervm06:42
*** edmondsw has joined #openstack-powervm07:02
*** edmondsw has quit IRC07:07
*** k0da has joined #openstack-powervm08:18
*** k0da has quit IRC08:51
*** k0da has joined #openstack-powervm08:52
*** k0da has quit IRC09:04
*** k0da has joined #openstack-powervm09:17
*** k0da has quit IRC09:43
*** chhavi has quit IRC10:08
*** edmondsw has joined #openstack-powervm11:04
*** edmondsw has quit IRC11:09
*** smatzek has joined #openstack-powervm11:19
*** thorst has joined #openstack-powervm11:25
*** edmondsw has joined #openstack-powervm12:29
*** esberglu has joined #openstack-powervm13:05
*** smatzek has quit IRC13:28
*** chhavi has joined #openstack-powervm13:47
*** kylek3h has quit IRC13:48
*** k0da has joined #openstack-powervm13:51
openstackgerritOpenStack Proposal Bot proposed openstack/ceilometer-powervm master: Updated from global requirements  https://review.openstack.org/50263413:59
*** smatzek has joined #openstack-powervm14:03
openstackgerritOpenStack Proposal Bot proposed openstack/networking-powervm master: Updated from global requirements  https://review.openstack.org/50269314:05
openstackgerritOpenStack Proposal Bot proposed openstack/nova-powervm master: Updated from global requirements  https://review.openstack.org/50270214:08
*** chhavi__ has joined #openstack-powervm14:21
*** chhavi has quit IRC14:22
*** kylek3h has joined #openstack-powervm14:22
*** chhavi__ has quit IRC14:28
*** chhavi__ has joined #openstack-powervm14:28
*** edmondsw has quit IRC14:37
*** edmondsw has joined #openstack-powervm14:56
*** efried has joined #openstack-powervm14:57
*** edmondsw has quit IRC15:01
*** edmondsw has joined #openstack-powervm15:02
*** edmondsw_ has joined #openstack-powervm15:06
*** edmondsw has quit IRC15:07
*** efried has quit IRC15:11
*** efried has joined #openstack-powervm15:20
esbergluefried: I'm finishing up the nova IT spec. In the previous spec there was some stuff about refstack validation. I'm not aware of any work that went into doing that. You know if that is still part of the plan?15:45
esbergluedmondsw_: ^15:46
efriedesberglu I don't know if we're still picking at that.  thorst should answer.15:46
efriedAll, pypowervm 1.1.7 bump for nova-powervm - which is the thing we're waiting for to merge several changes - is here: https://review.openstack.org/#/c/502702/315:47
esbergluefried: edmondsw_: See 5887 when you can. Removing the discover_hosts post stack didn't work (stack is still failing to find the compute host)15:49
efriedeff15:49
esbergluAnd it's hitting a decent chunk of CI runs (including the 1.1.7 bump above)15:49
efriedesberglu Done.  I did post a recheck on ^ already.15:50
esbergluefried: tx15:52
esbergluefried: Also that privesp change got rid of the rootwrap issue, however the same tests (snapshot) are now failing with16:00
esbergluSep 11 18:24:39.136833 powervm-ci-powervm-devstacked-44144 nova-compute[2922]: ERROR oslo_messaging.rpc.server [01;35m[00mUnserializable message: ('#ERROR', ValueError('I/O operation on closed file',))16:00
efriedesberglu Pastebin the stack16:00
esbergluhttp://paste.openstack.org/show/620946/16:01
esbergluIt's coming from the16:02
esbergluwith utils.temporary_chown(devpath), open(devpath, 'rb') as stream:f16:02
esberglu(minus that last f)16:02
esbergluin /opt/stack/nova-powervm/nova_powervm/virt/powervm/image.py16:02
esbergluL3516:02
esbergluL4516:02
esbergluhttps://github.com/openstack/nova-powervm/blob/master/nova_powervm/virt/powervm/image.py#L4516:03
edmondsw_esberglu we don't have bandwidth to do anything with refstack right now16:04
esbergluedmondsw_: K I will remove that bit from the spec16:05
edmondsw_tx16:05
edmondsw_esberglu let's put something on the TODO list to figure out why 5887 was necessary16:07
efriedesberglu The stack doesn't really indicate this, but I'm betting we bounced off of the rootwrap chown because they removed it.  So we'll have to figure out how to do that chown via dac_admin.  Or something.16:08
esbergluefried: Okay. I will look into it after lunch, they likely have that in place already16:09
esbergluhopefully16:09
efriedesberglu Actually, hm, since that method (temporary_chown) is still in nova.utils, it'd be a little surprising if that rootwrap got whacked.16:10
efriedesberglu Is this error consistent?16:11
*** smatzek has quit IRC16:11
esbergluefried: It's hitting all OOT runs16:11
esbergluSo we need to fix it to get the 1.1.7 changes in16:12
efriedlovely16:12
esbergluyep16:12
edmondsw_efried esberglu guessing this caused it: https://github.com/openstack/nova/commit/f535e8bb9905b5632416135af5789704db6d286716:16
efriededmondsw_ See -nova16:17
edmondsw_efried yep yep16:18
edmondsw_I wasn't seeing how that other changed had did it... I did see an example there of how to use dac_admin now16:18
edmondsw_(specifically with chown)16:18
edmondsw_but you're right that they didn't address temporary_chown16:19
*** edmondsw_ is now known as edmondsw16:19
edmondswesberglu you can see an example of how to use dac_admin with chown in nova/virt/disk/vfs/localfs.py16:20
esbergluedmondsw: Do you know how to change the author of the commits? My git config got messed up, but even after I fixed it and put a new patch up it isn't changing the author to me16:23
esbergluedmondsw: It did change the committer, might just be stuck since the first patch was uploaded with the wrong author16:24
edmondswesberglu better fix test_temporary_chown in nova/tests/unit/test_utils.py when you fix the temporary_chown implementation as well... that UT should have failed when https://review.openstack.org/#/c/471972/31/etc/nova/rootwrap.d/compute.filters merged but didn't16:24
edmondswesberglu author is the committer of the first patch set16:24
edmondswyou can't change it after that16:24
esbergluedmondsw: Ugh. Oh well16:25
edmondswyeah, it's kind of annoying16:25
edmondswpros and cons16:25
esbergluefried: edmondsw: thorst: The first draft for the queens spec is up16:26
efriedesberglu Ack, will review.16:26
edmondswefried esberglu we've got a couple options... 1) fix temporary_chown or 2) put back the rootwrap rule until it's actually safe to remove it16:27
edmondswI'd prefer #1, but if we need a quick fix...16:27
edmondswesberglu ack16:27
mdrabeI think you can change the author of a commit no?16:28
esberglumdrabe: I manually edited the commit message with me as the author and it got overwritten with the original16:28
efriededmondsw Well, #1 is way more likely to fly in nova.  If you're suggesting temporarily hacking it up in nova-powervm, that's different.16:28
mdrabegit commit --amend --author="Author Name <email@address.com>"16:28
edmondswefried the latter16:28
edmondswwe should get a LP bug opened for #1 either way16:29
efriedSee -nova: mikal confirms it was a miss.16:29
esberglumdrabe: Oh that worked thanks16:29
efriedoh, nice16:30
efriedThanks mdrabe !16:30
edmondswmdrabe sweet, tx!16:31
efriedesberglu Okay, mikal wants the LP bug, but he's gonna work the fix.16:32
*** k0da has quit IRC16:34
efriedesberglu You opening that bug?16:36
*** chas has quit IRC16:37
esbergluefried: Yep16:37
*** chas has joined #openstack-powervm16:37
*** edmondsw has quit IRC16:38
*** edmondsw has joined #openstack-powervm16:38
*** chas has quit IRC16:41
*** chas has joined #openstack-powervm16:42
*** edmondsw has quit IRC16:43
*** chas has quit IRC16:46
*** thorst has quit IRC16:47
*** esberglu is now known as esberglu_lunch16:52
*** edmondsw has joined #openstack-powervm16:56
*** edmondsw has quit IRC17:01
openstackgerritEric Fried proposed openstack/nova-powervm master: WIP: dac_admin_pctxt to stream block device to glance  https://review.openstack.org/50307817:10
*** thorst has joined #openstack-powervm17:19
*** edmondsw has joined #openstack-powervm17:30
*** kylek3h has quit IRC17:37
*** kylek3h has joined #openstack-powervm17:38
*** kylek3h has quit IRC17:43
*** edmondsw has quit IRC17:46
*** edmondsw has joined #openstack-powervm17:47
*** edmondsw has quit IRC17:51
*** efried has quit IRC18:01
*** esberglu_lunch is now known as esberglu18:05
*** thorst has quit IRC18:06
*** edmondsw has joined #openstack-powervm18:18
*** chhavi__ has quit IRC18:36
*** chas has joined #openstack-powervm18:43
*** chas has quit IRC18:48
*** efried has joined #openstack-powervm19:06
openstackgerritEric Fried proposed openstack/nova-powervm master: WIP: dac_admin_pctxt to stream block device to glance  https://review.openstack.org/50307819:07
edmondswesberglu I posted comments on the spec. Some easy changes. Ping me if you have questions19:10
*** kylek3h has joined #openstack-powervm19:13
efriedesberglu Ahem, we don't actually need to patch https://review.openstack.org/#/c/503079/ in anywhere to have it run through our CI.  We hopefully just expect the snapshot test to pass now.19:14
*** efried has quit IRC19:28
edmondswefried take a quick look at the 2 comments I dropped on https://review.openstack.org/#/c/471926/1419:30
esbergluedmondsw: ack19:31
*** kylek3h has quit IRC19:38
*** kylek3h has joined #openstack-powervm19:46
*** kylek3h has quit IRC19:48
*** chas has joined #openstack-powervm19:51
*** kylek3h has joined #openstack-powervm19:54
*** efried has joined #openstack-powervm20:26
edmondswmdrabe tx for your replies.. I replied back...20:41
*** esberglu has quit IRC20:58
*** esberglu has joined #openstack-powervm20:58
*** esberglu has quit IRC21:03
*** esberglu has joined #openstack-powervm21:10
*** kylek3h has quit IRC21:13
*** edmondsw has quit IRC21:14
*** edmondsw has joined #openstack-powervm21:14
*** edmondsw has quit IRC21:19
*** edmondsw has joined #openstack-powervm21:23
*** edmondsw has quit IRC21:27
*** edmondsw has joined #openstack-powervm21:27
*** edmondsw has quit IRC21:31
openstackgerritEric Fried proposed openstack/nova-powervm master: WIP: dac_admin_pctxt to stream block device to glance  https://review.openstack.org/50307821:32
openstackgerritMerged openstack/nova-powervm master: Change NVRAM manager and Swift APIs to accept UUID  https://review.openstack.org/47192621:32
*** edmondsw has joined #openstack-powervm21:34
*** thorst has joined #openstack-powervm21:36
openstackgerritOpenStack Proposal Bot proposed openstack/nova-powervm master: Updated from global requirements  https://review.openstack.org/50270221:37
*** edmondsw has quit IRC21:39
*** edmondsw has joined #openstack-powervm21:39
*** edmondsw_ has joined #openstack-powervm21:40
*** edmondsw has quit IRC21:40
*** edmondsw_ has quit IRC21:50
*** edmondsw has joined #openstack-powervm21:51
*** kylek3h has joined #openstack-powervm21:51
*** edmondsw has quit IRC21:55
*** thorst has quit IRC22:07
*** thorst has joined #openstack-powervm22:08
*** esberglu has quit IRC22:08
*** edmondsw has joined #openstack-powervm22:10
*** thorst has quit IRC22:12
*** kylek3h has quit IRC22:13
*** edmondsw has quit IRC22:15
*** edmondsw has joined #openstack-powervm22:15
*** edmondsw has quit IRC22:19
*** thorst has joined #openstack-powervm22:19
*** thorst has quit IRC22:31
*** esberglu has joined #openstack-powervm22:37
*** edmondsw has joined #openstack-powervm22:40
*** esberglu has quit IRC22:41
openstackgerritEric Fried proposed openstack/nova-powervm master: WIP: dac_admin_pctxt to stream block device to glance  https://review.openstack.org/50307822:42
efriedokay, let's try THIS ^22:42
*** edmondsw has quit IRC22:51
*** edmondsw has joined #openstack-powervm22:52
*** chas has quit IRC22:55
*** chas has joined #openstack-powervm22:55
*** efried has quit IRC22:55
*** edmondsw has quit IRC22:56
*** chas has quit IRC23:00
*** adreznec has quit IRC23:48
*** adreznec_ has joined #openstack-powervm23:48
*** adreznec_ is now known as adreznec23:49

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