File tree 3 files changed +7
-7
lines changed
resources/config_templates
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -379,7 +379,7 @@ if [ "$NUM_MYSQLD_NODES" -gt 0 ]; then
379
379
fi
380
380
381
381
DATA_DIR=" /srv/hops/mysql-cluster"
382
- BENCH_DIR=" /home/mysql /benchmarks"
382
+ BENCH_DIR=" /srv/hops /benchmarks"
383
383
384
384
# ######################
385
385
# ######################
Original file line number Diff line number Diff line change @@ -56,4 +56,4 @@ NDB_MGMD_NODES="%s"
56
56
57
57
DBT2_TIME="30"
58
58
DBT2_WAREHOUSES="%s"
59
- DBT2_DATA_DIR=/home/mysql /benchmarks/dbt2_data
59
+ DBT2_DATA_DIR=/srv/hops /benchmarks/dbt2_data
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ services:
193
193
image : rondb:22.10.4-dev
194
194
container_name : bench_1
195
195
command : >
196
- bash -c "sleep 5 && bench_run.sh --verbose --default-directory /home/mysql /benchmarks/sysbench_multi "
196
+ bash -c "sleep 5 && bench_run.sh --verbose --default-directory /srv/hops /benchmarks/sysbench_multi "
197
197
deploy :
198
198
resources :
199
199
limits :
@@ -204,16 +204,16 @@ services:
204
204
volumes :
205
205
- type : bind
206
206
source : <path-to-repo>/autogenerated_files/v22104_m1_g1_r2_my2_ra1_bn1/volumes/sysbench_single
207
- target : /home/mysql /benchmarks/sysbench_single
207
+ target : /srv/hops /benchmarks/sysbench_single
208
208
- type : bind
209
209
source : <path-to-repo>/autogenerated_files/v22104_m1_g1_r2_my2_ra1_bn1/volumes/dbt2_single
210
- target : /home/mysql /benchmarks/dbt2_single
210
+ target : /srv/hops /benchmarks/dbt2_single
211
211
- type : bind
212
212
source : <path-to-repo>/autogenerated_files/v22104_m1_g1_r2_my2_ra1_bn1/volumes/sysbench_multi
213
- target : /home/mysql /benchmarks/sysbench_multi
213
+ target : /srv/hops /benchmarks/sysbench_multi
214
214
- type : bind
215
215
source : <path-to-repo>/autogenerated_files/v22104_m1_g1_r2_my2_ra1_bn1/volumes/dbt2_multi
216
- target : /home/mysql /benchmarks/dbt2_multi
216
+ target : /srv/hops /benchmarks/dbt2_multi
217
217
environment :
218
218
- HOST_GROUP_ID=20
219
219
- MYSQL_BENCH_PASSWORD=Abc123?e
You can’t perform that action at this time.
0 commit comments