Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: replace Whamcloud references with Intel HPDD

...

Note
titleWhamcloud Lustre GA

Intel-HPDD produce Maintenance Releases and Feature Releases. This walk through covers running Lustre from the Master release. The Master release is subject to continuous integration testing but may have known or unknown issues. If you are evaluating Lustre for your production environment, you are advised to contact Intel-HPDD and substitute http://downloads.whamcloudhpdd.intel.com/public/ for the RPMs you need for the walk-thru below.

...

  1. Include the following entries into /etc/yum.repos.d/lustre.repo as follows:

    Code Block
    title/etc/repos.d/lustre.repo
    [hpddLustreserver]
    name=CentOS-$releasever - Lustre
    baseurl=http://build.hpdd.whamcloudintel.com/job/lustre-master/arch=x86_64%2Cbuild_type=server%2Cdistro=el6%2Cib_stack=inkernel/lastSuccessfulBuild/artifact/artifacts/
    gpgcheck=0
     
    [e2fsprogs]
    name=CentOS-$releasever - Ldiskfs
    baseurl=http://build.hpdd.whamcloudintel.com/job/e2fsprogs-master/arch=x86_64%2Cdistro=el6/lastSuccessfulBuild/artifact/_topdir/RPMS/
    gpgcheck=0
    
    [hpddLustreclient]
    name=CentOS-$releasever - Lustre
    baseurl=http://build.whamcloudhpdd.intel.com/job/lustre-master/arch=x86_64%2Cbuild_type=client%2Cdistro=el6%2Cib_stack=inkernel/lastSuccessfulBuild/artifact/artifacts/
    gpgcheck=0
  2. run yum install lustre-tests

  3. provided the step above completes successfully, you can skip down to the section:Disable SELinux for Lustre patched kernel.
  4. If you experience dependency issues with yum, the best known method is to downgrade the current kernel to the version that is needed and try again.
  5. If you are installing on RHEL and don't have Red Hat Network enabled, you will need to use the DVD ISO as a repo to satisfy unmet dependencies. This is covered on http://serverfault.com/questions/156458/

...

  1. Download the following e2fsprogs (and dependencies) RPMs from http://build.whamcloudhpdd.intel.com/job/e2fsprogs-master
    • e2fsprogs
    • e2fsprogs-libs
    • libss
    • libcom_err
  2. Download the following Lustre server RPMs from lustre-master build.
    • lustre
    • lustre-ldiskfs
    • lustre-modules
    • lustre-tests

...