[Yahoo-eng-team] [Bug 1338614] [NEW] Backgrounded resizing does not work

2014-07-07 Thread Mohammed Naser
Public bug reported: When setting resize_rootfs to 'noblock', cloud-init should fork a new process and continue with it's own initialization process. However, it seems that this is currently broken, as you see from these logs that it still blocks on it: Jul 7 12:34:20 localhost [CLOUDINIT]

[Yahoo-eng-team] [Bug 1025481] Re: Instance usage audit fails under PostgreSQL

2014-04-13 Thread Mohammed Naser
*** This bug is a duplicate of bug 1102477 *** https://bugs.launchpad.net/bugs/1102477 ** Changed in: nova Status: Triaged = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1240197] Re: Add support for 'auto' number of API or conductor workers

2014-04-16 Thread Mohammed Naser
This has been taken care of in this merged review https://review.openstack.org/#/c/69266/ ** Changed in: nova Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova).

[Yahoo-eng-team] [Bug 1309043] [NEW] NetworkCommandsTestCase unit test failing

2014-04-17 Thread Mohammed Naser
Assignee: Mohammed Naser (mnaser) Status: In Progress ** Changed in: nova Assignee: (unassigned) = Mohammed Naser (mnaser) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https

[Yahoo-eng-team] [Bug 1309334] [NEW] Version aliases not updated for Icehouse

2014-04-17 Thread Mohammed Naser
Public bug reported: With the release of Icehouse, the RPC APIs were not updated for their version aliases. ** Affects: nova Importance: Undecided Assignee: Mohammed Naser (mnaser) Status: New ** Changed in: nova Assignee: (unassigned) = Mohammed Naser (mnaser) -- You

[Yahoo-eng-team] [Bug 1311778] [NEW] Unit tests fail with MessagingTimeout errors

2014-04-23 Thread Mohammed Naser
Public bug reported: There is an issue that is causing unit tests to fail with the following error: MessagingTimeout: No reply on topic conductor MessagingTimeout: No reply on topic scheduler 2014-04-23 13:45:52.017 | Traceback (most recent call last): 2014-04-23 13:45:52.017 | File

[Yahoo-eng-team] [Bug 1528894] [NEW] Native ovsdb implementation not working

2015-12-23 Thread Mohammed Naser
Public bug reported: When trying to use the new native OVSDB provider, the connectivity never goes up due to the fact that what seems to be the db_set operation failing to change the patch ports from "nonexistant-peer" to the correct peer, therefore not linking the bridges together.

