...
As of this date the LUTF is still on the multi-rail master branch. To get it you need to:
Code Block |
---|
git clone git://git.whamcloud.com/fs/lustre-release.git # note make sure to pull out whatever the latest patch series is # cherryCheckout pick the belowLUTF two patches ontop of your code basepatch series git fetch https://review.whamcloud.com/fs/lustre-release refs/changes/1987/3701938087/36 && git cherry-pick FETCH_HEAD git fetch https://review.whamcloud.com/fs/lustre-release refs/changes/81/33181/68 && git cherry-pick checkout FETCH_HEAD # install python3 yum install python3 yum install python3-devel # install swig 3 # http://www.swig.org/download.html #configure sh ./autogen.sh PYTHON_VERSION=3.6 ./configure --with-linux=<kernel_path> # follow the rest of the build instructions in the top link make rpms |
...