Re: [lustre-discuss] dkms process on oracle linux

2024-03-18 Thread Tancheff, Shaun via lustre-discuss
On 3/19/24 02:16, Khoi Mai via lustre-discuss wrote: Hi I'm having a difficult time understanding how to build a dkms package and have it rebuild/load the lustre kernel module when a new OS kernel is detected. I'm using oracle linux 4.18.0-477.21.1.el8_8.x86_64 #1 SMP Wed Aug 9 09:40:37 PDT

Re: [lustre-discuss] [EXTERNAL EMAIL] Re: Building lustre client on Debian fails

2023-10-02 Thread Tancheff, Shaun via lustre-discuss
Not to worry. Clients do not care what the server uses for backing disk (ldiskfs or zfs). It is technically redundant ... when --disable-server is specified ldiskfs and zfs are also disabled. On 10/2/23, 3:25 PM, "lustre-discuss on behalf of Jan Andersen" wrote: Hi Shaun, Thank you

Re: [lustre-discuss] Building lustre client on Debian fails

2023-09-30 Thread Tancheff, Shaun via lustre-discuss
I tried Debian 5.10.0-22 kernel and had no issues with tag 2.15.3. I also checked Debian 12 (6.1.0-10) with gcc 12 and I hit a couple of things: 2.15.3 seems to have some problems in configure Master needs to disable gss [--disable-gss --disable-gss-keyring] Lutf fails due to python

Re: [lustre-discuss] Lustre kernel space or user space

2023-05-03 Thread Tancheff, Shaun via lustre-discuss
A bit dated but should give a reasonable overview: https://wiki.lustre.org/images/d/da/LUG08-Lustre-NFS.pdf I would prefer NFSv4 over v3. Expect that NFS performance will be less than Lustre native. From: Nick dan Date: Wednesday, May 3, 2023 at 5:14 PM To: "Tancheff, Shaun" ,

Re: [lustre-discuss] Lustre kernel space or user space

2023-05-03 Thread Tancheff, Shaun via lustre-discuss
Lustre is an in-kernel file system. I am not aware of a FUSE mountable Lustre, it would be very likely to have an unacceptable performance profile. There is also method to re-export as an NFS share to enable NFS clients access to data stored on Lustre, an example use case is when client OS

Re: [lustre-discuss] Build Lustre Ubuntu client from source

2023-05-01 Thread Tancheff, Shaun via lustre-discuss
make[5]: Leaving directory '/usr/src/linux-headers-5.19.0-41-generic' Patch to support Ubuntu 5.19 client is still in progress: LU-16619 build: Ubuntu jammy 5.19 client support https://review.whamcloud.com/c/fs/lustre-release/+/50210 You can

Re: [lustre-discuss] Build Lustre Ubuntu client from source

2023-04-28 Thread Tancheff, Shaun via lustre-discuss
This is my usual method, however there may be some additional packages needed sudo apt-get install -y \ module-assistant libreadline-dev debhelper \ dpatch automake pkg-config libtool libyaml-dev libnl-genl-3-dev \ libselinux-dev libsnmp-dev mpi-default-dev bzip2 quilt \

Re: [lustre-discuss] lustre-dkms 2.12.9 O2IBPATHS failure

2022-09-02 Thread Tancheff, Shaun via lustre-discuss
This was fixed in https://review.whamcloud.com/46383 but was not ported / included in 2.12.9 In the meantime you can move to an older OFED or apply the patch to the b2_12 sources and rebuild the dkms package? From: lustre-discuss on behalf of Liam Forbes via lustre-discuss Reply-To: Liam