Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-XXX object: Improve firewall handling #16025

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jolivier23
Copy link
Contributor

When a client is behind a firewall, rather than open it up to server connections, we can instead encode that information into the URI of the client. In such cases where a connection would be needed, the server will return an error indicating such. The client should ping servers involved in the request in such cases to establish a connection and then retry the request.

Steps for the author:

  • Commit message follows the guidelines.
  • Appropriate Features or Test-tag pragmas were used.
  • Appropriate Functional Test Stages were run.
  • At least two positive code reviews including at least one code owner from each category referenced in the PR.
  • Testing is complete. If necessary, forced-landing label added and a reason added in a comment.

After all prior steps are complete:

  • Gatekeeper requested (daos-gatekeeper added as a reviewer).

When a client is behind a firewall, rather than open it up to server
connections, we can instead encode that information into the URI of the
client.  In such cases where a connection would be needed, the server
will return an error indicating such.  The client should ping servers
involved in the request in such cases to establish a connection and then
retry the request.

Signed-off-by: Jeff Olivier <[email protected]>
@jolivier23 jolivier23 requested review from a team as code owners March 4, 2025 23:08
Copy link

github-actions bot commented Mar 4, 2025

Errors are Ticket number suffix is not a number. See https://daosio.atlassian.net/wiki/spaces/DC/pages/11133911069/Commit+Comments,Unable to load ticket data
https://daosio.atlassian.net/browse/DAOS-XXX

@daosbuild1
Copy link
Collaborator

Test stage Unit Test on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-16025/1/testReport/

@daosbuild1
Copy link
Collaborator

Test stage Unit Test with memcheck on EL 8.8 completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-16025/1/testReport/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants