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 11
11
12
12
[master]
13
13
158.250.29.10 ansible_ssh_user =cluster offset =1
14
+
15
+ [local]
16
+ localhost
Original file line number Diff line number Diff line change 48
48
when : pg_pidfile.stat.exists
49
49
50
50
- name : force rebuild on changed sources
51
- command : " rm {{pg_dst}}/bin/postgres"
51
+ command : " rm -f {{pg_dst}}/bin/postgres"
52
52
when : pg_sources.changed
53
53
54
54
- name : build and install
Original file line number Diff line number Diff line change 1
1
---
2
2
3
- - hosts : clients
3
+ - hosts : clients[0]
4
4
gather_facts : no
5
5
tasks :
6
6
30
30
gather_facts : no
31
31
tasks :
32
32
- 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')}}"
34
34
register : transfers_result
35
35
- debug : var=transfers_result
36
36
You can’t perform that action at this time.
0 commit comments