[Lustre-discuss] 2.6.22-kernel-config

2008-11-08 Thread Antonis Kouzoupis
Hello,

I want to install Lustre at my cluster and i want to use 2.6.22 kernel but i
can't find any .config file in lustre/kernel_patches/kernel_configs
Could you please tell me where to find the config file for my kernel?

Thank you,

-- 
antonis kouzoupis
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] 2.6.22

2008-06-17 Thread Bernd Schubert
Hello Tamás,

On Tuesday 17 June 2008 16:41:55 Papp Tamás wrote:
 Dear All,

 Is there any reason to not user kernels with version 2.6.22.x above
 2.6.22.14 or should it work?


 I've just compiled it with 2.6.22.19 and I can mount the cluster, but
 after the first ls command it gives me an oops, and stuck on this stage.

I didn't have the time to test lustre-1.6.5, but it would be quite helpful if 
you could paste the oops.


Thanks,
Bernd


-- 
Bernd Schubert
Q-Leap Networks GmbH
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] 2.6.22

2008-06-17 Thread Papp Tamás
Papp Tamás wrote:
 Bernd Schubert wrote:
   
 Hello Tamás,

 On Tuesday 17 June 2008 16:41:55 Papp Tamás wrote:
   
 
 Dear All,

 Is there any reason to not user kernels with version 2.6.22.x above
 2.6.22.14 or should it work?


 I've just compiled it with 2.6.22.19 and I can mount the cluster, but
 after the first ls command it gives me an oops, and stuck on this stage.
 
   
 I didn't have the time to test lustre-1.6.5, but it would be quite helpful 
 if 
 you could paste the oops.
   
 

 helo!

 Sure..
   

I'm sorry for the last mail posting, the same happens if I compile it 
with these options:

./configure --with-linux=/usr/src/linux-2.6.22.14/ --disable-doc 
--disable-utils --disable-tests --disable-server --prefix=/usr/src/lustre



So I guess, there is something wrong.

Thank you very much,

tamas

___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss


Re: [Lustre-discuss] 2.6.22

2008-06-17 Thread Bernd Schubert
On Tue, Jun 17, 2008 at 05:50:54PM +0200, Papp Tamás wrote:
 Papp Tamás wrote:
  Bernd Schubert wrote:

  Hello Tamás,
 
  On Tuesday 17 June 2008 16:41:55 Papp Tamás wrote:

  
  Dear All,
 
  Is there any reason to not user kernels with version 2.6.22.x above
  2.6.22.14 or should it work?
 
 
  I've just compiled it with 2.6.22.19 and I can mount the cluster, but
  after the first ls command it gives me an oops, and stuck on this stage.
  

  I didn't have the time to test lustre-1.6.5, but it would be quite helpful 
  if 
  you could paste the oops.

  
 
  helo!
 
  Sure..

 
 I'm sorry for the last mail posting, the same happens if I compile it 
 with these options:
 
 ./configure --with-linux=/usr/src/linux-2.6.22.14/ --disable-doc 
 --disable-utils --disable-tests --disable-server --prefix=/usr/src/lustre
 
 
 
 So I guess, there is something wrong.

Yeah, this is what I immediately thought when I saw your trace. The kernel
developer somehow manage to change the interface to the cache functions
on each kernel version (though not during the last digit subversions)
The trace lets me thing these functions have been called with the wrong
arguments. However, lustre already has wrapper functions for this and 
I guess the configure script did something wrong this time.
Unless the lustre developers step in, I will try to find some time
tomorrow or on Thursday to check what's wrong.

Cheers,
Bernd
___
Lustre-discuss mailing list
Lustre-discuss@lists.lustre.org
http://lists.lustre.org/mailman/listinfo/lustre-discuss