[Yahoo-eng-team] [Bug 1528895] [NEW] Timeouts in update_device_list (too slow with large # of VIFs)

2015-12-23 Thread Mohammed Naser
Public bug reported: In our environment, we have some large compute nodes with a large number of VIFs. When the update_device_list call happens on the agent start up: https://github.com/openstack/neutron/blob/master/neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py#L842 This

[Yahoo-eng-team] [Bug 1518016] [NEW] Nova kilo requires concurrency 1.8.2 or better

2015-11-19 Thread Mohammed Naser
Public bug reported: OpenStack Nova Kilo release requires 1.8.2 or higher, this is due to the addition of on_execute and on_completion to the execute(..) function. The latest Ubuntu OpenStack Kilo packages currently have code that depend on this new updated release. This results in a crash in

[Yahoo-eng-team] [Bug 1564182] [NEW] CPU Metrics not working

2016-03-30 Thread Mohammed Naser
Public bug reported: The metrics collection on compute nodes is currently not working. When the compute node creates the object to save, it is divided to be a value inside [0,1]. However, at the same time, when the scheduler needs to pull out the numbers, it divides it once again as it pulls

[Yahoo-eng-team] [Bug 1715462] [NEW] Instances failing quota recheck end up with no assigned cell

2017-09-06 Thread Mohammed Naser
Public bug reported: When an instance fails the quota rechecks codebase which is here: https://github.com/openstack/nova/blob/master/nova/conductor/manager.py#L992-L1006 It raises an exception, however, the cell mapping is only saved much later (thanks help of dansmith for finding this):

[Yahoo-eng-team] [Bug 1739325] [NEW] Server operations fail to complete with versioned notifications if payload contains unset non-nullable fields

2017-12-19 Thread Mohammed Naser
Public bug reported: With versioned notifications, the instance payload tries to attach a flavor payload which it looks up from the instance. It uses the one which is attached in instance_extras however there seems to be a scenario where the disabled field is missing in the database, causing all

[Yahoo-eng-team] [Bug 1739318] [NEW] Online data migration context does not contain project_id

2017-12-19 Thread Mohammed Naser
Public bug reported: The online data migration generates a context in order to be able to execute migrations: https://github.com/openstack/nova/blob/master/nova/cmd/manage.py#L747 However, this context does not contain a `project_id` when running this via CLI.

[Yahoo-eng-team] [Bug 1739323] [NEW] KeyError in host_manager for _get_host_states

2017-12-19 Thread Mohammed Naser
Public bug reported: https://github.com/openstack/nova/blob/master/nova/scheduler/host_manager.py#L674-L718 In _get_host_states, a list of all computes nodes is retrieved with a `state_key` of `(host, node)`. https://github.com/openstack/nova/blob/master/nova/scheduler/host_manager.py#L692

[Yahoo-eng-team] [Bug 1769283] [NEW] ImagePropertiesFilter has no default value resulting in unpredictable scheduling

2018-05-04 Thread Mohammed Naser
Public bug reported: When using ImagePropertiesFilter for something like hardware architecture, it can cause very unpredictable behaviour because of the lack of default value. In our case, a public cloud user will most likely upload an image without `hw_architecture` defined anywhere (as most

[Yahoo-eng-team] [Bug 1750666] [NEW] Deleting an instance before scheduling with BFV fails to detach volume

2018-02-20 Thread Mohammed Naser
Public bug reported: If you try to boot and instance and delete it early before scheduling, the '_delete_while_booting' codepath hits `_attempt_delete_of_buildrequest` which tries to remove the block device mappings. However, if the cloud contains compute nodes before Pike, no block device

[Yahoo-eng-team] [Bug 1784074] [NEW] Instances end up with no cell assigned in instance_mappings

2018-07-27 Thread Mohammed Naser
Public bug reported: There has been situations where due to an unrelated issue such as an RPC or DB problem, the nova_api instance_mappings table can end up with instances that have cell_id set to NULL which can cause annoying and weird behaviour such as undeletable instances, etc. This seems to

[Yahoo-eng-team] [Bug 1755890] [NEW] Instances fail to hard reboot when using OpenDaylight

2018-03-14 Thread Mohammed Naser
Public bug reported: When using OpenDaylight with Open vSwitch, the Neutron Open vSwitch agent does not exist in the environment anymore. When an instance is started up for the first time, OpenDaylight will successfully bind the port and send the vif plugged notification. However, since the

[Yahoo-eng-team] [Bug 1752736] [NEW] Nova compute dies if it cannot authenticate to RabbitMQ

2018-03-01 Thread Mohammed Naser
Public bug reported: At the moment, nova-compute will die if it fails to authenticate to the messaging cluster and it will not retry on start. It is possible that the vhost is not ready yet so it should be handled here:

[Yahoo-eng-team] [Bug 1798188] [NEW] VNC stops working in rolling upgrade by default

2018-10-16 Thread Mohammed Naser
Public bug reported: During a rolling upgrade, once the control plane is upgraded and running on Rocky (but computes still in Queens), the consoles will stop working. It is not obvious however it seems that the following is missing: ``` [workarounds] enable_consoleauth = True ``` There isn't a

[Yahoo-eng-team] [Bug 1800511] [NEW] VMs started before Rocky upgrade cannot be live migrated

2018-10-29 Thread Mohammed Naser
** Affects: nova Importance: High Assignee: Mohammed Naser (mnaser) Status: Triaged ** Tags: libvirt live-migration upgrade ** Changed in: nova Assignee: (unassigned) => Mohammed Naser (mnaser) -- You received this bug notification because you are a member of Ya

[Yahoo-eng-team] [Bug 1799892] [NEW] Placement API crashes with 500s in Rocky upgrade with downed compute nodes

2018-10-25 Thread Mohammed Naser
Public bug reported: I ran into this upgrading another environment into Rocky, deleted the problematic resource provider, but just ran into it again in another upgrade of another environment so there's something wonky. Here's the traceback: = 2018-10-25 09:18:29.853 7431 ERROR

[Yahoo-eng-team] [Bug 1793569] [NEW] Add placement audit commands

2018-09-20 Thread Mohammed Naser
Public bug reported: It is possible that placement gets out of sync which can cause scheduling problems that would go unknown. I've built out this script would would be nice to have as `nova-manage placement audit`:

[Yahoo-eng-team] [Bug 1793533] [NEW] Deleting a service with nova-compute binary doesn't remove compute node

2018-09-20 Thread Mohammed Naser
Public bug reported: If you are taking a nova-compute service out of service permanently, the logical steps would be: 1) Take down the service 2) Delete it from the service list (nova service-delete ) However, this does not delete the compute node record which stays forever, leading to the

