Skip to content

Commit

Permalink
Remove kvp file for Network Direct for Infiniband (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anbang-Hu authored Dec 4, 2019
1 parent 8e3e2be commit 5b75cce
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

set -x

export DEBIAN_FRONTEND=noninteractive

# Remove kvp file for ND (network direct) - the older mechanism for InfiniBand before SR-IOV retrofit
sudo rm -rf /var/lib/hyperv/.kvp_pool_0
sudo systemctl restart hv-kvp-daemon.service

sudo apt-get update
sudo apt-get install -y build-essential python-setuptools libibverbs-dev bison flex ibverbs-utils net-tools gfortran python3-pip
sudo apt-get install -y perftest infiniband-diags
Expand Down

0 comments on commit 5b75cce

Please sign in to comment.