Lustre File System with AL 8.6 and 9

We integrated the Lustre 2.15 with ldiskfs and OpenZFS 2.1.5 under AL8.6 and AL9 with more or less the steps in integrating it for the two OSD under the Centos8.

The integration works went smoothly and they are working as expected for now.

The stability of the Lustre under the two systems are still under evaluation and do let us know in case you have some suggestions, recommendations or experiences to share with us.

Our goal is to move from Centos to AL, for the current production Lustre FS.

AL8.6:

lsmod | grep lustre

lustre 1040384 0
lmv 204800 1 lustre
mdc 278528 1 lustre
lov 344064 2 mdc,lustre
ptlrpc 2473984 7 fld,osc,fid,lov,mdc,lmv,lustre
obdclass 3620864 8 fld,osc,fid,ptlrpc,lov,mdc,lmv,lustre
lnet 704512 6 osc,obdclass,ptlrpc,ksocklnd,lmv,lustre
libcfs 266240 11 fld,lnet,osc,fid,obdclass,ptlrpc,ksocklnd,lov,mdc,lmv,lustre

AL9:

$ lsmod | grep lustre
lustre 1036288 4
mdc 282624 2 lustre
lov 344064 5 mdc,lustre
lmv 204800 2 lustre
ptlrpc 2482176 54 fld,osc,fid,lod,mdd,ost,mgs,obdecho,osp,ofd,mgc,lov,mdc,lmv,ptlrpc_gss,mdt,osd_ldiskfs,lustre,lquota,lfsck
obdclass 3624960 67 fld,osc,fid,lod,mdd,ost,mgs,obdecho,osp,ofd,ptlrpc,mgc,lov,mdc,lmv,ptlrpc_gss,mdt,osd_ldiskfs,lustre,lquota,lfsck
lnet 712704 12 osc,mgs,obdclass,osp,ofd,ptlrpc,mgc,ksocklnd,lmv,ptlrpc_gss,mdt,lustre
libcfs 266240 24 fld,lnet,osc,fid,lod,mdd,ost,mgs,obdecho,obdclass,osp,ofd,ptlrpc,mgc,ksocklnd,lov,mdc,lmv,ptlrpc_gss,mdt,osd_ldiskfs,lustre,lquota,lfsck

Thanks

1 Like