[Yahoo-eng-team] [Bug 2019772] Re: nova.test.SubclassSignatureTestCase no longer works

2024-02-01 Thread OpenStack Infra
Reviewed: https://review.opendev.org/c/openstack/nova/+/883217 Committed: https://opendev.org/openstack/nova/commit/091e3ea8fd3541e0edb98e31f9484cc08b0e5413 Submitter: "Zuul (22348)" Branch:master commit 091e3ea8fd3541e0edb98e31f9484cc08b0e5413 Author: melanie witt Date: Tue May 16

[Yahoo-eng-team] [Bug 2052007] [NEW] openstack nova compute UnicodeDecodeError

2024-02-01 Thread john
Public bug reported: 2024-02-02 11:02:54.992 106648 ERROR nova.compute.manager [None req-65be8646-0b23-449d-acb7-cb883bb7424c - - - - - -] Error updating resources for node openstack.: UnicodeDecodeError: 'utf-8' codec can't decode byte 0x91 in position 0: invalid start byte 2024-02-02

[Yahoo-eng-team] [Bug 2051863] Re: Race condition during VM creation - could not open network device tapXXX (No such device)

2024-02-01 Thread LIU Yulong
Looks more like a libvirt error, or nova side problem. Neutron does not take responsibilities to create the tap-XXX device. It is plugged by nova-compute. Need to find out why the tap device is not created before TC rules creating. ** Also affects: nova Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1944043] Re: Wrong exception is expected to retry volume detachment API calls

2024-02-01 Thread Takashi Kajinami
** Changed in: nova/yoga Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1944043 Title: Wrong exception is expected to retry volume

[Yahoo-eng-team] [Bug 1847747] Re: [RPC] digging RPC timeout for client and server

2024-02-01 Thread LIU Yulong
** Changed in: neutron Status: New => Won't Fix -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1847747 Title: [RPC] digging RPC timeout for client and server Status in neutron:

[Yahoo-eng-team] [Bug 2007968] Re: Flavors may not meet the image minimum requirement when resize

2024-02-01 Thread sean mooney
** Also affects: nova Importance: Undecided Status: New ** Changed in: horizon Status: New => Invalid ** Changed in: nova Status: New => Triaged ** Changed in: nova Importance: Undecided => Medium ** Changed in: nova Assignee: (unassigned) => zhou zhong

[Yahoo-eng-team] [Bug 2051935] [NEW] [OVN] SNAT only happens for subnets directly connected to a router

2024-02-01 Thread Giuseppe Petralia
Public bug reported: I am trying to achieve the following scenario: I have a VM attached to a router w/o external gateway (called project- router) but with a default route which send all the traffic to another router (transit router) which has an external gateway with snat enabled and it is

[Yahoo-eng-team] [Bug 2051928] [NEW] tests - Python 3.12 - TypeError: Object of type _SentinelObject is not JSON serializable

2024-02-01 Thread James Page
Public bug reported: Executing unit tests with Python 3.12 results in some test failures which I think are todo with the way the unit tests mock the __json__ method in the tools module: neutron.tests.unit.api.v2.test_base.RegistryNotificationTest.test_networks_create_bulk_registry_publish

[Yahoo-eng-team] [Bug 2051914] [NEW] Copying existing image to AWS S3 fails for files larger than 5GB

2024-02-01 Thread Abhishek Kekane
Public bug reported: Copying of larger images using copy-image import method fails for AWS S3 store. The reason is while copying the image it uses 'single_part' upload for uploading large images. On normal image creation process it does uses 'multi_part' upload and thus works fine. After further