[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gfarm-discuss:43916] Re: libgfarm: open path result: too many open files
- From: Osamu Tatebe <tatebe@xxxxxxxxxxxxxxxx>
- Date: Fri, 25 Jul 2008 00:55:01 +0900
Hi Kirill,
Thanks for reporting the problem. We know this issue, but
still investigating it. It may happen when replicating
more than 256 files on a client located near the MDS.
Thanks,
Osamu
On Wed, 23 Jul 2008 13:49:35 +0400
"Kirill V. Borodin" <kirill@xxxxxxxxxx> wrote:
> Hi, All
>
> What this error mean, when i replicate more than 1k files? And how tune
> it (by gfarm2fs?) ?
>
> libgfarm: open path result: too many open files
>
> # ulimit -a | grep "open files"
> open files (-n) 20000
>
> and replica-command is
>
> find /fs/www/classmates_v2/images/ -type d | sed 's/\/fs\///g' | xargs -n 1 gfrep -N 2
>
> Thanx!