Re: [lustre-discuss] Monitoring Lustre IOPS on OSTs

2023-01-24 Thread Andreas Dilger via lustre-discuss
Yes, each RPC will increment these stats counters by one. Traditional "IOPS" are measured with 4KB read or write, but in this case the IO sizes are variable. Also, the client may aggregate multiple disjoint writes into a single RPC. This can be seen in the osd-ldiskfs.*.brw_stats as

Re: [lustre-discuss] Lustre with ZFS Install

2023-01-24 Thread Nick dan via lustre-discuss
Hi Thank you for your help. I have found out the keyutils package While ./configure, the next error I am facing is checking libmount/libmount.h usability... no checking libmount/libmount.h presence... no checking for libmount/libmount.h... no checking whether to build with libmount... no

Re: [lustre-discuss] Lustre with ZFS Install

2023-01-24 Thread Laura Hild via lustre-discuss
Hi, Nick- keyutils-libs is not the devel package. I think it is likely if you run dnf search keyutils that you will find the package you need to install. -Laura Od: lustre-discuss v imenu Nick dan via lustre-discuss Poslano: torek, 24. januar

Re: [lustre-discuss] ZFS rpm not getting install.

2023-01-24 Thread Laura Hild via lustre-discuss
Those dependencies are provided by the kmod-zfs package, which is not included in the same repository. It looks like the oldest kmod-zfs provided by the OpenZFS project for EL8.6 is 2.1.4, which might work, but the straightforward thing to do is probably just to build a kmod-zfs-2.1.2 yourself

Re: [lustre-discuss] Lustre with ZFS Install

2023-01-24 Thread Nick dan via lustre-discuss
Hi I have already installed keyutils [root@sv01 lustre-release]# yum install keyutils-libs Updating Subscription Management repositories. Last metadata expiration check: 0:42:13 ago on Tue 24 Jan 2023 03:23:37 PM IST. Package keyutils-libs-1.5.10-9.el8.x86_64 is already installed. Dependencies

Re: [lustre-discuss] Lustre with ZFS Install

2023-01-24 Thread Degremont, Aurelien via lustre-discuss
> configure: WARNING: GSS keyring backend requires libkeyutils The configure command clearly says that libkeyutils should be installed. Did you try to install it? Under Rhel, this is probably: dnf install libkeyutils-devel Aurélien De : Nick dan Date : mardi 24 janvier 2023 à 10:41 À :

Re: [lustre-discuss] Lustre with ZFS Install

2023-01-24 Thread Nick dan via lustre-discuss
Hi I have attached the text file. I have got the following error on ./configure. configure: error: Cannot enable gss_keyring. See above for details. Can you help with this? On Tue, 24 Jan 2023 at 14:47, Degremont, Aurelien wrote: > Hi > > > > It looks like the ‘./configure’ command was not

Re: [lustre-discuss] Lustre with ZFS Install

2023-01-24 Thread Degremont, Aurelien via lustre-discuss
Hi It looks like the ‘./configure’ command was not successful. Did you check it? Also, please copy/paste terminal output as text and not as a picture. Aurélien De : lustre-discuss au nom de Nick dan via lustre-discuss Répondre à : Nick dan Date : mardi 24 janvier 2023 à 09:31 À :

[lustre-discuss] Lustre with ZFS Install

2023-01-24 Thread Nick dan via lustre-discuss
Hi, We are trying to use ZFS with Lustre referring to the link: https://wiki.lustre.org/Lustre_with_ZFS_Install#Build_ZFS We are using the following steps to do so and getting error while making rpms. git clone git://git.whamcloud.com/fs/lustre-release.git cd lustre-release/ sh ./autogen.sh

[lustre-discuss] Lustre with ZFS Install

2023-01-24 Thread Nick dan via lustre-discuss
Hi, We are trying to use ZFS with Lustre referring to the link: https://wiki.lustre.org/Lustre_with_ZFS_Install#Build_ZFS We are using the following steps to do so and getting error while making rpms. git clone git://git.whamcloud.com/fs/lustre-release.git cd lustre-release/ sh ./autogen.sh