Friday, 2025-06-20

opendevreviewTakashi Kajinami proposed openstack/nova master: Drop explicit setting of iommu for AMD SEV support  https://review.opendev.org/c/openstack/nova/+/90963501:17
*** bauzas1 is now known as bauzas05:27
opendevreviewTakashi Kajinami proposed openstack/nova master: Drop explicit setting of iommu for AMD SEV support  https://review.opendev.org/c/openstack/nova/+/90963505:28
Ugglasean-k-mooney, gibi "but whiel you shoudl be able to have mulitpel devices in one vm", "we have not actully tested that", in fact I tested that. It works well if the vgpu type supports multiple gpus. There is an xml file provided by nvidia with a propserty defining if multiple gpus are supported.06:46
opendevreviewRajesh Tailor proposed openstack/nova stable/2025.1: Fix disable memballoon device  https://review.opendev.org/c/openstack/nova/+/95295907:14
opendevreviewRajesh Tailor proposed openstack/nova stable/2024.2: Fix disable memballoon device  https://review.opendev.org/c/openstack/nova/+/95296007:16
opendevreviewRajesh Tailor proposed openstack/nova stable/2024.1: Fix disable memballoon device  https://review.opendev.org/c/openstack/nova/+/95296107:17
opendevreviewMerged openstack/nova stable/2024.1: [tool] Fix backport validator for non-SLURP  https://review.opendev.org/c/openstack/nova/+/95197008:10
opendevreviewBalazs Gibizer proposed openstack/nova master: Fix neutron client dict grabbing  https://review.opendev.org/c/openstack/nova/+/95296609:30
gibibauzas: sean-k-mooney: ^^ this fix is needed to make nova work in py3.1309:30
gibicc jkulik: zigo: ^^09:30
opendevreviewBalazs Gibizer proposed openstack/nova master: Fix neutron client dict grabbing  https://review.opendev.org/c/openstack/nova/+/95296609:34
opendevreviewBalazs Gibizer proposed openstack/nova master: Fix neutron client dict grabbing  https://review.opendev.org/c/openstack/nova/+/95296609:39
sean-k-mooneygibi: so i wondered about doing something like that as well but i expected the behaivor to be the same  __getattr__ is more convetional so that nice10:36
sean-k-mooneyhave you tested this in devstack?10:36
sean-k-mooneyill quickly rebase my test patch but it was faillng on a weired mysl isse so its proably goign to fail for unrelated reasons10:37
gibisean-k-mooney: yepp I tested it in devstack locally10:41
opendevreviewsean mooney proposed openstack/nova master: [DNM] testing py3.13 eventlet bug workaround  https://review.opendev.org/c/openstack/nova/+/95174910:42
gibithe cpython bug is triggered by having two refs on the internal __dict__ so __getattr__ removes that10:42
sean-k-mooneygibi: ok i was tryign to test it with ^ but for some reason i was getting mysql issues iwth the iniall root passward config10:42
sean-k-mooneygibi: i see how did you find that10:43
sean-k-mooneydid you find the cpython bug through searching the web10:43
gibiit wasn't me. It was jkulik who managed to create the small reproduction and then engaged with the python community10:44
gibithe discussion happened on eventlet-removal channel as first it was thought that this is yet another eventlet induced bug10:44
opendevreviewStephen Finucane proposed openstack/nova master: api: Only apply "soft" additionalProperties validation to requests  https://review.opendev.org/c/openstack/nova/+/95293610:45
opendevreviewStephen Finucane proposed openstack/nova master: api: Add response body schemas for volumes APIs  https://review.opendev.org/c/openstack/nova/+/95234810:45
opendevreviewStephen Finucane proposed openstack/nova master: api: Add response body schemas for snapshots APIs  https://review.opendev.org/c/openstack/nova/+/95234910:45
opendevreviewStephen Finucane proposed openstack/nova master: api: Add response body schemas for volume attachments APIs  https://review.opendev.org/c/openstack/nova/+/95235010:45
opendevreviewStephen Finucane proposed openstack/nova master: tests: Use valid UUIDs for cinder resources  https://review.opendev.org/c/openstack/nova/+/95297110:45
opendevreviewStephen Finucane proposed openstack/nova master: api: Add response body schemas for floating IP APIs  https://review.opendev.org/c/openstack/nova/+/95297210:45
opendevreviewStephen Finucane proposed openstack/nova master: api: Add response body schemas for security group APIs  https://review.opendev.org/c/openstack/nova/+/95297310:45
sean-k-mooneyright i spent 4 or 5 hours at the weekend tyring to create a repoducer for this10:45
sean-k-mooneyi even through a bunch of AIs at it including gemini deep reasearch https://docs.google.com/document/d/10U6wnSO2vUOZjjHJQvd0Mfei2Kep-uho1LxJIPC_0VQ/edit?usp=sharing10:47
gibithat is a long doc :)11:04
elodilleshi o/ i know it's Friday, but may i get a core review to this trivial gate fix (python-novaclient)? o:) (docs job is broken in Zuul without this) https://review.opendev.org/c/openstack/python-novaclient/+/94769011:56
elodillesgot a +W, thanks! o:)12:04
sean-k-mooneyelodilles: the patch is fine even if we have existing tech debt there12:28
sean-k-mooneywe ar enot properly tagging things in novaclient in general12:28
sean-k-mooneyi.e. using doc and pdf-docs12:28
sean-k-mooneyeven in nova we coudl do a better job of that12:28
sean-k-mooneywe have a bunch of things that are not tagged or using the wrogn tag in novas bindep https://review.opendev.org/c/openstack/nova/+/951749/9/bindep.txt12:30
elodillessean-k-mooney: true. to be honest, since we just extending the bindep here and python-novaclient is not that project that gets tons of patches nowadays regularly i was just happy that the gate is working with the fix o:) but you are right, probably it would be better to just tag libpcre with 'doc' tag to only get it installed in docs job12:43
sean-k-mooneyyep an i +2'd it because the chagne is fine12:43
sean-k-mooneyi was jsut pointing that out as a nit mroe then anything else to acknowlage the tech debt12:44
elodilles+112:44
sean-k-mooneythe one that annoys me most in nova is that we dont tag mysql and postgress with test12:45
sean-k-mooneyi dont nessiarly alwasy want to install multipe database on my laptop12:45
sean-k-mooneyor vm12:45
elodillesah, true. :/12:45
sean-k-mooneywhen i want to run the opertunistic test locally i normaly use a devstack env12:46
bauzasis it me or review.opendev.org is b0rken ?13:15
elodilleslooks fine to me13:17
priteaubauzas: I have issues too, I can SSH to it but I can SSH to it manually, I can pull, but I can't submit a patch with git-review.13:19
bauzashmmm13:19
priteauIt only started very recently. Are you with Orange too?13:19
bauzasnope, I use the Free ISP13:20
priteauSo probably not a peering issue13:20
priteauelodilles: have you tried to submit a patch recently?13:20
bauzashttps://downforeveryoneorjustme.com/review.opendev.org13:21
elodillespriteau: no, this time i just checked review.o.o in browser13:23
bauzasgibi: really sorry, wanted to review your eventlet series :(13:28
opendevreviewMerged openstack/python-novaclient master: Add libpcre3-dev in bindep.txt for pcre.h  https://review.opendev.org/c/openstack/python-novaclient/+/94769013:28
opendevreviewElod Illes proposed openstack/python-novaclient master: DNM: gate health test  https://review.opendev.org/c/openstack/python-novaclient/+/95292813:33
opendevreviewTakashi Kajinami proposed openstack/nova master: Drop explicit setting of iommu for AMD SEV support  https://review.opendev.org/c/openstack/nova/+/90963513:35
opendevreviewStephen Finucane proposed openstack/python-novaclient master: tests: Remove support for running against keystone v2  https://review.opendev.org/c/openstack/python-novaclient/+/95298413:35
opendevreviewStephen Finucane proposed openstack/python-novaclient master: shell: Hard fail if v2.0 URL detected  https://review.opendev.org/c/openstack/python-novaclient/+/95298513:35
opendevreviewStephen Finucane proposed openstack/python-novaclient master: Replace keystoneclient with openstacksdk  https://review.opendev.org/c/openstack/python-novaclient/+/95298613:35
opendevreviewStephen Finucane proposed openstack/python-novaclient master: Use pre-commit for lint jobs  https://review.opendev.org/c/openstack/python-novaclient/+/95298713:35
opendevreviewStephen Finucane proposed openstack/nova master: api: Add response body schemas for security group APIs  https://review.opendev.org/c/openstack/nova/+/95297313:35
opendevreviewStephen Finucane proposed openstack/nova-specs master: Add flavor-search-by-name spec  https://review.opendev.org/c/openstack/nova-specs/+/94044013:57
opendevreviewMerged openstack/python-novaclient master: Replace cinderclient with openstacksdk  https://review.opendev.org/c/openstack/python-novaclient/+/93196114:39
opendevreviewMerged openstack/python-novaclient master: Replace neutronclient with openstacksdk  https://review.opendev.org/c/openstack/python-novaclient/+/93205714:39
opendevreviewStephen Finucane proposed openstack/python-novaclient master: tests: Remove support for running against keystone v2  https://review.opendev.org/c/openstack/python-novaclient/+/95298415:38
opendevreviewStephen Finucane proposed openstack/python-novaclient master: shell: Hard fail if v2.0 URL detected  https://review.opendev.org/c/openstack/python-novaclient/+/95298515:38
opendevreviewStephen Finucane proposed openstack/python-novaclient master: Replace keystoneclient with openstacksdk  https://review.opendev.org/c/openstack/python-novaclient/+/95298615:38
opendevreviewStephen Finucane proposed openstack/python-novaclient master: Use pre-commit for lint jobs  https://review.opendev.org/c/openstack/python-novaclient/+/95298715:38
opendevreviewStephen Finucane proposed openstack/python-novaclient master: tests: Stop "testing" against Identity v2 API  https://review.opendev.org/c/openstack/python-novaclient/+/95298415:40
opendevreviewStephen Finucane proposed openstack/python-novaclient master: Replace keystoneclient with openstacksdk  https://review.opendev.org/c/openstack/python-novaclient/+/95298615:40
opendevreviewStephen Finucane proposed openstack/python-novaclient master: Use pre-commit for lint jobs  https://review.opendev.org/c/openstack/python-novaclient/+/95298715:40
zigogibi: I'm not sure fixing the consequence of the Python 3.13 bug is the way. Hopefully, the interpreter itself can be fixed.16:00
zigoI'll grab and use that patch anyways, as a temp workaround.16:04
zigonova_31.0.0-4_source.changes uploaded. Hopefully, it will make its way to Trixie !16:21
sean-k-mooneyzigo: well its a workaround for now16:54
sean-k-mooneythe interpreter shoudl be fixed16:54
sean-k-mooneybut if we can get it to a point where we can start running devstack ectra16:55
sean-k-mooneythat will help build some confidnce that there arent other issue hiding behind this16:55
opendevreviewMerged openstack/nova-specs master: Support for tracking traits removed from provider.yaml  https://review.opendev.org/c/openstack/nova-specs/+/93758717:35
opendevreviewMasahito Muroi proposed openstack/nova master: Add network_id query for list server API and list server detail API  https://review.opendev.org/c/openstack/nova/+/95301119:13

Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!