Earlier  
Posted Nick Remark
#openstack-nova - 2018-01-05
10:45:48 stephenfin See what the gate thinks too
10:47:06 openstackgerrit Stephen Finucane proposed openstack/os-vif master: zuul: Enable functional tests in gate https://review.openstack.org/530961
10:47:07 openstackgerrit Stephen Finucane proposed openstack/os-vif master: Configure privsep binary https://review.openstack.org/531358
10:47:10 sean-k-mooney no prob it will only take like 5min to get the env setup i mainly the proxies...#
10:57:35 openstackgerrit Matthew Booth proposed openstack/nova master: Don't generate fake disk_info in swap_volume https://review.openstack.org/530787
10:57:35 openstackgerrit Matthew Booth proposed openstack/nova master: Remove redundant swap_volume tests https://review.openstack.org/531179
10:57:36 openstackgerrit Matthew Booth proposed openstack/nova master: Local disk serial numbers for the libvirt driver https://review.openstack.org/529380
11:04:37 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: Refactor encryptor attach and detach calls https://review.openstack.org/460243
11:04:38 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: Attach and detach encryptors during swap_volume https://review.openstack.org/531233
11:05:50 sean-k-mooney stephenfin: v2 fails v3 gives me the No module named internal.command.ip.test_impl_pyroute2 issue but only on centos. on ubunutu v3 works
11:06:45 stephenfin Try this on Ubuntu -> sudo -E su -c 'echo $PATH'
11:07:43 stephenfin CentOS has 'Defaults secure_path = /sbin:/bin:/usr/sbin:/usr/bin'. I imagine Ubuntu might not
11:07:44 sean-k-mooney /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games vs /sbin:/bin:/usr/sbin:/usr/bin on centos
11:08:25 stephenfin Hmm, still doesn't pass through the virtualenv directory. I'd expected it would
11:08:40 sean-k-mooney well i was not in a venves ill try that instead
11:09:05 stephenfin Oh, yeah :D source .tox/functional/bin/activate first :)
11:09:42 sean-k-mooney i think " tox -e venv -- sudo -E su -c 'echo $PATH'" will also work
11:11:46 sean-k-mooney stephenfin: not much is jumping out at me http://paste.openstack.org/show/639010/
11:16:31 stephenfin sean-k-mooney: Is that any help to us though?
11:23:13 sean-k-mooney i dont think its related to the system path.
11:34:37 sean-k-mooney stephenfin: i think this has someithing to do with the python path. specifically i do not think the privsep deamon spawnded via sudo -E on cetos is using the python path that with the virtual_env
11:35:13 stephenfin Yeah, I've tried setting 'PYTHONPATH' but haven't had any luck so far
11:35:23 stephenfin I wonder if it's using a different Python interpreter too?
11:35:50 sean-k-mooney slightly 2.7.12 on ubuntu and 2.7.5 on centos
11:36:21 stephenfin No, I meant the one in the virtualenv vs the system one
11:36:47 sean-k-mooney oh you can force that but no not by default
11:37:07 stephenfin I'm not actually sure how virtualenv configures PYTHONPATH. I was assuming it was done by way of the environment variable but apparently not
11:37:24 sean-k-mooney if i activeate teh virutal enve and run python i can run "from os_vif.internal.command.ip import impl_pyroute2" but it dose not work if i do sudo -E python
11:38:17 stephenfin Yeah, I tried 'sudo PYTHONPATH=.tox/functional/lib/python2.7/site-packages' too, but to no avail
11:38:20 sean-k-mooney hum that is the same on ubuntho though
11:43:13 sean-k-mooney stephenfin: well python -c "import sys; print('\n'.join(sys.path))" is pretty clear. with sudo -E teh venv disapears
11:46:08 stephenfin cdent: Finished https://review.openstack.org/#/c/513526/. One potential follow-up in there
11:48:11 cdent stephenfin: roger that. I think that block being where it is is a holdover from an earlier version where the logic was somewhat different and a rebase required shifting the logic a bit
11:48:46 cdent actually...
11:50:29 cdent no, that statement's right
11:54:24 openstackgerrit Lee Yarwood proposed openstack/nova master: libvirt: Attach and detach encryptors during swap_volume https://review.openstack.org/531233
12:35:24 sean-k-mooney efried: o/
12:39:07 sean-k-mooney efried: is https://review.openstack.org/#/c/531260/ the top patch on the nested resouce provides series?
13:40:18 mhenkel hi All
13:41:00 mhenkel I am trying to use the haproxy template similar to this one: https://review.openstack.org/#/c/474107/8/puppet/services/keystone.yaml
13:42:07 mhenkel however, when I define server_names: "%{hiera('contrail_config_node_names')}" haproxy puppet fails with:
13:42:30 mhenkel character '[' is not permitted in server name '[\"overcloud-contrailcontroller-0.internalapi.localdomain\"]'."
13:42:30 mhenkel "Error: /Stage[main]/Haproxy/Haproxy::Instance[haproxy]/Haproxy::Config[haproxy]/Concat[/etc/haproxy/haproxy.cfg]/File[/etc/haproxy/haproxy.cfg]/content: change from {md5}1f337186b0e1ba5ee82760cb437fb810 to {md5}d12e9a54e85e6bb63391d61cf9eb1da6 failed: Execution of '/usr/sbin/haproxy -f /etc/haproxy/haproxy.cfg20180105-12-13t72r6 -c' returned 1: [ALERT] 004/024209 (275) : parsing [/etc/haproxy/haproxy.cfg20180105-12-13t72r6:53] :
13:46:39 mhenkel any idea why %{hiera('contrail_config_node_names')} returns [\"overcloud-contrailcontroller-0.internalapi.localdomain\"] instead of overcloud-contrailcontroller-0.internalapi.localdomain ?
13:48:20 stephenfin mhenkel: Sounds like something for #tripleo or #puppet
13:53:12 artom mdbooth, I did have an idea of "meta-reviews" a while ago
13:53:39 artom The (very legitimate) response was "make it happen"
13:53:50 artom To which my also very legitimate reaction was "ugh"
13:53:54 artom And nothing came of it :/
13:54:17 mdbooth artom: My concern's more that I suspect people have review lists like 'open reviews with +1 from Zuul and no -1s'
13:54:43 mdbooth And my patch would now fall foul of that for a completely dumb reason
13:55:07 mdbooth An alternate idea would be the ability to mark a -1 as 'I looked at that, and have no intention of addressing it'.
13:55:30 mdbooth Then people might filter on unaddressed -1s instead.
13:56:05 mhenkel stephenfin: sorry, wrong channel
13:57:53 mdbooth artom: Meta reviews would be good, though.
13:58:00 artom mdbooth, also, I suspect just showing who the -1 is from would help that
13:58:05 mdbooth Although, who would do them?
14:00:07 stephenfin mdbooth, artom: If you're using the dashboards from gerrit-dash-creator, they shouldn't matter. The only -1s used to filter stuff there are core ones https://github.com/openstack/gerrit-dash-creator/tree/master/dashboards
14:00:14 stephenfin Just as an aside
14:00:27 mdbooth stephenfin: Ah, that's awesome
14:00:59 mdbooth Well, somewhat elitist, but better that than exclude based on drive-bys
14:01:02 mdbooth ;)
14:01:25 stephenfin Elitist, but the best we've got ;)
14:03:58 openstackgerrit Lajos Katona proposed openstack/nova master: Deduplicate aggregate notification samples https://review.openstack.org/531162
14:06:30 hrw speaking of reviews... anyone with free time to take a look at two simple aarch64 related patches? https://review.openstack.org/#/c/530965/ takes care of cpu_mode and https://review.openstack.org/#/c/489951/ makes aarch64 bootable out-of-the-box
14:16:53 mriedem kashyap: bad news, the shareable disk flag doesn't work when using raw images either http://paste.openstack.org/show/639185/
14:21:50 efried sean-k-mooney Howdy. That's the top patch in *one* of the nrp series, yes.
14:25:34 ildikov mriedem: kashyap: :(
14:25:36 openstackgerrit Lajos Katona proposed openstack/nova master: Deduplicate service status notification samples https://review.openstack.org/531381
14:25:43 openstackgerrit Stephen Finucane proposed openstack/nova master: Add debug output for selected page size https://review.openstack.org/530662
14:26:12 ildikov mriedem: which versions gave you that error?
14:28:58 ildikov mriedem: I also saw this 'qcow2 would suffer metadata corruption in such case' in the latest comment of this bug: https://bugzilla.redhat.com/show_bug.cgi?id=1415250
14:28:59 openstack bugzilla.redhat.com bug 1415250 in openstack-nova "QEMU image file locking (RHOS)" [High,Post] - Assigned to lyarwood
14:32:05 stephenfin mdbooth: What's the name of the pattern where you create an instance of object() and use that as a unique identifier?
14:33:03 mdbooth stephenfin: I don't know. I stole it from zzzeek
14:33:41 mdbooth It's a sentinel, though, so that might be what it's called?
14:34:18 stephenfin Yup, sentinel is the word I was looking for
14:38:59 mriedem ildikov: this is still qemu 2.10 and libvirt 3.6
14:39:36 mriedem kashyap was saying the libvirt devs were saying that qcow2 wouldn't work before libvirt 3.10 for shareable disks but raw should work, so this test run is setting CONF.libvirt.images_type=raw and CONF.use_cow_images=False
14:39:38 mriedem but still doesn't work
14:40:43 mnaser did i hit a really weird race condition possibly...? "Conflict updating instance e8cc3ace-2441-413e-bee7-d3a667e3298f. Expected: {'task_state': [u'migrating']}. Actual: {'task_state': None}"
14:41:13 mriedem possibly, might depend on what it's trying to change the task_state to
14:41:34 mnaser reset-state --active and doing a live-migration again triggers it.. let me check
14:41:59 Roamer` okay, so I'll try to also reach johnthetubaguy through a couple of other channels, but maybe I should also try to start a conversation here... What do people think about adding a pretty much trivial StorPool volume attachment driver as in https://review.openstack.org/140733/ ? I know that milestone 1 has passed and we're actually getting pretty close to milestone 2, but the Cinder and os-brick dri
14:42:05 Roamer` vers made it in last week, so right now we're in a funny situation where the main use case for the StorPool driver still needs manual patching. There's actually a major downstream OpenStack distributor with a client that wants to use StorPool, and the distributor would strongly prefer if all three StorPool drivers made it into OpenStack... so is there a chance for that? :)
14:42:14 mdbooth mriedem: I don't think those config params would affect volumes anyway fwiw.
14:43:06 mriedem was wondering that,
14:43:15 mriedem i guess those are only used for ephemeral imagebackend devices
14:43:21 mdbooth Yep
14:43:23 mriedem ok
14:43:23 mriedem gah
14:43:38 mriedem alright, trying again w/o pike uca so we use qemu 2.5
14:45:09 mriedem yikun: i think we should probably just add uuid to the response for the server migrations API in this change as well https://review.openstack.org/#/c/330406/ - is that something you think you'll have time for? if not, i can add that part of the change
14:50:58 mlavalle mriedem, hongbin: https://bugs.launchpad.net/neutron/+bug/1718605 is approved
14:50:59 openstack Launchpad bug 1718605 in neutron "[RFE] Support sub-string matching when filtering port with IP address" [Wishlist,Triaged] - Assigned to hongbin (hongbin034)
14:51:30 hongbin mlavalle: great. thanks
14:55:31 ildikov mriedem: got it, sadness, I guess it means we're falling back to play with the versions in Devstack then
14:56:28 mriedem ildikov: yeah
14:56:38 mriedem mlavalle: nice
14:57:59 fried_rice figleaf What's the status of the alternate hosts series (for purposes of the sched mtg agenda)?

Earlier   Later