Re: [lustre-discuss] Best way to run serverside 2.8 w. MOFED 4.1 on Centos 7.2

2017-08-18 Thread Patrick Farrell

I would strongly suggest make -j something for parallelism, unless you want to 
have time to go out for your coffee.


From: lustre-discuss <lustre-discuss-boun...@lists.lustre.org> on behalf of 
Christopher Johnston <chjoh...@gmail.com>
Sent: Friday, August 18, 2017 3:45:39 PM
To: Jeff Johnson
Cc: lustre-discuss
Subject: Re: [lustre-discuss] Best way to run serverside 2.8 w. MOFED 4.1 on 
Centos 7.2

Get coffee somewhere in between 

On Aug 18, 2017 1:08 PM, "Jeff Johnson" 
<jeff.john...@aeoncomputing.com<mailto:jeff.john...@aeoncomputing.com>> wrote:
John,

You can rebuild 2.8 against MOFED. 1) Install MOFED version of choice. 2) Pull 
down the 2.8 Lustre source and configure with 
'--with-o2ib=/usr/src/ofa_kernel/default'. 3) `make rpms` 4) Install. 5) Profit.

--Jeff

On Fri, Aug 18, 2017 at 9:41 AM, john casu 
<j...@chiraldynamics.com<mailto:j...@chiraldynamics.com>> wrote:
I have an existing 2.8 install that broke when we added MOFED into the mix.

Nothing I do wrt installing 2.8 rpms works to fix this, and I get a couple of 
missing symbole, when I install lustre-modules:
depmod: WARNING: 
/lib/modules/3.10.0-327.3.1.el7_lustre.x86_64/extra/kernel/net/lustre/ko2iblnd.ko
 needs unknown symbol ib_query_device
depmod: WARNING: 
/lib/modules/3.10.0-327.3.1.el7_lustre.x86_64/extra/kernel/net/lustre/ko2iblnd.ko
 needs unknown symbol ib_alloc_pd

I'm assuming the issue is that lustre 2.8 is built using the standard Centos 
7.2 infiniband drivers.

I can't move to Centos 7.3, at this time.  Is there any way to get 2.8 up & 
running w. mofed without rebuilding lustre rpms?

If I have to rebuild, it'd probably be easier to go to 2.10 (and zfs 0.7.1). Is 
that a correct assumption?
Or will the 2.10 rpms work on Centps 7.2?

thanks,
-john c
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org<mailto:lustre-discuss@lists.lustre.org>
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org



--
--
Jeff Johnson
Co-Founder
Aeon Computing

jeff.john...@aeoncomputing.com<mailto:jeff.john...@aeoncomputing.com>
www.aeoncomputing.com<http://www.aeoncomputing.com>
t: 858-412-3810 x1001<tel:(858)%20412-3810>   f: 
858-412-3845<tel:(858)%20412-3845>
m: 619-204-9061<tel:(619)%20204-9061>

4170 Morena Boulevard, Suite D - San Diego, CA 92117

High-Performance Computing / Lustre Filesystems / Scale-out Storage

___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org<mailto: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] Best way to run serverside 2.8 w. MOFED 4.1 on Centos 7.2

2017-08-18 Thread Christopher Johnston
Get coffee somewhere in between 

On Aug 18, 2017 1:08 PM, "Jeff Johnson" 
wrote:

> John,
>
> You can rebuild 2.8 against MOFED. 1) Install MOFED version of choice. 2)
> Pull down the 2.8 Lustre source and configure with
> '--with-o2ib=/usr/src/ofa_kernel/default'. 3) `make rpms` 4) Install. 5)
> Profit.
>
> --Jeff
>
> On Fri, Aug 18, 2017 at 9:41 AM, john casu 
> wrote:
>
>> I have an existing 2.8 install that broke when we added MOFED into the
>> mix.
>>
>> Nothing I do wrt installing 2.8 rpms works to fix this, and I get a
>> couple of missing symbole, when I install lustre-modules:
>> depmod: WARNING: /lib/modules/3.10.0-327.3.1.el
>> 7_lustre.x86_64/extra/kernel/net/lustre/ko2iblnd.ko needs unknown symbol
>> ib_query_device
>> depmod: WARNING: /lib/modules/3.10.0-327.3.1.el
>> 7_lustre.x86_64/extra/kernel/net/lustre/ko2iblnd.ko needs unknown symbol
>> ib_alloc_pd
>>
>> I'm assuming the issue is that lustre 2.8 is built using the standard
>> Centos 7.2 infiniband drivers.
>>
>> I can't move to Centos 7.3, at this time.  Is there any way to get 2.8 up
>> & running w. mofed without rebuilding lustre rpms?
>>
>> If I have to rebuild, it'd probably be easier to go to 2.10 (and zfs
>> 0.7.1). Is that a correct assumption?
>> Or will the 2.10 rpms work on Centps 7.2?
>>
>> thanks,
>> -john c
>> ___
>> lustre-discuss mailing list
>> lustre-discuss@lists.lustre.org
>> http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
>>
>
>
>
> --
> --
> Jeff Johnson
> Co-Founder
> Aeon Computing
>
> jeff.john...@aeoncomputing.com
> www.aeoncomputing.com
> t: 858-412-3810 x1001 <(858)%20412-3810>   f: 858-412-3845
> <(858)%20412-3845>
> m: 619-204-9061 <(619)%20204-9061>
>
> 4170 Morena Boulevard, Suite D - San Diego, CA 92117
>
> High-Performance Computing / Lustre Filesystems / Scale-out Storage
>
> ___
> 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] Best way to run serverside 2.8 w. MOFED 4.1 on Centos 7.2

2017-08-18 Thread Jeff Johnson
John,

You can rebuild 2.8 against MOFED. 1) Install MOFED version of choice. 2)
Pull down the 2.8 Lustre source and configure with
'--with-o2ib=/usr/src/ofa_kernel/default'. 3) `make rpms` 4) Install. 5)
Profit.

--Jeff

On Fri, Aug 18, 2017 at 9:41 AM, john casu  wrote:

> I have an existing 2.8 install that broke when we added MOFED into the mix.
>
> Nothing I do wrt installing 2.8 rpms works to fix this, and I get a couple
> of missing symbole, when I install lustre-modules:
> depmod: WARNING: /lib/modules/3.10.0-327.3.1.el
> 7_lustre.x86_64/extra/kernel/net/lustre/ko2iblnd.ko needs unknown symbol
> ib_query_device
> depmod: WARNING: /lib/modules/3.10.0-327.3.1.el
> 7_lustre.x86_64/extra/kernel/net/lustre/ko2iblnd.ko needs unknown symbol
> ib_alloc_pd
>
> I'm assuming the issue is that lustre 2.8 is built using the standard
> Centos 7.2 infiniband drivers.
>
> I can't move to Centos 7.3, at this time.  Is there any way to get 2.8 up
> & running w. mofed without rebuilding lustre rpms?
>
> If I have to rebuild, it'd probably be easier to go to 2.10 (and zfs
> 0.7.1). Is that a correct assumption?
> Or will the 2.10 rpms work on Centps 7.2?
>
> thanks,
> -john c
> ___
> lustre-discuss mailing list
> lustre-discuss@lists.lustre.org
> http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org
>



-- 
--
Jeff Johnson
Co-Founder
Aeon Computing

jeff.john...@aeoncomputing.com
www.aeoncomputing.com
t: 858-412-3810 x1001   f: 858-412-3845
m: 619-204-9061

4170 Morena Boulevard, Suite D - San Diego, CA 92117

High-Performance Computing / Lustre Filesystems / Scale-out Storage
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org


[lustre-discuss] Best way to run serverside 2.8 w. MOFED 4.1 on Centos 7.2

2017-08-18 Thread john casu

I have an existing 2.8 install that broke when we added MOFED into the mix.

Nothing I do wrt installing 2.8 rpms works to fix this, and I get a couple of 
missing symbole, when I install lustre-modules:
depmod: WARNING: /lib/modules/3.10.0-327.3.1.el7_lustre.x86_64/extra/kernel/net/lustre/ko2iblnd.ko needs unknown symbol 
ib_query_device

depmod: WARNING: 
/lib/modules/3.10.0-327.3.1.el7_lustre.x86_64/extra/kernel/net/lustre/ko2iblnd.ko
 needs unknown symbol ib_alloc_pd

I'm assuming the issue is that lustre 2.8 is built using the standard Centos 
7.2 infiniband drivers.

I can't move to Centos 7.3, at this time.  Is there any way to get 2.8 up & 
running w. mofed without rebuilding lustre rpms?

If I have to rebuild, it'd probably be easier to go to 2.10 (and zfs 0.7.1). Is 
that a correct assumption?
Or will the 2.10 rpms work on Centps 7.2?

thanks,
-john c
___
lustre-discuss mailing list
lustre-discuss@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-discuss-lustre.org