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

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

Open
Yaminyam opened this issue Nov 26, 2024 · 0 comments · May be fixed by #3139
Open

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

Yaminyam opened this issue Nov 26, 2024 · 0 comments · May be fixed by #3139
Assignees

Comments

@Yaminyam
Copy link
Member

What Operating System(s) are you seeing this problem on?

Linux (x86-64)

Backend.AI version

main

Describe the bug

service-addr = { host = "0.0.0.0", port = 6021 }

storage_proxy_manager_facing_addr=ServerAddr(HostPortPair("127.0.0.1", 6021)),

In sample.toml and everywhere else, the client-facing port is 6021 and the manager-facing port is 6022.

The installer has them reversed.
This is fine behaviorally, but it can be confusing for future changes to the config file, so we want to unify it.

To Reproduce

No response

Expected Behavior

No response

Anything else?

No response

@Yaminyam Yaminyam self-assigned this Nov 26, 2024
@Yaminyam Yaminyam linked a pull request Nov 26, 2024 that will close this issue
3 tasks
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 a pull request may close this issue.

1 participant