mirror of
https://github.com/deepseek-ai/3FS
synced 2025-06-26 18:16:45 +00:00
Initial commit
This commit is contained in:
15
tests/fuse/config/admin_cli.toml
Normal file
15
tests/fuse/config/admin_cli.toml
Normal file
@@ -0,0 +1,15 @@
|
||||
cluster_id = '${FS_CLUSTER}'
|
||||
|
||||
[ib_devices]
|
||||
default_pkey_index = ${PKEY_INDEX}
|
||||
|
||||
[fdb]
|
||||
clusterFile = '${FDB_UNITTEST_CLUSTER}'
|
||||
|
||||
[mgmtd_client]
|
||||
mgmtd_server_addresses = [ 'RDMA://${ADDRESS}:${MGMTD_PORT}' ]
|
||||
|
||||
[user_info]
|
||||
uid = 0
|
||||
gid = 0
|
||||
token = '${TOKEN}'
|
||||
Reference in New Issue
Block a user