On Mon, Mar 18, 2013 at 09:13:35PM +0100, Nicolas Joly wrote:
> That make a 80 CPUs host require a thread limit value of 814
> (=261+7*79) to be able to run this test.
Sounds like a serious test case
- Jukka.
On Mon, Mar 18, 2013 at 02:57:27PM -0400, Greg Troxel wrote:
>
> Nicolas Joly writes:
>
> > The zfs tests are failing when run as an unprivileged user in
> > thread_create() ... because default limit for threads (160) is too
> > low ! When run as root, the limit value (2500) seems to be high eno
Nicolas Joly writes:
> The zfs tests are failing when run as an unprivileged user in
> thread_create() ... because default limit for threads (160) is too
> low ! When run as root, the limit value (2500) seems to be high enough.
So should we increase the default limits? It's always a tough call
On Sat, Mar 16, 2013 at 05:25:00AM +, Julio M. Merino Vidal wrote:
> Module Name: src
> Committed By: jmmv
> Date: Sat Mar 16 05:25:00 UTC 2013
>
> Modified Files:
> src/tests/fs/common: h_fsmacros.h
>
> Log Message:
> Mark the zfs tests as requiring root.
>
> This is wrong.