Merge ~dannf/+git/maas-preseeds:hidon-re-enable-mofed-and-warn into ~ce-hyperscale/+git/maas-preseeds:main

Proposed by dann frazier
Status: Merged
Merged at revision: cb5e8aa0d5620cc841f91b651f5d408715327011
Proposed branch: ~dannf/+git/maas-preseeds:hidon-re-enable-mofed-and-warn
Merge into: ~ce-hyperscale/+git/maas-preseeds:main
Diff against target: 19 lines (+6/-2)
1 file modified
late.sh (+6/-2)
Reviewer Review Type Date Requested Status
Ian May (community) Approve
CE Hyperscale Pending
Review via email: mp+460445@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Ian May (ian-may) wrote :

LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/late.sh b/late.sh
index d4a2f68..0d875de 100755
--- a/late.sh
+++ b/late.sh
@@ -58,8 +58,12 @@ install_gpu_drivers() {
5858
59install_mellanox_ofed() {59install_mellanox_ofed() {
60 if [ "$(dmidecode -s system-product-name)" = "DGXH100" ]; then60 if [ "$(dmidecode -s system-product-name)" = "DGXH100" ]; then
61 # Disable MOFED installation until certification is complete61 touch /home/ubuntu/JEFF-THIS-HAS-MOFED-INSTALLED-DONT-IPERF
62 return 062 touch /root/JEFF-THIS-HAS-MOFED-INSTALLED-DONT-IPERF
63 # We'll need to redisable this later for cert testing, so
64 # just leave it commented out. See:
65 # https://warthogs.atlassian.net/browse/NVDGX-675
66 #return 0
63 fi67 fi
64 local MLNX_REPO="https://linux.mellanox.com/public/repo/mlnx_ofed"68 local MLNX_REPO="https://linux.mellanox.com/public/repo/mlnx_ofed"
65 # NOTE!!69 # NOTE!!

Subscribers

People subscribed via source and target branches

to all changes: