fix run.sh, support set a test filesystem with single node (#161)
Some checks failed
Build / build (push) Has been cancelled

This commit is contained in:
Yiyuan Liu
2025-03-13 11:49:43 +08:00
committed by GitHub
parent a188ed39ec
commit 3c100b90ce
7 changed files with 163 additions and 473 deletions

View File

@@ -4,7 +4,7 @@ cluster_id = '${FS_CLUSTER}'
default_pkey_index = ${PKEY_INDEX}
[fdb]
clusterFile = '${FDB_UNITTEST_CLUSTER}'
clusterFile = '${FDB_TEST_CLUSTER}'
[mgmtd_client]
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]