2011-06-13 22:18:38

by Benny Halevy

[permalink] [raw]
Subject: Re: [pnfs]-10008

First, please send email to [email protected] as plain text only.
no html whatsoever (not even as multipart) as it gets bounced off the list.

The 10008 error is NFS4ERR_DELAY and it can be returned from many places,
some of them due to memory allocation failures.

That said, we don't have the resources yet to support old versions of the code
and in order to get to the bottom of that please upgrade to the latest tree,
currently based off of v3.0-rc2, and try to reproduce the problem.

Regards,

Benny

On 2011-06-10 04:16, quanli gui wrote:
> In the kernel of 2.6.36, when I write file every time, there would be a problem in the write process, that is the -10008 error. From the rfc5661, -10008 means that the DS is not ready to server the request. But every time I write a file, the error would appear. Why this error appear every time? Thanks for giving me some help.