On Sat, Mar 16, 2013 at 05:25:00AM +0000, 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. The zfs tests already use rump so they should not require > root. However, I've already spent much more time than I wanted trying to > figure out why that's the case without much luck. If you can find why, > just remove this hack.
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. -- Nicolas Joly Biology IT Center Institut Pasteur, Paris.