Skip to content

Commit

Permalink
add ib speed check
Browse files Browse the repository at this point in the history
  • Loading branch information
wpoely86 committed Apr 18, 2022
1 parent aa0b6a1 commit 887c276
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nhc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@

# Check that there's an ib interface with the correvt speed
* || if [ ! -z ${NHC_IB_DEV+x} ]; then check_hw_eth $NHC_IB_DEV; fi
* || if [ ! -z ${NHC_IB_SPEED+x} ]; then check_hw_ib $NHC_IB_SPEED; fi


#######################################################################
Expand Down

0 comments on commit 887c276

Please sign in to comment.