Re: [lustre-discuss] Lustre with ZFS Install

2023-01-25 Thread John Hearns via lustre-discuss
Nick, can you comment on the versions of Linux and Lustre which you are u

On Wed, 25 Jan 2023 at 08:07, Nick dan via lustre-discuss <
lustre-discuss@lists.lustre.org> wrote:

> Hi
>
> I have tried to complete the same configuration on centos, but when I am
> using the make command, I am getting this error
> Making all in .
> make[4]: Entering directory `/home/user/lustre-release/lustre/utils'
> gcc -DHAVE_CONFIG_H -I. -I../..  -DHAVE_IOCTL_IN_UNISTD_H -I
> /home/user/zfs/lib/libspl/include -I
> /home/user/zfs/lib/libspl/include/os/linux -I /home/user/zfs/include
> -include /home/user/lustre-release/undef.h -include
> /home/user/lustre-release/config.h
> -I/home/user/lustre-release/lnet/include/uapi
> -I/home/user/lustre-release/lustre/include/uapi
> -I/home/user/lustre-release/libcfs/include
> -I/home/user/lustre-release/lnet/utils/
> -I/home/user/lustre-release/lustre/include  -fPIC -D_GNU_SOURCE
> -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1  -g -O2
> -Wall -Werror -MT libmount_utils_zfs_a-libmount_utils_zfs.o -MD -MP -MF
> .deps/libmount_utils_zfs_a-libmount_utils_zfs.Tpo -c -o
> libmount_utils_zfs_a-libmount_utils_zfs.o `test -f 'libmount_utils_zfs.c'
> || echo './'`libmount_utils_zfs.c
> In file included from /home/user/zfs/include/sys/spa.h:39:0,
>  from libmount_utils_zfs.c:32:
> /home/user/zfs/include/sys/zfs_context.h:698:42: error: expected ‘;’, ‘,’
> or ‘)’ before ‘str’
>  extern int kmem_scnprintf(char *restrict str, size_t size,
>   ^
> libmount_utils_zfs.c: In function ‘zfs_check_hostid’:
> libmount_utils_zfs.c:397:2: error: too few arguments to function
> ‘spa_get_hostid’
>   hostid = spa_get_hostid();
>   ^
> In file included from libmount_utils_zfs.c:32:0:
> /home/user/zfs/include/sys/spa.h:1109:17: note: declared here
>  extern uint32_t spa_get_hostid(spa_t *spa);
>  ^
> make[4]: *** [libmount_utils_zfs_a-libmount_utils_zfs.o] Error 1
> make[4]: Leaving directory `/home/user/lustre-release/lustre/utils'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/user/lustre-release/lustre/utils'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/user/lustre-release/lustre'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/user/lustre-release'
> make: *** [all] Error 2
>
> Can you help with this?
>
> Regards,
> Nick
>
>
> On Wed, 25 Jan 2023 at 10:12, Nick dan  wrote:
>
>> 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
>> configure: error: libmount development package is required
>>
>> I can not find the lib mount devel package in RedHat 8.6. Can you help
>> with this?
>>
>> Regards,
>> Nick
>>
>> On Tue, 24 Jan 2023 at 20:55, Laura Hild  wrote:
>>
>>> 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 2023 05:38
>>> Za: Degremont, Aurelien
>>> Kp: lustre-discuss@lists.lustre.org
>>> Zadeva: [EXTERNAL] Re: [lustre-discuss] Lustre with ZFS Install
>>>
>>> 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 resolved.
>>> Nothing to do.
>>> Complete!
>>>
>>> Tried to install with the command suggested by you
>>> Error: Unable to find a match: libkeyutils-devel
>>> FYI
>>> OS: Red Hat Enterprise Linux 8.6 (Ootpa)
>>>
>>> Regards,
>>> Nick
>>>
>>>
>>> On Tue, 24 Jan 2023 at 15:44, Degremont, Aurelien 
>>> wrote:
>>> > 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
>>>
>>> [...]
>>
>> ___
> lustre-discuss mailing list
> lustre-discuss@lists.lustre.org
> http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
>
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


Re: [lustre-discuss] Lustre with ZFS Install

2023-01-25 Thread Nick dan via lustre-discuss
Hi

I have tried to complete the same configuration on centos, but when I am
using the make command, I am getting this error
Making all in .
make[4]: Entering directory `/home/user/lustre-release/lustre/utils'
gcc -DHAVE_CONFIG_H -I. -I../..  -DHAVE_IOCTL_IN_UNISTD_H -I
/home/user/zfs/lib/libspl/include -I
/home/user/zfs/lib/libspl/include/os/linux -I /home/user/zfs/include
-include /home/user/lustre-release/undef.h -include
/home/user/lustre-release/config.h
-I/home/user/lustre-release/lnet/include/uapi
-I/home/user/lustre-release/lustre/include/uapi
-I/home/user/lustre-release/libcfs/include
-I/home/user/lustre-release/lnet/utils/
-I/home/user/lustre-release/lustre/include  -fPIC -D_GNU_SOURCE
-D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -DLUSTRE_UTILS=1  -g -O2
-Wall -Werror -MT libmount_utils_zfs_a-libmount_utils_zfs.o -MD -MP -MF
.deps/libmount_utils_zfs_a-libmount_utils_zfs.Tpo -c -o
libmount_utils_zfs_a-libmount_utils_zfs.o `test -f 'libmount_utils_zfs.c'
|| echo './'`libmount_utils_zfs.c
In file included from /home/user/zfs/include/sys/spa.h:39:0,
 from libmount_utils_zfs.c:32:
/home/user/zfs/include/sys/zfs_context.h:698:42: error: expected ‘;’, ‘,’
or ‘)’ before ‘str’
 extern int kmem_scnprintf(char *restrict str, size_t size,
  ^
libmount_utils_zfs.c: In function ‘zfs_check_hostid’:
libmount_utils_zfs.c:397:2: error: too few arguments to function
‘spa_get_hostid’
  hostid = spa_get_hostid();
  ^
In file included from libmount_utils_zfs.c:32:0:
/home/user/zfs/include/sys/spa.h:1109:17: note: declared here
 extern uint32_t spa_get_hostid(spa_t *spa);
 ^
make[4]: *** [libmount_utils_zfs_a-libmount_utils_zfs.o] Error 1
make[4]: Leaving directory `/home/user/lustre-release/lustre/utils'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/user/lustre-release/lustre/utils'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/user/lustre-release/lustre'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/user/lustre-release'
make: *** [all] Error 2

Can you help with this?

Regards,
Nick


On Wed, 25 Jan 2023 at 10:12, Nick dan  wrote:

> 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
> configure: error: libmount development package is required
>
> I can not find the lib mount devel package in RedHat 8.6. Can you help
> with this?
>
> Regards,
> Nick
>
> On Tue, 24 Jan 2023 at 20:55, Laura Hild  wrote:
>
>> 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 2023 05:38
>> Za: Degremont, Aurelien
>> Kp: lustre-discuss@lists.lustre.org
>> Zadeva: [EXTERNAL] Re: [lustre-discuss] Lustre with ZFS Install
>>
>> 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 resolved.
>> Nothing to do.
>> Complete!
>>
>> Tried to install with the command suggested by you
>> Error: Unable to find a match: libkeyutils-devel
>> FYI
>> OS: Red Hat Enterprise Linux 8.6 (Ootpa)
>>
>> Regards,
>> Nick
>>
>>
>> On Tue, 24 Jan 2023 at 15:44, Degremont, Aurelien 
>> wrote:
>> > 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
>>
>> [...]
>
>
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


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
configure: error: libmount development package is required

I can not find the lib mount devel package in RedHat 8.6. Can you help with
this?

Regards,
Nick

On Tue, 24 Jan 2023 at 20:55, Laura Hild  wrote:

> 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 2023 05:38
> Za: Degremont, Aurelien
> Kp: lustre-discuss@lists.lustre.org
> Zadeva: [EXTERNAL] Re: [lustre-discuss] Lustre with ZFS Install
>
> 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 resolved.
> Nothing to do.
> Complete!
>
> Tried to install with the command suggested by you
> Error: Unable to find a match: libkeyutils-devel
> FYI
> OS: Red Hat Enterprise Linux 8.6 (Ootpa)
>
> Regards,
> Nick
>
>
> On Tue, 24 Jan 2023 at 15:44, Degremont, Aurelien 
> wrote:
> > 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
>
> [...]
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


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 2023 05:38
Za: Degremont, Aurelien
Kp: lustre-discuss@lists.lustre.org
Zadeva: [EXTERNAL] Re: [lustre-discuss] Lustre with ZFS Install

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 resolved.
Nothing to do.
Complete!

Tried to install with the command suggested by you
Error: Unable to find a match: libkeyutils-devel
FYI
OS: Red Hat Enterprise Linux 8.6 (Ootpa)

Regards,
Nick


On Tue, 24 Jan 2023 at 15:44, Degremont, Aurelien  wrote:
> 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

[...]
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


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 resolved.
Nothing to do.
Complete!

Tried to install with the command suggested by you
Error: Unable to find a match: libkeyutils-devel
FYI
OS: Red Hat Enterprise Linux 8.6 (Ootpa)

