Commit 1e21390
authored
[fix] Bind Mooncake master RPC to configured host (Ascend#136)
This PR updates Mooncake bootstrap to pass the host from
`master_server_address` into `mooncake_master` via
`--rpc_address`, in addition to the existing `--rpc_port`.
This fixes IPv6 deployments where mooncake_master previously bound RPC
to the default `0.0.0.0`, while clients connected through the IPv6 host
configured in `master_server_address`, causing connection refused
errors.
Signed-off-by: 0oshowero0 <o0shower0o@outlook.com>1 parent 7264205 commit 1e21390
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | 106 | | |
| |||
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| 116 | + | |
115 | 117 | | |
116 | 118 | | |
117 | 119 | | |
| |||
0 commit comments