[Yahoo-eng-team] [Bug 1794811] [NEW] Lack of allocation candidates is only logged in DEBUG

2018-09-27 Thread Mohammed Naser
candidates match, it throw a message in DEBUG and exits out, leaving important information for the operator. https://github.com/openstack/nova/blob/c3fe54a74d8a3b5d5338a902e3562733a2b9a564/nova/scheduler/manager.py#L150-L153 ** Affects: nova Importance: Undecided Assignee: Mohammed Naser

[Yahoo-eng-team] [Bug 1807400] Re: networksegments table in neutron can not be cleared automatically

2018-12-18 Thread Mohammed Naser
** Also affects: neutron Importance: Undecided Status: New ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1807400 Title:

[Yahoo-eng-team] [Bug 1822613] [NEW] Inefficient queries inside online_data_migrations

2019-04-01 Thread Mohammed Naser
Public bug reported: The online_data_migrations should be ran after an upgrade and contains a list of tasks to do to backfill information after an upgrade, however, some of those queries are extremely inefficient which results in this online data migrations taking an unacceptable period of time.

[Yahoo-eng-team] [Bug 1822676] [NEW] novnc no longer sets token inside cookie

2019-04-01 Thread Mohammed Naser
Public bug reported: For a long time, noVNC set the token inside a cookie so that when the /websockify request came in, we had it in the cookies and we could look it up from there and return the correct host. However, since the following commit, they've removed this behavior

[Yahoo-eng-team] [Bug 1715374] Re: Reloading compute with SIGHUP prevents instances from booting

2019-03-07 Thread Mohammed Naser
itical ** Changed in: openstack-ansible Assignee: (unassigned) => Mohammed Naser (mnaser) -- 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/1715374 Title: Reloadin

[Yahoo-eng-team] [Bug 1820752] [NEW] Implement reader/member/admin roles

2019-03-18 Thread Mohammed Naser
Public bug reported: Keystone has introduced roles for reader/member/admin which we should leverage in order to be able to provide an easy way for read-only access to APIs. ** Affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a

[Yahoo-eng-team] [Bug 1821244] [NEW] Failed volume creation can result in invalid `connection_info` field

2019-03-21 Thread Mohammed Naser
/nova/compute/utils.py#L1260 This would fail with: AttributeError: 'NoneType' object has no attribute 'get' ** Affects: nova Importance: Undecided Assignee: Mohammed Naser (mnaser) Status: New ** Changed in: nova Assignee: (unassigned) => Mohammed Naser (mnaser) --

[Yahoo-eng-team] [Bug 1749574] Re: [tracking] removal and migration of pycrypto

2019-02-13 Thread Mohammed Naser
** Changed in: openstack-ansible Status: Fix Committed => 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/1749574 Title: [tracking] removal and

[Yahoo-eng-team] [Bug 1825386] Re: nova is looking for OVMF file no longer provided by CentOS 7.6

