File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1111
1212[master]
1313158.250.29.10 ansible_ssh_user =cluster offset =1
14+
15+ [local]
16+ localhost
Original file line number Diff line number Diff line change 4848 when : pg_pidfile.stat.exists
4949
5050- name : force rebuild on changed sources
51- command : " rm {{pg_dst}}/bin/postgres"
51+ command : " rm -f {{pg_dst}}/bin/postgres"
5252 when : pg_sources.changed
5353
5454- name : build and install
Original file line number Diff line number Diff line change 11---
22
3- - hosts : clients
3+ - hosts : clients[0]
44 gather_facts : no
55 tasks :
66
3030 gather_facts : no
3131 tasks :
3232 - name : run transfers
33- shell : " ~/perf {{connections}} {{runkeys | d('-g -w 64 -r 1 -n 1000 -a 10000')}}"
33+ shell : " ~/perf {{connections}} {{runkeys | d('-g -w 8 -r 1 -n 1000 -a 10000')}}"
3434 register : transfers_result
3535 - debug : var=transfers_result
3636
You can’t perform that action at this time.
0 commit comments