Skip to content

Commit d7a26d3

Browse files
authored
Merge pull request #162 from IBM/dev
Dev to master : Fixed zimon config file distribution timing issue
2 parents 7c3baba + 01ee285 commit d7a26d3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/zimon/cluster/tasks/configure.yml

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@
100100
vars:
101101
sensor_nodes: "{{ ansible_play_hosts | list }}"
102102
command: /usr/lpp/mmfs/bin/mmchnode --perfmon -N {{ sensor_nodes | join(',') }}
103+
async: 45
104+
poll: 5
103105
register: scale_zimon_conf_enable_node_perfmon
104106
run_once: true
105107
ignore_errors: yes

0 commit comments

Comments
 (0)