Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git clone git://git.whamcloud.com/fs/lustre-release.git
# note make sure to pull out whatever the latest patch series is
# Checkout the LUTF patch series
git fetch https://review.whamcloud.com/fs/lustre-release refs/changes/8758/3808739458/62 && git checkout FETCH_HEAD
# install python3
yum install python3
yum install python3-devel
pip3 install paramiko
pip3 install netifaces
pip3 install pyyaml
pip3 install psutil
# install swig 3
# http://www.swig.org/download.html
#configure
sh ./autogen.sh
./configure --with-linux=<kernel_path>
# follow the rest of the build instructions in the top link
make rpms

...