[BugFix] Storage backend gets env params (#5892)

* Storage backend gets env params

* up

* up

* up
This commit is contained in:
jc
2026-01-06 14:14:17 +08:00
committed by GitHub
parent acdf0cd1d9
commit e9b25aa72f
5 changed files with 9 additions and 8 deletions
@@ -4,6 +4,6 @@
"global_segment_size":8589934592,
"local_buffer_size":134217728,
"protocol":"rdma",
"rdma_devices": "mlx5_1,mlx5_2,mlx5_3,mlx5_4",
"rdma_devices": "",
"master_server_addr":"0.0.0.0:15001"
}
@@ -17,7 +17,6 @@ S1_PORT=52800
ports=(
$S0_PORT $((S0_PORT + 1)) $((S0_PORT + 2)) $((S0_PORT + 3))
$S1_PORT $((S1_PORT + 1)) $((S1_PORT + 2)) $((S1_PORT + 3))
$ROUTER_PORT
)
check_ports "${ports[@]}" || {
echo "❌ Some ports are in use. Please release them."