Earlier  
Posted Nick Remark
#openstack-nova - 2019-02-13
14:36:03 efried Shilpa: Okay.
14:36:57 Shilpa efried: at taskflow github repo, in REDME posted Bugs: https://bugs.launchpad.net/taskflow/
14:38:49 bauzas holy shit, I'm deploying devstack and placement gives me a 503 when being started
14:38:52 bauzas wtf
14:39:10 sean-k-mooney bauzas: its likely the same issue i had
14:39:21 sean-k-mooney you have old apache config files
14:39:22 bauzas efried: cdent: any thoughts on that ?
14:39:28 bauzas hah
14:39:32 bauzas i asked to reclone
14:39:41 sean-k-mooney it wont fix it
14:39:44 bauzas yeah
14:39:54 bauzas but then we're missing something in lib/placemenbt
14:40:04 bauzas because a clean.sh didn't fix it too
14:40:24 sean-k-mooney nuke your /etc/http/site-available and sites-enabled
14:40:24 openstackgerrit Alexandra Settle proposed openstack/nova master: Adding cross refs for config options in scheduler filter guide https://review.openstack.org/636635
14:40:38 sean-k-mooney bauzas: ya i was ment to wite a change to devstack to fix it
14:40:45 sean-k-mooney its on my todo list
14:40:50 efried cool
14:40:51 bauzas ok
14:40:54 bauzas gtk
14:40:55 sean-k-mooney hopefully ill get to it by next week
14:40:57 cdent it's a generic problem with how apache stuff is config'd not just placement
14:41:18 cdent there are additional issues when you switch back and forth between using uwsgi and not
14:41:19 sean-k-mooney ya i hit the same issue with cinder i think
14:41:23 openstackgerrit Alexandra Settle proposed openstack/nova master: Adding cross refs for config options in scheduler filter guide https://review.openstack.org/636635
14:41:34 bauzas sean-k-mooney: wait, I'm running devstack with uwsgi
14:41:40 sean-k-mooney yes
14:41:48 bauzas I don't have httpd site
14:41:50 sean-k-mooney apache is still being used as a reverse proxy
14:41:50 efried cdent: is it the kind of thing it would be appropriate to put a hack into devstack to clean up / make sure it dtrt?
14:42:06 cdent efried: sean-k-mooney plans to figure it out
14:42:12 efried woot
14:42:25 bauzas sean-k-mooney: wait, I don't know what to bitch
14:42:30 sean-k-mooney if your using ubnuntu its under /etc/apache2/...
14:42:37 bauzas my httpd directory is sane
14:42:56 bauzas it's RHEL, so /etc/httpd but whatever
14:43:02 sean-k-mooney bauzas: for me it was poining at an old socket name nova-placement.socket
14:43:39 bauzas ah, interesting
14:43:42 sean-k-mooney you could see the error in the apache errror log in /var/httpd/error.log
14:43:43 bauzas in conf.d, I have two files
14:44:03 bauzas nova-placement-api.conf and placement-api.conf
14:44:27 sean-k-mooney bauzas: the simple solution is to run clean unistall httpd and delete /etc/httpd then stack
14:44:30 sean-k-mooney it will fix everything
14:44:46 sean-k-mooney but really you just need to remove the placemetn config file
14:45:21 bauzas I guess
14:45:22 bauzas lemme try
14:46:08 sean-k-mooney i have done ^ 3 times in the last week for this issue on different systems
14:46:28 sean-k-mooney but ill look at actully just makeing devstack fix it properly next week
14:46:36 bauzas cdent: edleafe: efried: somehow, we changed from nova-placement-api.conf to placement-api.conf without thinking of folks who upgrade
14:46:38 bauzas :)
14:46:48 bauzas words of wisdom, people do upgrade :)
14:47:01 cdent of devstack?
14:47:01 sean-k-mooney bauzas: yep but its also devstack soo....
14:47:22 cdent i thought the three letters on the front was a clue?
14:47:43 sean-k-mooney i assume grenade is just nuking the configs and replaceing them with new ones
14:48:12 sean-k-mooney cdent: it still shows up on the openstack survay in prod ocationally
14:48:51 sean-k-mooney cdent: honestly with the ansible rules we use in the gate for deploying it and the swap to systemd for all the things its actully a lot less dumb then it used to be
14:49:02 sean-k-mooney cdent: it now support host reboots again
14:49:03 bauzas cdent: you don't imagine how much devstack is insightful for deployers :)
14:49:17 cdent I'm not disputing that devstack should clean up apache configs better. Just trying to point out that this is an old and not related to placement problem and not something that is super urgent. it's just a bug that needs to be fixed
14:49:17 bauzas but anyway, not a big deal
14:49:21 cdent anyone can fix it
14:50:17 sean-k-mooney fixed and then backported as this only happens if you swap branches
14:50:51 jroll I'm surprised clean.sh doesn't remove apache configs, seems like an easy fix
14:50:55 sean-k-mooney which developer do a lot but ci systems and normal peole do not
14:51:44 cdent jroll: I really think it simply comes down to "nobody has got around to it yet or been burned enough to bother". sean-k-mooney is nearly there.
14:51:47 sean-k-mooney jroll: it also does not remove apache. i mean that is the super simple fix but not makeing the config generate condtional woudl also have worked
14:51:51 cdent sounds like bauzas is already there but doesn't have time
14:53:26 sean-k-mooney im takeing 2 days off this week and need to get other stuff done before i do which is the only reason i havent done it yet.
14:58:22 kashyap As promised earlier: http://lists.openstack.org/pipermail/openstack-discuss/2019-February/002665.html -- [ops][nova] Heads-up: Upcoming version bump for libvirt and QEMU in 'Stein'
14:59:41 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Bump MIN_{LIBVIRT,QEMU}_VERSION for "Stein" https://review.openstack.org/632507
14:59:42 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Drop MIN_LIBVIRT_PARALLELS_SET_ADMIN_PASSWD https://review.openstack.org/632514
15:00:28 kashyap gibi: stephenfin: Just a commit message update on the main patch ^
15:02:35 openstackgerrit Alexandra Settle proposed openstack/nova master: Adding cross refs for config options in scheduler filter guide https://review.openstack.org/636635
15:06:35 bauzas gibi: so, I uploaded my change
15:06:46 bauzas gibi: but now the func test you wrote is failing
15:06:50 bauzas weird, heh ?
15:06:52 gibi bauzas: sorry, I haven't looked it yet
15:07:05 bauzas no worries, just saying
15:08:21 bauzas gibi: I don't get why but the root RP has a VGPU inventory, hence the mismatch
15:09:30 bauzas gibi: http://logs.openstack.org/59/631559/5/check/nova-tox-functional/100cfb6/job-output.txt.gz#_2019-02-13_11_19_37_217415
15:09:40 bauzas gibi: any reason why you don't provide the VGPU inventory first ?
15:19:41 openstackgerrit Kashyap Chamarthy proposed openstack/nova master: libvirt: Drop MIN_LIBVIRT_PARALLELS_SET_ADMIN_PASSWD https://review.openstack.org/632514
15:39:14 gibi bauzas: sorry I was dragged away from the keyboard
15:39:24 bauzas gibi: heh, we all are
15:39:38 bauzas or, rather, always dragged from upstream
15:42:56 gibi bauzas: if https://review.openstack.org/#/c/631559/5/nova/tests/functional/libvirt/test_reshape.py@130 fails then it means that the reshape does not moved the VGPU resource away from the compute RP to the GPU RP
15:43:15 gibi bauzas: https://review.openstack.org/#/c/631559/5/nova/tests/functional/libvirt/test_reshape.py@123 should trigger the reshape
15:43:41 bauzas I'll dig into pdbing it
15:43:58 bauzas in the meantime, lemme mark my series as -2
15:54:04 openstackgerrit Alexandra Settle proposed openstack/nova master: Adding cross refs for config options in scheduler filter guide https://review.openstack.org/636635
15:59:07 gibi bauzas: http://logs.openstack.org/59/631559/5/check/nova-tox-functional/100cfb6/job-output.txt.gz#_2019-02-13_11_19_37_215302 here is when the compute is restarted and should do the reshape
16:02:00 openstackgerrit Jack Ding proposed openstack/nova master: Flavor extra spec and image properties validation https://review.openstack.org/620706
16:24:19 melwitt o/
16:50:45 openstackgerrit Matt Riedemann proposed openstack/nova master: Use math.gcd starting with python 3.5 https://review.openstack.org/636669
16:51:40 melwitt mriedem: there's a patch proposed to add basic info about projects to the openstack-map, if you're interested in reviewing the nova info https://review.openstack.org/636604
17:01:46 openstackgerrit Vlad Gusev proposed openstack/nova stable/queens: Handle unicode characters in migration params https://review.openstack.org/636678
17:09:09 mriedem melwitt: commented
17:09:13 mriedem dansmith: replied on https://review.openstack.org/#/c/469675/
17:09:34 mriedem dansmith: for sanity, i think we likely just want to stop using check_availability_zone in both the api and compute

Earlier   Later