Earlier  
Posted Nick Remark
#openstack-nova - 2022-03-25
13:35:20 sean-k-mooney oh just saw that
13:35:26 sean-k-mooney <nova:vcpus>4</nova:vcpus>
13:35:32 sean-k-mooney ok this is worse then i taught
13:36:07 sean-k-mooney ok i was going to mark this medium but i think ill triage this as high instead
13:36:08 noonedeadpunk or well, we likely have it until EOD, but jsut use hw:cpu_policy
13:37:30 sean-k-mooney ya the workaroudn is to use hw:cpu_policy dedicated which is my perfered option anyway so i don think this need to be critical but its valid and a high impact to performance
13:38:51 sean-k-mooney i have devstack running currently on my home server so ill see if i can recreate with master and we can go from there
13:40:00 sean-k-mooney trait:CUSTOM_HIGHCPU='required are you useing provider.yaml to set that or the cli out of interest
13:43:13 noonedeadpunk CLI
13:43:39 sean-k-mooney ack i dont think we have many using provider.yaml yet so just was wondering if you were
13:47:05 noonedeadpunk nah, not yet:) We already had some traits set in environment, so were following usual path
15:02:51 outbrito G'day folks!
15:03:02 outbrito About the problem I had running tox the other day, I filed this bug: https://bugs.launchpad.net/nova/+bug/1966477
15:03:54 outbrito Not very sure how to handle it properly though. Any thoughts?
15:04:09 outbrito I left some options to fix it on the comments
15:11:10 sean-k-mooney that looks like an osbrick issue
15:11:37 sean-k-mooney the unit and func test shoudl not need iscsi
15:12:20 sean-k-mooney so we also shoudl be mocking any calls to os-brick in our unit tests
15:12:38 outbrito I believe theirs don't, but we do mock when we set that global
15:13:23 outbrito https://github.com/openstack/nova/blob/8f250f50446ca2d7aa84609d5144088aa4cded78/nova/test.py#L203
15:13:38 sean-k-mooney my point wa that this code shoudl nto be running in install or during the tests
15:13:46 outbrito not iscsiadmin anyway, but the lock
15:14:54 sean-k-mooney so none fo this shoudl depend on the os you are on
16:20:05 mloza I know this isn't supported but I wanted to add server group to running VMs, I found `instance_group_member` table in nova_api needs to be modified. Any other tables I missed?
16:21:28 mloza also, is there any reason server group can't be added to running VMs?
16:34:51 sean-k-mooney noonedeadpunk: actully thinking about your pinning bug again i dont think that config enabeld pinning at all
16:35:13 sean-k-mooney that is asking for 4 floating cores
16:35:28 sean-k-mooney it does not have any cores specified in the cpuset atirbute
16:36:00 sean-k-mooney <vcpu placement='static' cpuset="1-4,^3,6" current="1">2</vcpu> is the alternitive way to pin
16:36:37 sean-k-mooney <vcpu placement="static">4</vcpu> just mean 4 cpus
16:36:49 dansmith mloza: we don't do it because of the affinity policies, if we just let you add them you could violate those, and we're not going to move things around to keep the policies straight
16:37:04 sean-k-mooney so ya resouces:PCPUs is totally broken
16:40:25 opendevreview Sylvain Bauza proposed openstack/nova-specs master: Move implemented specs for the Yoga release https://review.opendev.org/c/openstack/nova-specs/+/835272
16:47:14 noonedeadpunk sean-k-mooney: I just noticed a typo in flavor :(
16:48:02 noonedeadpunk So I just wasted your time likely
17:05:15 sean-k-mooney i havent spendt much on it yet currently debuging downstream issue and devstack problems
17:05:32 sean-k-mooney i was just looking at a different xml an realise i read your one wrong the first time
17:06:03 sean-k-mooney noonedeadpunk: if there isnt an issue great but we found we are missing coverage in whitebox in either case
17:16:13 sean-k-mooney noonedeadpunk: if the bug is not required feel free to close it but if its still does not work after you fix the typo let me know
17:17:45 sean-k-mooney oh s/resouces/resources/
17:17:50 sean-k-mooney ya i would never spot that
21:24:06 opendevreview Merged openstack/nova master: Adds regression test for bug LP#1944619 https://review.opendev.org/c/openstack/nova/+/833166
#openstack-nova - 2022-03-26
03:03:27 opendevreview Ghanshyam proposed openstack/nova stable/yoga: DNM: test grenade skip job running https://review.opendev.org/c/openstack/nova/+/835350
03:04:28 opendevreview Ghanshyam proposed openstack/nova master: DNM: test grenade skip job running https://review.opendev.org/c/openstack/nova/+/835351
14:33:43 opendevreview Takashi Natsume proposed openstack/python-novaclient master: Add Python3 zed unit tests https://review.opendev.org/c/openstack/python-novaclient/+/835368
14:43:23 opendevreview Takashi Natsume proposed openstack/osc-placement master: Add Python3 zed unit tests https://review.opendev.org/c/openstack/osc-placement/+/835369
15:06:19 opendevreview Takashi Natsume proposed openstack/python-novaclient master: Add openssl in bindep.txt https://review.opendev.org/c/openstack/python-novaclient/+/835370
15:10:12 opendevreview Takashi Natsume proposed openstack/python-novaclient master: Add openssl in bindep.txt https://review.opendev.org/c/openstack/python-novaclient/+/835370
#openstack-nova - 2022-03-28
03:01:50 opendevreview Takashi Natsume proposed openstack/python-novaclient master: Remove USE_PYTHON3 in .zuul.yaml https://review.opendev.org/c/openstack/python-novaclient/+/835405
12:12:39 viks__ i'm facing the issue "Affinity policy violated with parallel requests".. i saw the resolution give in https://docs.openstack.org/nova/latest/admin/troubleshooting/affinity-policy-violated.html. I have tried setting `disable_group_policy_check_upcall`, but it does not seem to hve any effect.. Can someone please guide, why the solution provide there does not work?
12:14:10 sean-k-mooney so you have set disable_group_policy_check_upcall = False
12:14:19 sean-k-mooney on the compute nodes
12:14:33 sean-k-mooney and its still allowing the policy to be violated
12:17:51 viks__ yes... basically the instances are going in to same host
12:19:24 viks__ i'm using train version
12:20:05 sean-k-mooney and you have ensured the cell conductor has ascess to the api db
12:20:34 sean-k-mooney the way this up call works is one of the vm should boot but then the rest should fail and reschdule to other hosts
12:24:43 viks__ sean-k-mooney: `[api_database] connection=`?. yes i have set this
12:25:20 sean-k-mooney in the conductors? if so then the second vm shoudl fail to boot.
12:25:31 sean-k-mooney have you eneabled debug loging
12:25:44 sean-k-mooney do you see any references to upcalls in teh compute-agent log
12:34:52 viks__ sean-k-mooney: yes... in conductors..will check that
14:46:15 dansmith can someone +W this test fixture fix? https://review.opendev.org/c/openstack/nova/+/831084
14:46:27 dansmith apparently it will reduce some CI failures
14:46:44 sean-k-mooney give me 2 mins and ill take a look
15:02:39 bauzas dansmith: done
15:04:36 bauzas cores : https://review.opendev.org/c/openstack/nova-specs/+/835272 (moving specs to implemented)
15:28:38 opendevreview Merged openstack/nova master: Retry in CellDatabases fixture when global DB state changes https://review.opendev.org/c/openstack/nova/+/831084
15:51:20 opendevreview Erlon R. Cruz proposed openstack/nova master: Fix pre_live_migration rollback https://review.opendev.org/c/openstack/nova/+/815324
15:57:32 bauzas folks, I know it's late but I'm asked by the Foundation folks to present the Nova Yoga higlights on Thurs
15:57:52 bauzas so I'm writing two slides, one for the yoga meat and one for the Zed plans we have
15:58:00 bauzas obviously the Zed slide is the beefy one
16:11:40 bauzas so I'll ask folks tomorrow at the nova meeting what are their plans
17:26:44 opendevreview Merged openstack/python-novaclient master: Remove USE_PYTHON3 in .zuul.yaml https://review.opendev.org/c/openstack/python-novaclient/+/835405
#openstack-nova - 2022-03-29
02:26:16 opendevreview Takashi Natsume proposed openstack/python-novaclient master: Add Python3 zed unit tests https://review.opendev.org/c/openstack/python-novaclient/+/835368
02:26:37 opendevreview Takashi Natsume proposed openstack/python-novaclient master: Add openssl in bindep.txt https://review.opendev.org/c/openstack/python-novaclient/+/835370
02:36:45 opendevreview Takashi Natsume proposed openstack/osc-placement master: Change minversion of tox to 3.18.0 https://review.opendev.org/c/openstack/osc-placement/+/791972
06:23:20 opendevreview Merged openstack/nova master: Move FIPS jobs to experimental and periodic queue https://review.opendev.org/c/openstack/nova/+/833431
08:55:38 opendevreview Stephen Finucane proposed openstack/nova master: objects: Remove 'NovaObjectDictCompat' from 'Service' https://review.opendev.org/c/openstack/nova/+/835595
08:59:23 opendevreview Stephen Finucane proposed openstack/nova master: objects: Remove unnecessary type aliases, exceptions https://review.opendev.org/c/openstack/nova/+/738240
08:59:23 opendevreview Stephen Finucane proposed openstack/nova master: objects: Don't use generic 'Field' container https://review.opendev.org/c/openstack/nova/+/738239
08:59:24 opendevreview Stephen Finucane proposed openstack/nova master: objects: Remove wrappers around ovo mixins https://review.opendev.org/c/openstack/nova/+/738019
08:59:24 opendevreview Stephen Finucane proposed openstack/nova master: objects: Use imports instead of type aliases https://review.opendev.org/c/openstack/nova/+/738018
08:59:25 opendevreview Stephen Finucane proposed openstack/nova master: WIP: add ovo-mypy-plugin to type hinting o.vos https://review.opendev.org/c/openstack/nova/+/758851
08:59:25 opendevreview Stephen Finucane proposed openstack/nova master: objects: Remove 'NovaObjectDictCompat' from 'Service' https://review.opendev.org/c/openstack/nova/+/835595
13:37:08 bauzas folks, I have a problem with the nova meeting today
13:37:33 bauzas since Europe is now on DST, our meeting will be at 4pm UTC but 6pm for me
13:37:54 bauzas but I need to go to someway by 7pm
13:38:41 sean-k-mooney ack we coudl just cancel it since the ptg is next week
13:38:54 bauzas so either we have a small meeting until 4.15pm UTC or someone else could continue to discuss it
13:38:55 dansmith ++
13:38:57 sean-k-mooney unless there is imporant topics that cant wait
13:38:59 dansmith TC also canceled this week
13:39:13 bauzas I have a small agenda at the time
13:39:31 bauzas at least for asking folks to provide their PTG topics
13:39:38 bauzas https://wiki.openstack.org/wiki/Meetings/Nova#Agenda_for_next_meeting
13:39:53 sean-k-mooney ok do you want to just skip the normal standing itmes then and have a short meetign to cover that topic and wrap early
13:40:04 bauzas sean-k-mooney: we could do this
13:40:35 bauzas sean-k-mooney: just opening the meeting for the PTG
13:40:51 bauzas and then I'll provide a email thread

Earlier   Later