Skip to content

Commit cea41ab

Browse files
knizhnikkelvich
authored andcommitted
Update ansible scripts
1 parent 77a7d3a commit cea41ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/multimaster/tests/deploy_layouts/cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121
chdir: "~/pg_cluster/src/contrib/arbiter"
2222
# when: dtm_sources.changed
2323

24-
- name: kill dtmd
24+
- name: kill arbiter
2525
shell: kill -9 `cat ~/pg_cluster/dtm_data/arbiter.pid` || true
2626

2727
- name: ensure datadir for dtm exists
2828
shell: "rm -rf ~/pg_cluster/dtm_data && mkdir ~/pg_cluster/dtm_data"
2929

3030
- name: start dtm
3131
shell: >
32-
nohup ~/pg_cluster/src/contrib/arbiter/bin/dtmd
33-
-d ~/pg_cluster/dtm_data -a 0.0.0.0 -p 5431 > ~/pg_cluster/dtm_data/log &
32+
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 &
3434
3535
- name: wait until dtm is available
3636
wait_for: port=5431 delay=1

0 commit comments

Comments
 (0)