Skip to content
Snippets Groups Projects
Commit dd70fb40 authored by Trung Nguyen's avatar Trung Nguyen
Browse files

Update failover option for DGX

Former-commit-id: 308a2b1d
parent d0b9188d
No related branches found
No related tags found
No related merge requests found
...@@ -154,15 +154,3 @@ ...@@ -154,15 +154,3 @@
- name: waiting for server to come back - name: waiting for server to come back
wait_for_connection: sleep=60 timeout=600 delay=60 wait_for_connection: sleep=60 timeout=600 delay=60
when: reboot_now when: reboot_now
- name: Set failover mode on DGX baremetal nodes
lineinfile:
path: /etc/modprobe.d/ko2iblnd.conf
state: present
line: "options ko2iblnd dev_failover=1"
insertafter: EOF
when:
- '"DGX" in ansible_product_name'
- '"RedHat" in ansible_distribution'
become: true
become_user: root
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment