[lustre-discuss] Configure Lustre Filesystem on Ubuntu 22.04/20.04

Philippe Weill Philippe.Weill at latmos.ipsl.fr
Fri Apr 21 03:31:24 PDT 2023


Hello

Le 21/04/2023 à 08:07, Nick dan via lustre-discuss a écrit :
> Hi
> 
> Okay, thank you for your help!
> 
> I am trying to make Ubuntu 20.04 as a lustre client. However the packages are for specific kernel versions which cannot be 
> downloaded. Can I get generic Ubuntu client packages?

build them yourself

# lustre client build on ubuntu-20.04 with generic kernel 5.4.0-xxx
#(need kernel-header to be installed for this kernel)
# to build lustre client modules you need
export LUSTRE_VERSION=2.15.2
sudo apt -y install module-assistant dpatch libselinux-dev mpi-default-dev quilt libmount-dev python3-dev
git clone git://git.whamcloud.com/fs/lustre-release.git --single-branch --branch $LUSTRE_VERSION /tmp/lustre-ubuntu-$LUSTRE_VERSION
cd lustre-ubuntu-$LUSTRE_VERSION/
sh autogen.sh
./configure --disable-server --disable-tests 2>&1 |tee /tmp/lustre-ubuntu-configure-${LUSTRE_VERSION}-$(uname -r).log
make debs 2>&1 |tee /tmp/lustre-ubuntu-build-${LUSTRE_VERSION}-$(uname -r).log
ls -l debs/*.deb



> 
> Thanks and regards,
> Nick
> 
-- 
Weill Philippe -  Administrateur Systeme et Reseaux


More information about the lustre-discuss mailing list