mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Fix wrong storage_main.toml config in deploy/README.md (#126)
Signed-off-by: fourierrr <fourierrr@gmail.com>
This commit is contained in:
parent
ea33fd90af
commit
7e463ae6bb
@ -239,7 +239,7 @@ Install `storage` service on **storage** node.
|
|||||||
- Add target paths in [`storage_main.toml`](../configs/storage_main.toml):
|
- Add target paths in [`storage_main.toml`](../configs/storage_main.toml):
|
||||||
```toml
|
```toml
|
||||||
[server.mgmtd]
|
[server.mgmtd]
|
||||||
mgmtd_server_address = ["RDMA://192.168.1.1:8000"]
|
mgmtd_server_addresses = ["RDMA://192.168.1.1:8000"]
|
||||||
|
|
||||||
[common.monitor.reporters.monitor_collector]
|
[common.monitor.reporters.monitor_collector]
|
||||||
remote_ip = "192.168.1.1:10000"
|
remote_ip = "192.168.1.1:10000"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user