Skip to content

Conversation

github-actions[bot]
Copy link

@github-actions github-actions bot commented Jun 3, 2024

This PR contains a snapshot of zed from upstream unmaintained/zed.

set_gateway_mtu runs for all the gateway ports for a network
and if one of the ports get's deleted in meanwhile
whole transaction fails.

To handle this we need to add if_exists=True to the transaction
but for that it needs to be supported in ovsdbapp. It's fixed
in ovsdbapp with [1] but would require to bump ovsdbapp
minimal version in requirements.txt which we normally don't
do for stable branches.

So using "update_lrouter_port" instead as that have the
required option available. Before [2] that was only used
but during the switch if_exists part was missed.

[1] https://review.opendev.org/q/I56685478214aae7b6d3a2a3187297ad4eb1869a3
[2] https://review.opendev.org/c/openstack/neutron/+/762695

Closes-Bug: #2065701
Related-Bug: #2060163
Change-Id: I447990509cdea9830228d3bc92a97062cc57a472
(cherry picked from commit 5bdd0ef)
Conflicts:
	neutron/tests/unit/fake_resources.py
@github-actions github-actions bot requested a review from a team as a code owner June 3, 2024 08:23
@github-actions github-actions bot added automated Automated action performed by GitHub Actions synchronisation labels Jun 3, 2024
@markgoddard markgoddard merged commit 664bc9d into stackhpc/zed Jun 3, 2024
@markgoddard markgoddard deleted the upstream/zed-2024-06-03 branch June 3, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automated Automated action performed by GitHub Actions synchronisation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants