Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HPCasCode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hpc-team
HPCasCode
Commits
da079f08
Commit
da079f08
authored
4 years ago
by
Trung Nguyen
Browse files
Options
Downloads
Patches
Plain Diff
Update failover option for DGX
parent
38de7942
No related branches found
No related tags found
1 merge request
!314
Dgxdeploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/mellanox_drivers/tasks/main.yml
+12
-1
12 additions, 1 deletion
roles/mellanox_drivers/tasks/main.yml
with
12 additions
and
1 deletion
roles/mellanox_drivers/tasks/main.yml
+
12
−
1
View file @
da079f08
...
...
@@ -114,7 +114,6 @@
-
mlnx-ofa_kernel-modules
when
:
install_now
-
name
:
install drivers
shell
:
./mlnxofedinstall -q --add-kernel-support --force --skip-repo
args
:
...
...
@@ -129,6 +128,18 @@
become_user
:
root
register
:
service_file
-
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
-
name
:
Reload systemd
shell
:
systemctl daemon-reload
become
:
true
...
...
This diff is collapsed.
Click to expand it.
Trung Nguyen
@tngu0050
mentioned in commit
9885ce45
·
4 years ago
mentioned in commit
9885ce45
mentioned in commit 9885ce459b678066716ba90f1111f03fc58dac02
Toggle commit list
Trung Nguyen
@tngu0050
mentioned in commit
a743def3
·
4 years ago
mentioned in commit
a743def3
mentioned in commit a743def38c8559994459ce7384088acd0638265a
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment