Re: [CentOS] xfs and centosplus kernel

2008-04-07 Thread Bill Campbell
On Mon, Apr 07, 2008, Peter Kjellstrom wrote: >On Friday 04 April 2008, Fong Vang wrote: >> I read that XFS has problems with 4K Stack size for Linux on 32-bit >> systems. How did we address this in the centosplus kernel? Since what >> release of CentOS was this problem resolved? > >I just wanted

Re: [CentOS] xfs and centosplus kernel

2008-04-07 Thread Peter Kjellstrom
On Monday 07 April 2008, Alan Bartlett wrote: > On 07/04/2008, Peter Kjellstrom <[EMAIL PROTECTED]> wrote: > > The only way I know of is to look at your kernels .config (typicall found > > at /boot/config-$(uname -r)). grep for 4KSTACK. If it's not set it's 8K > > (afaik). > > Correct. For example,

Re: [CentOS] xfs and centosplus kernel

2008-04-07 Thread Alan Bartlett
On 07/04/2008, Peter Kjellstrom <[EMAIL PROTECTED]> wrote: > > The only way I know of is to look at your kernels .config (typicall found > at /boot/config-$(uname -r)). grep for 4KSTACK. If it's not set it's 8K > (afaik). Correct. For example, with the base CentOS kernel: CONFIG_4KSTACKS=y Alan

Re: [CentOS] xfs and centosplus kernel

2008-04-07 Thread Peter Kjellstrom
On Friday 04 April 2008, Fong Vang wrote: > I read that XFS has problems with 4K Stack size for Linux on 32-bit > systems. How did we address this in the centosplus kernel? Since what > release of CentOS was this problem resolved? I just wanted to add that xfs has no special connection to the ce

Re: [CentOS] xfs and centosplus kernel

2008-04-04 Thread Johnny Hughes
Jim Perrin wrote: On Thu, Apr 3, 2008 at 10:09 PM, Fong Vang <[EMAIL PROTECTED]> wrote: I read that XFS has problems with 4K Stack size for Linux on 32-bit systems. How did we address this in the centosplus kernel? Since what release of CentOS was this problem resolved? XFS did (and still do

Re: [CentOS] xfs and centosplus kernel

2008-04-03 Thread Jim Perrin
On Thu, Apr 3, 2008 at 10:09 PM, Fong Vang <[EMAIL PROTECTED]> wrote: > I read that XFS has problems with 4K Stack size for Linux on 32-bit systems. > How did we address this in the centosplus kernel? Since what release of > CentOS was this problem resolved? XFS did (and still does) have this is

[CentOS] xfs and centosplus kernel

2008-04-03 Thread Fong Vang
I read that XFS has problems with 4K Stack size for Linux on 32-bit systems. How did we address this in the centosplus kernel? Since what release of CentOS was this problem resolved? Is there a quick way to know what size the Linux stack is configured to be in a system's that's running? Thanks