Regards,
Nick


On Tue, 24 Jan 2023 at 15:44, Degremont, Aurelien 
wrote:

> > 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
> *À : *"Degremont, Aurelien" , "
> lustre-discuss@lists.lustre.org" , "
> lustre-discuss-requ...@lists.lustre.org" <
> lustre-discuss-requ...@lists.lustre.org>, "
> lustre-discuss-ow...@lists.lustre.org" <
> lustre-discuss-ow...@lists.lustre.org>
> *Objet : *RE: [EXTERNAL][lustre-discuss] Lustre with ZFS Install
>
>
>
> *CAUTION*: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the sender and know
> the content is safe.
>
>
>
> 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 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@lists.lustre.org" ,
> "lustre-discuss-requ...@lists.lustre.org" <
> lustre-discuss-requ...@lists.lustre.org>, "
> lustre-discuss-ow...@lists.lustre.org" <
> lustre-discuss-ow...@lists.lustre.org>
> *Objet : *[EXTERNAL] [lustre-discuss] Lustre with ZFS Install
>
>
>
> *CAUTION*: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the sender and know
> the content is safe.
>
>
>
> 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
> ./configure --disable-ldiskfs
>
>
>
> make rpms (When we are doing make rpms, we are getting the following
> error) (Error attached in ss below)
>
> [root@sv01 lustre-release]# make rpms
> make: *** No rule to make target 'rpms'.  Stop.
>
>
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


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
À : "Degremont, Aurelien" , 
"lustre-discuss@lists.lustre.org" , 
"lustre-discuss-requ...@lists.lustre.org" 
, 
"lustre-discuss-ow...@lists.lustre.org" 
Objet : RE: [EXTERNAL][lustre-discuss] Lustre with ZFS Install


CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you can confirm the sender and know the 
content is safe.


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 
mailto:degre...@amazon.fr>> wrote:
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 
mailto:lustre-discuss-boun...@lists.lustre.org>>
 au nom de Nick dan via lustre-discuss 
mailto:lustre-discuss@lists.lustre.org>>
Répondre à : Nick dan mailto:nickdan2...@gmail.com>>
Date : mardi 24 janvier 2023 à 09:31
À : "lustre-discuss@lists.lustre.org" 
mailto:lustre-discuss@lists.lustre.org>>, 
"lustre-discuss-requ...@lists.lustre.org"
 
mailto:lustre-discuss-requ...@lists.lustre.org>>,
 
"lustre-discuss-ow...@lists.lustre.org"
 
mailto:lustre-discuss-ow...@lists.lustre.org>>
Objet : [EXTERNAL] [lustre-discuss] Lustre with ZFS Install


CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you can confirm the sender and know the 
content is safe.


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
./configure --disable-ldiskfs

make rpms (When we are doing make rpms, we are getting the following error) 
(Error attached in ss below)
[root@sv01 lustre-release]# make rpms
make: *** No rule to make target 'rpms'.  Stop.
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


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 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@lists.lustre.org" ,
> "lustre-discuss-requ...@lists.lustre.org" <
> lustre-discuss-requ...@lists.lustre.org>, "
> lustre-discuss-ow...@lists.lustre.org" <
> lustre-discuss-ow...@lists.lustre.org>
> *Objet : *[EXTERNAL] [lustre-discuss] Lustre with ZFS Install
>
>
>
> *CAUTION*: This email originated from outside of the organization. Do not
> click links or open attachments unless you can confirm the sender and know
> the content is safe.
>
>
>
> 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
> ./configure --disable-ldiskfs
>
>
>
> make rpms (When we are doing make rpms, we are getting the following
> error) (Error attached in ss below)
>
> [root@sv01 lustre-release]# make rpms
> make: *** No rule to make target 'rpms'.  Stop.
>
[root@sv01 lustre-release]# ./configure --disable-ldiskfs
configure: loading site script /usr/share/config.site
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking how to create a pax tar archive... gnutar
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc... gcc3
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu 
format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain format... 
func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for ar... ar
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (ca

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@lists.lustre.org" , 
"lustre-discuss-requ...@lists.lustre.org" 
, 
"lustre-discuss-ow...@lists.lustre.org" 
Objet : [EXTERNAL] [lustre-discuss] Lustre with ZFS Install


CAUTION: This email originated from outside of the organization. Do not click 
links or open attachments unless you can confirm the sender and know the 
content is safe.


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
./configure --disable-ldiskfs

make rpms (When we are doing make rpms, we are getting the following error) 
(Error attached in ss below)
[root@sv01 lustre-release]# make rpms
make: *** No rule to make target 'rpms'.  Stop.
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org