Earlier  
Posted Nick Remark
#openstack-nova - 2022-01-11
16:51:30 gibi bauzas: so go ahead
16:51:37 yuval zoro is classic
16:51:41 bauzas artom: man, you're gross
16:52:00 artom bauzas, correction, I am 5 years old in my head
16:52:37 bauzas artom: you're on the verge of a big thing
16:52:52 artom Ouch
16:53:12 gmann bauzas: that is good candidate, feel free to add in wiki
16:53:27 gibi wondering what zizi means for you
16:53:31 bauzas gmann: I'll propose and hide
16:53:48 bauzas probably the last thing I'm able to support
16:53:53 gmann :)
16:55:48 gmann ade_lee: on ecdsa, from tempest side yes we can generate the key in test case. what I commented in https://review.opendev.org/c/openstack/tempest/+/807465
16:56:08 sean-k-mooney the cynical side of me likes Zenith since it would be all down hill form there
16:56:37 artom Well, until I did just now
16:56:55 sean-k-mooney and zion obviously because the matix
16:57:12 bauzas gibi: it's a childish word about male attributes
16:57:29 sean-k-mooney bauzas: its also a first name
16:57:34 gibi bauzas: aah, here it is a type of sweet rice
16:58:00 bauzas gibi: you can't imagine how many times children laughed at the rock band ZZ Top here
16:58:07 gibi :D
17:00:06 sean-k-mooney https://www.youtube.com/watch?v=Ae829mFAGGE i think thats the only zz top song i know
17:00:51 artom bauzas, hah, almost makes we want to propose ZZ, and facetiously say it's in honour of the band
17:01:03 sean-k-mooney oh and sharp dressed man too https://www.youtube.com/watch?v=7wRHBLwpASw
17:01:06 artom So then all the francophones would snigger when we say "on a sorti ZZ"
17:01:15 artom "ZZ a un bug"
17:01:16 artom And so on
17:01:47 artom "J'arrive pas a deployer ZZ"
17:01:54 bauzas artom: yeah, like my Yoga has a problem
17:02:28 gibi nah Uranus would be understood universally at least
17:02:32 chateaulav that really would have put things in the dump
17:02:52 artom chateaulav, top kek, you're fitting right in :D
17:03:10 bauzas gibi: I don't know how Uranus is known, but I prefer to keep it secret
17:03:49 sean-k-mooney ok im going to take a break for a while o/
17:05:22 gibi o/
17:06:33 bauzas artom: you swamped both my proposal and another https://wiki.openstack.org/w/index.php?title=Release_Naming/Z_Proposals&diff=next&oldid=180329
17:06:55 bauzas booo
17:07:38 artom bauzas, ah crap, sorry
17:07:45 artom I thought I refreshed to avoid the conflict
17:07:53 bauzas artom: I'm writing them back
17:08:05 artom Apologies
17:08:08 bauzas done
17:08:25 bauzas artom: heh, no worries
17:19:46 opendevreview Merged openstack/nova master: Make the CellDatabases fixture work with fasteners >= 0.15 https://review.opendev.org/c/openstack/nova/+/813114
17:30:05 spatel sean-k-mooney Hi and happy new year
17:30:29 spatel I am getting stranger error in nova-scheduler logs - numatopologyfilter returned 0 hosts
17:31:13 spatel Question can i check resource provider inventory of host to see why my numa not getting filter?
17:33:02 spatel all i can see this but how do i check my NUMA related resources in placement? - https://paste.opendev.org/show/812039/
17:34:08 opendevreview Merged openstack/nova master: Fill the exception msg https://review.opendev.org/c/openstack/nova/+/821385
17:37:26 bauzas spatel: there are no NUMA resources in placement
17:37:42 spatel hmm
17:37:48 bauzas if the filter returns 0 hosts, then look at it
17:37:56 bauzas add a DEBUG if you can
17:38:06 bauzas for the nova-scheduler service log level
17:38:49 spatel ok so there is no way to see my host NUMA inventory in DB. anyway if that is the case then only option i have which is debug
17:39:09 spatel I was reading this - https://specs.openstack.org/openstack/nova-specs/specs/ussuri/approved/numa-topology-with-rps.html
17:40:14 spatel https://specs.openstack.org/openstack/nova-specs/specs/ussuri/approved/numa-topology-with-rps.html#optionally-configured-numa-resources
17:40:46 bauzas spatel: yeah but as you can see, the spec was only approved, not implemented
17:41:14 spatel +1 copy that
17:41:42 spatel Thank you so much! let me play with debug and see
17:45:15 bauzas spatel: ack, I'll leave by now
18:04:36 ade_lee gmann, sorry - just to confirm -- as we're not going to add ecdsa key generation to nova api, we can leave the key generation code in create_keypair() in https://review.opendev.org/c/openstack/tempest/+/807465/23/tempest/lib/services/compute/keypairs_client.py#84 for ecdsa , right?
18:07:04 ade_lee gmann, so that basically the only changes needed in that patch is adding more detail to the release note
18:13:36 gmann ade_lee: for nova api, yes we do not need to add and we will remove the existing ssh key generation part too with microversion.
18:15:24 gmann ade_lee: for tempest, let me re-review it now. I think it make sense to me now to add in create_keypair() so that complete set of test can be tested with configured key. I will leave comment in review today
18:15:50 ade_lee gmann, great thanks
18:16:24 gmann ade_lee: I will be able to review in my evening, need to prepare lunch now :)
18:17:03 ade_lee gmann, ok - enjoy -- I have to do the same ..
18:27:09 yuval Hey regarding running third party ci on the nova repo
18:27:16 yuval which tempest test should I run?
18:30:43 gmann yuval: you can run compute integrated test which is what we run in upstream ci (or less depends on what you want to test). this file is used to prepare the integrated compute tests https://github.com/openstack/tempest/blob/master/tools/tempest-integrated-gate-compute-exclude-list.txt
18:31:31 gmann this file exclude all other tests and in tempest run you can pass this file with --exclude-list , example: https://github.com/openstack/tempest/blob/master/tox.ini#L161
18:34:05 yuval I see thank you
18:47:40 opendevreview Jonathan Race proposed openstack/nova-specs master: Adds Pick guest CPU architecture based on host arch in libvirt driver support https://review.opendev.org/c/openstack/nova-specs/+/824044
19:04:05 chateaulav sean-k-mooney: I think that covers what was identified.
19:11:19 opendevreview Jonathan Race proposed openstack/os-traits master: Adds Pick guest CPU architecture based on host arch in libvirt driver support https://review.opendev.org/c/openstack/os-traits/+/824050
19:15:23 opendevreview Jonathan Race proposed openstack/nova master: Adds Pick guest CPU architecture based on host arch in libvirt driver support https://review.opendev.org/c/openstack/nova/+/822053
19:16:17 opendevreview Jonathan Race proposed openstack/os-traits master: Adds Pick guest CPU architecture based on host arch in libvirt driver support https://review.opendev.org/c/openstack/os-traits/+/824050
21:02:39 opendevreview Merged openstack/placement master: Spec: support any trait in allocation candidates https://review.opendev.org/c/openstack/placement/+/649992
21:05:37 opendevreview Merged openstack/placement master: Spec: support mixing required traits with any traits https://review.opendev.org/c/openstack/placement/+/649368
22:47:15 opendevreview yuval proposed openstack/nova master: NO MERGE - activate lightbits third party ci on nova repo https://review.opendev.org/c/openstack/nova/+/824255
23:02:26 yuval if someone is still awake - I have enabled the third party ci
#openstack-nova - 2022-01-12
00:36:11 gmann yuval: cool.
04:16:05 opendevreview melanie witt proposed openstack/nova master: Add wrapper for oslo.concurrency lockutils.ReaderWriterLock() https://review.opendev.org/c/openstack/nova/+/824280
08:47:43 EugenMayer How do you all handle nat reflection issues. so a vm/server connecting to an other service via the public IP, which happens to be hosted in the same openstack and is also the IP of the gateway for the commucation. So usualy nat reflection - any hints?
08:52:22 opendevreview yuval proposed openstack/nova-specs master: lightos volume driver spec https://review.opendev.org/c/openstack/nova-specs/+/824191
08:53:13 yuval dear core reviewer - I have update the nova spec for lightos driver, can you please review?
08:53:30 gibi yuval: hi! I will take a look
08:54:38 opendevreview Lior Friedman proposed openstack/nova master: support use_multipath for nvme driver https://review.opendev.org/c/openstack/nova/+/824353
09:02:56 opendevreview Ghanshyam proposed openstack/nova master: Server actions APIs scoped to project scope https://review.opendev.org/c/openstack/nova/+/824358
09:04:30 opendevreview Lior Friedman proposed openstack/nova master: support use_multipath for nvme driver https://review.opendev.org/c/openstack/nova/+/823941
09:51:45 EugenMayer considering this older commit to fix nat-reflextion issues https://github.com/openstack/nova/commit/b61e1ea12cd41ea507b1f6496ec1413c93bd679b .. is this even working/used with OVN networking?
10:02:42 sean-k-mooney1 EugenMayer: nat reflection is not something done by nova
10:03:09 sean-k-mooney1 EugenMayer: the neutron routers i think will do that
10:03:11 EugenMayer sean-k-mooney1 i assume it is a neutron topic, but that commit is somehow in the nova namespace
10:03:34 sean-k-mooney1 EugenMayer: nova used to have nova networks to use instead of neutron
10:03:37 EugenMayer sean-k-mooney1 asking there too - i cannot pin down the right project right now. Thank you for the hint
10:03:57 EugenMayer ah - i see. so it was 'nova back then'. Sorry i was not here back then
10:04:13 EugenMayer understood. The nova here is the 'old network nova nowdays replaced by neutron'
10:04:34 sean-k-mooney1 it was nova when nova did networking
10:04:39 EugenMayer This also means that particular patch has no affect/sense today. Could be entirely oncovereed

Earlier   Later