Fix wrong storage_main.toml config in deploy/README.md (#126)

Signed-off-by: fourierrr <fourierrr@gmail.com>
This commit is contained in:
Nessaj
2025-03-07 15:57:31 +08:00
committed by GitHub
parent ea33fd90af
commit 7e463ae6bb

View File

@@ -239,7 +239,7 @@ Install `storage` service on **storage** node.
- Add target paths in [`storage_main.toml`](../configs/storage_main.toml):
```toml
[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]
remote_ip = "192.168.1.1:10000"