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: Swap the ports that client and manager are looking at #3139

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Yaminyam
Copy link
Member

@Yaminyam Yaminyam commented Nov 26, 2024

close #3138

Checklist: (if applicable)

  • Milestone metadata specifying the target backport version
  • Mention to the original issue
  • Installer updates including:

@github-actions github-actions bot added the size:XS ~10 LoC label Nov 26, 2024
@Yaminyam Yaminyam added this to the 24.12 milestone Nov 27, 2024
@Yaminyam Yaminyam added comp:installer Related to Installer skip:changelog Make the action workflow to skip towncrier check labels Nov 27, 2024
@Yaminyam Yaminyam marked this pull request as ready for review November 27, 2024 04:34
Comment on lines 841 to +845
storage_proxy_client_facing_addr=ServerAddr(
bind=HostPortPair(public_component_bind_address, 6022),
face=HostPortPair(public_facing_address, 6022),
bind=HostPortPair(public_component_bind_address, 6021),
face=HostPortPair(public_facing_address, 6021),
),
storage_proxy_manager_facing_addr=ServerAddr(HostPortPair("127.0.0.1", 6022)),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Can you please check if the code currently using ports 6021 and 6022 in backend.ai is okay? @Yaminyam

Copy link
Member Author

Choose a reason for hiding this comment

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

This part is irrelevant to the behavior because it is the part that generates the config file.
As mentioned in the issue, we change it to be consistent with the port we use by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:installer Related to Installer size:XS ~10 LoC skip:changelog Make the action workflow to skip towncrier check
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The api port in the storage-proxy setting created by the installer is the opposite of sample
2 participants