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

Fix DNS port typo in RSS #6956

Merged
merged 1 commit into from
Oct 30, 2024
Merged

Fix DNS port typo in RSS #6956

merged 1 commit into from
Oct 30, 2024

Conversation

jgallagher
Copy link
Contributor

I'm still waiting for a4x2 to come all the way up to confirm Nexus can update internal DNS, but based on the serialized RSS plan, I believe this should be all that's required; the port numbers are correct with this change:

          "_nameservice._tcp": [
            {
              "type": "SRV",
              "data": {
                "prio": 0,
                "weight": 0,
                "port": 5353,
                "target": "9340319c-02e3-4bed-9a58-761e6dba81c4.host.control-plane.oxide.internal"
              }
            },
            {
              "type": "SRV",
              "data": {
                "prio": 0,
                "weight": 0,
                "port": 5353,
                "target": "dc93338b-b6f2-42c6-b70d-ae4b62d04c90.host.control-plane.oxide.internal"
              }
            },
            {
              "type": "SRV",
              "data": {
                "prio": 0,
                "weight": 0,
                "port": 5353,
                "target": "dd8536a6-9736-4a84-bee8-43db57303f12.host.control-plane.oxide.internal"
              }
            }

Fixes #6951.

Copy link
Contributor

@andrewjstone andrewjstone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jgallagher!

@andrewjstone andrewjstone merged commit c274c16 into main Oct 30, 2024
16 checks passed
@andrewjstone andrewjstone deleted the john/fix-rss-dns-typo branch October 30, 2024 16:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DNS propagation broken in newly-deployed systems
2 participants