Skip to content

Use gvproxy notify socket instead of polling for readiness#29048

Open
Honny1 wants to merge 1 commit into
podman-container-tools:mainfrom
Honny1:gvproxy-notify
Open

Use gvproxy notify socket instead of polling for readiness#29048
Honny1 wants to merge 1 commit into
podman-container-tools:mainfrom
Honny1:gvproxy-notify

Conversation

@Honny1

@Honny1 Honny1 commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

Replace backoff-based polling for gvproxy socket existence with the new --notification flag from gvisor-tap-vsock#566. Podman creates a Unix listener and gvproxy sends a JSON ready message when its listeners are up. Faster, no race conditions.

Fixes: https://redhat.atlassian.net/browse/RUN-4471

Checklist

Ensure you have completed the following checklist for your pull request to be reviewed:

  • Certify you wrote the patch or otherwise have the right to pass it on as an open-source patch by signing all
    commits. (git commit -s). (If needed, use git commit -s --amend). The author email must match
    the sign-off email address. See CONTRIBUTING.md
    for more information.
  • Referenced issues using Fixes: #00000 in commit message (if applicable)
  • Tests have been added/updated (or no tests are needed)
  • Documentation has been updated (or no documentation changes are needed)
  • All commits pass make validatepr (format/lint checks)
  • Release note entered in the section below (or None if no user-facing changes)

Does this PR introduce a user-facing change?

Machine start uses gvproxy notification socket for readiness instead of polling.

@Honny1 Honny1 marked this pull request as ready for review June 25, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant