File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -121,8 +121,10 @@ if (( ${use_provdb} == 1 )); then
121121 provdb_addr=" ${iface} :${port} " # can be IP:PORT or ADAPTOR:PORT per libfabric conventions
122122 if [[ ${provdb_engine} == " verbs" && ${provdb_domain} != " " ]]; then
123123 provdb_addr=" ${provdb_domain} /${provdb_addr} "
124+ elif [[ ${provdb_engine} == " cxi" ]]; then
125+ provdb_addr=" " # cxi doesn't have ports. We just let Mochi choose its optimal provider
124126 fi
125- echo " Chimbuko services launching provDB instance ${i} of ${provdb_ninstances} on address ${provdb_addr} "
127+ echo " Chimbuko services launching provDB instance ${i} of ${provdb_ninstances} on address ' ${provdb_addr} ' and engine ' ${provdb_engine} ' "
126128 provdb_admin " ${provdb_addr} " ${provdb_extra_args} -engine ${provdb_engine} -nshards ${provdb_nshards} -db_write_dir ${provdb_writedir} -db_commit_freq 0 -server_instance ${i} ${provdb_ninstances} 2>&1 | tee ${log_dir} /provdb_${i} .log &
127129 sleep 1
128130 done
You can’t perform that action at this time.
0 commit comments