lustre el7 add repo
# vi /etc/yum.repos.d/lustre.repo
### OLD [lustre-server] name=lustre-server baseurl=https://downloads.hpdd.intel.com/public/lustre/latest-release/el7/server # exclude=*debuginfo* gpgcheck=0 [lustre-client] name=lustre-client baseurl=https://downloads.hpdd.intel.com/public/lustre/latest-release/el7/client # exclude=*debuginfo* gpgcheck=0 [e2fsprogs-wc] name=e2fsprogs-wc baseurl=https://downloads.hpdd.intel.com/public/e2fsprogs/latest/el7 # exclude=*debuginfo* gpgcheck=0 ### CURRENT [lustre-server] name=lustre-server baseurl=https://downloads.whamcloud.com/public/lustre/latest-release/el7/server exclude=debuginfo gpgcheck=0 [lustre-client] name=lustre-client baseurl=https://downloads.whamcloud.com/public/lustre/latest-release/el7/client exclude=debuginfo gpgcheck=0 [e2fsprogs-wc] name=e2fsprogs-wc baseurl=https://downloads.whamcloud.com/public/e2fsprogs/latest/el7 exclude=debuginfo gpgcheck=0
# yum install -y lustre-client
Leave a Reply