Skip to content

Commit e365760

Browse files
committed
Update cluster.yml
1 parent 9e380ab commit e365760

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contrib/multimaster/tests/deploy_layouts/cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
- name: start dtm
3131
shell: >
3232
nohup ~/pg_cluster/src/contrib/arbiter/bin/arbiter
33-
-d ~/pg_cluster/dtm_data -r 0.0.0.0:5431 -i 0 -l ~/pg_cluster/dtm_data/log &
33+
-d ~/pg_cluster/dtm_data -r "0.0.0.0:5431" -i 0 -l ~/pg_cluster/dtm_data/log &
3434
3535
- name: wait until dtm is available
3636
wait_for: port=5431 delay=1
@@ -64,7 +64,7 @@
6464
- name: build sockhub
6565
shell: "make clean && make -j 4"
6666
args:
67-
chdir: "{{pg_src}}/contrib/multimaster/sockhub"
67+
chdir: "{{pg_src}}/contrib/arbiter/sockhub"
6868

6969
- name: build multimaster
7070
shell: "make clean && make -j {{makejobs}} install"

0 commit comments

Comments
 (0)