Skip to content

Commit 2901294

Browse files
committed
avoid OFED install timeouts
1 parent f4fa9ec commit 2901294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ansible/roles/ofed/tasks/install.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
chdir: "{{ ofed_tmp_dir }}/MLNX_OFED_LINUX-{{ ofed_version }}-{{ ofed_distro }}{{ ofed_distro_version }}-{{ ofed_arch }}/"
5959
register: _ofed_install
6060
when: "'MLNX_OFED_LINUX-' + ofed_version not in _ofed_info.stdout"
61+
async: "{{ 45 * 60 }}" # wait for up to 45 minutes
62+
poll: 15 # check every 15 seconds
6163

6264
- name: Update initramfs
6365
command:

0 commit comments

Comments
 (0)