Honor IPV4_PREFIX in morph_chain config #83
No reviewers
Labels
No labels
P0
P1
P2
P3
good first issue
Infrastructure
blocked
bug
config
discussion
documentation
duplicate
enhancement
go
help wanted
internal
invalid
kludge
observability
perfomance
question
refactoring
wontfix
No milestone
No project
No assignees
5 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: TrueCloudLab/frostfs-dev-env#83
Loading…
Reference in a new issue
No description provided.
Delete branch "potyarkin/frostfs-dev-env:fix/remove-hardcoded-ip-address"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug: IPV4_PREFIX not honored by morph_chain config
Expected Behavior
Makefile variable
IPV4_PREFIX
should affect all service containers.Current Behavior
morph_chain uses hardcoded value for bind address:
Addresses:
- "192.168.130.90:30333"
Possible Solution
Steps to Reproduce (for bugs)
Context
I was trying to launch devenv in a custom IPv4 subnet.
Regression
Is this issue a regression? (Yes / No) --> Kinda. Introduced by
79a11641ed
, PR#236@alexvanin, do you remember why the IP was hardcoded in the first place? Would switching to listen on
:30333
affect anything? If not, listening on all interfaces inside the container appears to provide the easiest workaround.Unfortunately, I don't.
As far as it is inside of a container, don't see any issues with that. If it works, then let's do it.
I gonna add to review some core developers who use and update this repo more than I do.
It works, at least on my machine :)