Fix wrong storage_main.toml config in deploy/README.md

Signed-off-by: fourierrr <fourierrr@gmail.com>
This commit is contained in:
fourierrr 2025-03-07 14:55:21 +08:00
parent ea33fd90af
commit 9cb365fca1

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"