Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion buildlib/az-helpers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ check_nv_peer_mem() {

if ! lsmod | grep -q 'nv.*_peer.*mem'; then
lsmod | grep 'nv.*_peer.*mem'
systemctl status nv_peer_mem
azure_log_error "nv_peer_mem module not loaded on $(hostname -s)"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you change the message to say nv_peer_mem|nvidia_peermem

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe just "NV peer memory module not loaded on $(hostname -s)"?

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure

exit 1
fi
Expand Down
Loading