2019-05-31 Thread Mohammed Naser
** Also affects: openstack-ansible Importance: Undecided Status: New -- 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/1825386 Title: nova is looking for OVMF

[Yahoo-eng-team] [Bug 1839560] [NEW] ironic: moving node to maintenance makes it unusable afterwards

2019-08-08 Thread Mohammed Naser
Public bug reported: If you use the Ironic API to set a node into a maintenance (for whatever reason), it will no longer be included in the list of available nodes to Nova. When Nova refreshes it's resources periodically, it will find that it is no longer in the list of available nodes and

[Yahoo-eng-team] [Bug 1852121] [NEW] Delete archived records instantly

2019-11-11 Thread Mohammed Naser
Public bug reported: At the moment, in order to clean up a database, you will have to archive first and then run the delete afterwards. If the operator doesn't care about the ability of restoring deleted instances, it means that the archive step is useless for them. It would be nice if we added

[Yahoo-eng-team] [Bug 1862205] [NEW] Instances not visible when hidden=NULL

2020-02-06 Thread Mohammed Naser
Public bug reported: During an upgrade of a cloud from Stein to Train, there is a migration which adds the `hidden` field to the database. In that migration, it was assumed that it does not backfill all of the columns. However, upon verifying, it actually does backfill all columns and the order

[Yahoo-eng-team] [Bug 1878979] [NEW] Quota code does not respect [api]/instance_list_per_project_cells

2020-05-15 Thread Mohammed Naser
Public bug reported: The function which counts resources using the legacy method involves getting a list of all cell mappings assigned to a specific project: https://github.com/openstack/nova/blob/575a91ff5be79ac35aef4b61d84c78c693693304/nova/quota.py#L1170-L1209 This code can be very heavy on

[Yahoo-eng-team] [Bug 1892370] [NEW] Database migrations fail when schema includes dash

2020-08-20 Thread Mohammed Naser
Public bug reported: In our database migrations, we run the following: 'ALTER DATABASE %s DEFAULT CHARACTER SET utf8' If usnig a database name that includes a dash, the migration fails because it requires to be wrapped by `. ** Affects: nova Importance: Undecided Assignee: Mohammed

[Yahoo-eng-team] [Bug 1890057] Re: EC2 instance_id_mappings are never deleted

2020-08-03 Thread Mohammed Naser
*** This bug is a duplicate of bug 1786298 *** https://bugs.launchpad.net/bugs/1786298 ** This bug has been marked a duplicate of bug 1786298 nova-manage db archive_deleted_rows does not cleanup table instance_id_mappings -- You received this bug notification because you are a member of

[Yahoo-eng-team] [Bug 1890057] [NEW] EC2 instance_id_mappings are never deleted

2020-08-02 Thread Mohammed Naser
Public bug reported: It looks like whenever we create an instance, we create an EC2 instance ID mapping for it: https://github.com/openstack/nova/blob/df49ad9b29afcafa847b83df445b6627350721b5/nova/db/sqlalchemy/api.py#L1137-L1138 Which is used by the EC2 objects:

[Yahoo-eng-team] [Bug 1887523] [NEW] Deadlock detection code can be stale

2020-07-14 Thread Mohammed Naser
Public bug reported: oslo.db has plenty of infrastructure for detecting deadlocks, however, it seems that at the moment, neutron has it's own implementation of it which is missing a bunch of deadlocks, causing issues when doing work at scale. this bug is to track the work in refactoring all of

[Yahoo-eng-team] [Bug 1883969] [NEW] Nova doesn't fail at API layer when image_size > volume_size with BFV

2020-06-17 Thread Mohammed Naser
Public bug reported: When trying to boot an instance where the image size is larger than the volume size, there seems to be no 'protection' mechanism of stopping you from doing that, it ends up failing in the compute manager layer making it more complicated for the user to debug. We should

[Yahoo-eng-team] [Bug 1889454] [NEW] br-int has an unpredictable MTU

2020-07-29 Thread Mohammed Naser
Public bug reported: We have an environment where users can plug their VMs both to tenant and provider networks on the hypervisor. This environment does not have jumbo frames. The MTU for VMs plugged directly into provider networks is 1500 (physical network) however it is 1450 for tneant

[Yahoo-eng-team] [Bug 1931908] [NEW] Default CORS allow_headers missing X-OpenStack-Nova-API-Version

2021-06-14 Thread Mohammed Naser
Public bug reported: When enabling CORS, by default, the `X-OpenStack-Nova-API-Version` API header is not included in the allowed headers. It should be by default because it's critical to the operation of the OpenStack Nova API. ** Affects: nova Importance: Undecided Status: New

[Yahoo-eng-team] [Bug 1917645] Re: Nova can't create instances if RabbitMQ notification cluster is down

2021-11-23 Thread Mohammed Naser
As per sean-k-mooney advice, I've added this to be an oslo.messaging bug since it's more of an issue in there than it is in Nova. ** Also affects: oslo.messaging Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering

[Yahoo-eng-team] [Bug 2042362] [NEW] Listing instances gives unnecessary error if flavor is deleted

2023-10-31 Thread Mohammed Naser
Public bug reported: You'll get an alert similar to this: "Unable to retrieve instance size information." reference: https://github.com/vexxhost/atmosphere/issues/574 ** Affects: horizon Importance: Undecided Status: In Progress -- You received this bug notification because you

[Yahoo-eng-team] [Bug 2037585] [NEW] VM fails to delete with trunk + subports

2023-09-27 Thread Mohammed Naser
Public bug reported: When using Neutron, it will prevent you to delete a port if the subports are still attached: https://review.opendev.org/c/openstack/neutron/+/885154 Because of this, if you delete a VM with subports attached, you will end up with a VM in ERROR state: ``` 2023-09-27

[Yahoo-eng-team] [Bug 2038978] [NEW] [OVN] ARP + Floating IP issues

2023-10-10 Thread Mohammed Naser
Public bug reported: When using OVN, if you have a virtual router with a gateway that is in subnet A, and has a port that has a floating IP attached to it from subnet B, they seem to not be reachable. https://mail.openvswitch.org/pipermail/ovs-dev/2021-July/385253.html There was a fix brought

[Yahoo-eng-team] [Bug 1645516] Re: openswan package is not available in Ubuntu 16.04

2022-05-30 Thread Mohammed Naser
Invalid now, 16.04 is long gone :) ** Changed in: neutron Status: Confirmed => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1645516 Title: openswan package is not

[Yahoo-eng-team] [Bug 1447651] Re: Find many duplicate rules in memory by using iptables_manager

2022-05-30 Thread Mohammed Naser
This is no longer relevant and I do not see these warnings, closing because of age. ** Changed in: neutron Status: New => Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron.

[Yahoo-eng-team] [Bug 1680484] Re: neutron-vpnaas:error when creating IPSec Site Connection using strongswan on centos

2022-05-30 Thread Mohammed Naser
Correct, resolved by the comment Dmitriy added. ** Changed in: neutron Status: New => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1680484 Title:

[Yahoo-eng-team] [Bug 1598652] Re: Neutron VPNaaS API CI is not enabled

2022-05-30 Thread Mohammed Naser
** Changed in: neutron Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1598652 Title: Neutron VPNaaS API CI is not enabled Status in neutron:

[Yahoo-eng-team] [Bug 1972023] [NEW] Failed (but retryable) device detaches are logged as ERROR

2022-05-06 Thread Mohammed Naser
Public bug reported: At the moment, if a device attempts to be detached and times out (using libvirt), it will log a message: https://github.com/openstack/nova/blob/master/nova/virt/libvirt/driver.py#L2570-L2573 However, this is not a failure, since we actually retry the process a few more

[Yahoo-eng-team] [Bug 1972028] [NEW] _get_pci_passthrough_devices prone to race condition

2022-05-06 Thread Mohammed Naser
Public bug reported: At the moment, the `_get_pci_passthrough_devices` function is prone to race conditions. This specific code here calls `listCaps()`, however, it is possible that the device has disappeared by the time on method has been called:

[Yahoo-eng-team] [Bug 1971760] [NEW] nova-compute leaks green threads

2022-05-05 Thread Mohammed Naser
Public bug reported: At the moment, if the cloud sustain a large number of VIF plugging timeouts, it will lead into a ton of leaked green threads which can cause the nova-compute process to stop reporting/responding. The tracebacks that would occur would be: === 2022-04-17 00:21:28.651 877893

[Yahoo-eng-team] [Bug 1992186] [NEW] "int object is not iterable" when using numerical group names

2022-10-07 Thread Mohammed Naser
Public bug reported: When using federation and having the values of `groups` in the mapping set to a number, it will be parsed into a a number and then fail to authenticate: ``` {"error":{"code":400,"message":"'int' object is not iterable","title":"Bad Request"}} ``` I believe the bad bit is

[Yahoo-eng-team] [Bug 2015894] [NEW] VMs failing to go up with RBD volume + volume_use_multipath

2023-04-11 Thread Mohammed Naser
Public bug reported: For a VM that's using an RBD volume when `volume_use_multipath` is set to true, VMs will fail to go up. https://github.com/openstack/os- brick/blob/28ffcdbfa138859859beca2f80627c076269be56/os_brick/initiator/linuxscsi.py#L212-L233 It seems like we always call os_brick with

[Yahoo-eng-team] [Bug 2028442] [NEW] Support DNS for ovn_{nb, sb}_connection

2023-07-22 Thread Mohammed Naser
Public bug reported: At the moment, it seems that when using a DNS hostname for `ovn_nb_connection` or `ovn_sb_connection`, the connection never seems to go up. It seems that the `ovs` library does not resolve an IP address before proceeding, I'm not sure if we should be resolving things and

[Yahoo-eng-team] [Bug 2053274] [NEW] [ovn] mtu for metadata veth interface is not set

2024-02-15 Thread Mohammed Naser
Public bug reported: When using OVN, the `veth` interfaces which get created inside the network namespace (and the other half that goes into the OVS bridge) both do not get an MTU configured for them when they are provisioned.

[Yahoo-eng-team] [Bug 2052915] Re: "neutron-ovs-grenade-multinode" and "neutron-ovn-grenade-multinode" failing in 2023.1 and Zed

2024-02-22 Thread Mohammed Naser
Nova is also affected by this. ** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/2052915 Title:

[Yahoo-eng-team] [Bug 2060163] [NEW] [ovn] race condition with add/remove router interface

2024-04-03 Thread Mohammed Naser
Public bug reported: We're running into an issue in our CI with Atmosphere where we frequently see failures when a router port is removed from an interface, the traceback is the following: == 2024-04-03 21:13:09.804 10 ERROR neutron.api.v2.resource [None

[Yahoo-eng-team] [Bug 2059716] [NEW] [ovn] Multihomed backend (IPv4 + IPv6) with floating IP unreachable

2024-03-28 Thread Mohammed Naser
Public bug reported: We've got an interesting scenario where one of the backends of a load balancer is not reachable given the following test environment: 2x networks - provider network, IPv4 + IPv6 subnets - tenant network (Geneve), IPv4 + IPv6 subnets 3x VMs - 2x single port, 2 IP addresses

[Yahoo-eng-team] [Bug 2062385] [NEW] [ovn-octavia-provider] Member with FIP not reachable

2024-04-18 Thread Mohammed Naser
Public bug reported: We've noticed the following issue with the OVN octavia provider and we've narrowed it down to the following: - Member with floating IP not reachable through load balancer We've noticed that at first, it loses all connectivity. Once the floating IP gets removed and added,

[Yahoo-eng-team] [Bug 2063463] [NEW] [ovn-octavia-provider] hairpin_snat_ip not set

2024-04-25 Thread Mohammed Naser
Public bug reported: At the moment, the OVN octavia provider does not set `hairpin_snat_ip` out of the box which means that if a backend server is sending requests to a load balancer which it is also a backend server of, it will get that request where the source IP of the request is the floating