The cthon04 tests ended up failing, which was caused by a glitch in handling
end of directory.
This has been fixed, as well as an issue where we didn't properly NOT
enumerate deleted entries.
I have removed the WIP designation, I feel this is ready for testing.
It is available in this github bra
> > Another thought is to look at the nlinks in the directory and decide
> > to cache or chunk.
>
> Please do not (invariantly) assume that nlinks is accurate until readdir() :)
Sure. The nlinks would only be used as a hint as to whether to cache or not.
Frank
---
This email has been checked
> On 02/23/2017 08:00 PM, Frank Filz wrote:
> >> I have a first pass that works and passes pynfs! It isn't quite
> >> correct in
> > that a
> >> rename into a directory or a create doesn't invalidate the dirent
> >> cache
> > and
> >> thus a readdir might not show the new file.
> >>
> >> Unlink and
On 02/23/2017 08:00 PM, Frank Filz wrote:
>> I have a first pass that works and passes pynfs! It isn't quite correct in
> that a
>> rename into a directory or a create doesn't invalidate the dirent cache
> and
>> thus a readdir might not show the new file.
>>
>> Unlink and rename out of a directory
Hi,
- Original Message -
>
> Another thought is to look at the nlinks in the directory and decide to
> cache or chunk.
Please do not (invariantly) assume that nlinks is accurate until readdir() :)
Matt
>
> Thanks
>
> Frank
>
>
>
> ---
> This email has been checked for viruses by
> I have a first pass that works and passes pynfs! It isn't quite correct in
that a
> rename into a directory or a create doesn't invalidate the dirent cache
and
> thus a readdir might not show the new file.
>
> Unlink and rename out of a directory need not invalidate and should work
> properly.
>
I have a first pass that works and passes pynfs! It isn't quite correct in
that a rename into a directory or a create doesn't invalidate the dirent
cache and thus a readdir might not show the new file.
Unlink and rename out of a directory need not invalidate and should work
properly.
Also left to