Skip to content

Commit 684151a

Browse files
committed
Removed remaing /home/mysql references
1 parent ebc2910 commit 684151a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

build_run_docker.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ if [ "$NUM_MYSQLD_NODES" -gt 0 ]; then
379379
fi
380380

381381
DATA_DIR="/srv/hops/mysql-cluster"
382-
BENCH_DIR="/home/mysql/benchmarks"
382+
BENCH_DIR="/srv/hops/benchmarks"
383383

384384
#######################
385385
#######################

resources/config_templates/autobench_dbt2.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ NDB_MGMD_NODES="%s"
5656

5757
DBT2_TIME="30"
5858
DBT2_WAREHOUSES="%s"
59-
DBT2_DATA_DIR=/home/mysql/benchmarks/dbt2_data
59+
DBT2_DATA_DIR=/srv/hops/benchmarks/dbt2_data

sample_files/docker_compose.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ services:
193193
image: rondb:22.10.4-dev
194194
container_name: bench_1
195195
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 "
197197
deploy:
198198
resources:
199199
limits:
@@ -204,16 +204,16 @@ services:
204204
volumes:
205205
- type: bind
206206
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
208208
- type: bind
209209
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
211211
- type: bind
212212
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
214214
- type: bind
215215
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
217217
environment:
218218
- HOST_GROUP_ID=20
219219
- MYSQL_BENCH_PASSWORD=Abc123?e

0 commit comments

Comments
 (0)