fix(gateway): handle delayed Podman bridge listeners - #2874
Open
elezar wants to merge 2 commits into
Open
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
|
Label |
Member
Author
|
/ok-to-test e2e39b4 |
|
🌿 Preview your docs: https://nvidia-preview-pr-2874.docs.buildwithfern.com/openshell |
Member
Author
|
/ok-to-test fa02b7d |
elezar
force-pushed
the
codex/fix-fedora-release-canary
branch
from
August 27, 2026 13:21
8be2ce6 to
1ca8c32
Compare
Member
Author
|
/ok-to-test 1ca8c32 |
elezar
force-pushed
the
codex/fix-fedora-release-canary
branch
2 times, most recently
from
September 3, 2026 17:57
fe4097d to
d31a034
Compare
7 tasks
elezar
marked this pull request as ready for review
September 3, 2026 21:14
elezar
requested review from
a team,
derekwaynecarr,
mrunalp and
sjenning
as code owners
September 3, 2026 21:14
Member
Author
|
/ok-to-test 5c8c586 |
elezar
commented
Sep 3, 2026
7 tasks
elezar
force-pushed
the
codex/fix-fedora-release-canary
branch
from
September 4, 2026 12:03
5c8c586 to
f5cde26
Compare
elezar
marked this pull request as draft
September 4, 2026 12:30
elezar
force-pushed
the
codex/rootful-podman-test-guest
branch
from
September 4, 2026 13:10
35374e3 to
5f2ac04
Compare
elezar
force-pushed
the
codex/fix-fedora-release-canary
branch
from
September 4, 2026 13:10
f5cde26 to
3bccf31
Compare
elezar
marked this pull request as ready for review
September 7, 2026 12:00
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
elezar
force-pushed
the
codex/fix-fedora-release-canary
branch
from
September 7, 2026 13:25
3bccf31 to
67f975a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fix rootful Podman gateway startup when Podman has allocated a managed bridge gateway address but netavark has not assigned that address yet. The gateway uses delayed exact binding where Linux supports it and a narrowly scoped fallback for the nested Fedora canary topology.
This PR is stacked on #3184, which adds the reusable rootful Podman test-guest configuration.
Related Issue
No issue required: this is a focused fix for a reliably failing Fedora release-canary regression. Longer-term driver-owned callback relay work remains tracked in #2540.
Release Canary reference: https://github.com/NVIDIA/OpenShell/actions/runs/32448768823/job/96673135310
Changes
IP_FREEBINDwhen the bridge gateway address has not yet been assigned.Security impact
The nested-container fallback exposes only the sandbox-callable gRPC surface on non-loopback IPv4 destinations in the outer container namespace. User, administrator, health, reflection, non-callback inference, and HTTP routes remain unavailable there. Sandbox authentication and the surrounding container-network boundary remain required defenses.
Testing
mise run pre-commitcargo check -p openshell-server -p openshell-driver-podmangit diff --check origin/main..HEADChecklist