[OpenAFS] inconsistency issue

Paul Jimenez pj@place.org
Thu, 13 Mar 2003 15:01:31 -0600


On Thursday, Mar 13, 2003, Derrick J Brashear writes:
>On Thu, 13 Mar 2003, Paul Jimenez wrote:
>
>>
>> Howdy all, I'm hoping someone can help me with this:
>>
>> I've succesfully managed to set up an openafs client as well as a server,
>> both on debian boxes.  As a test, I set up a decent sized afs share
>> (about 50Mb) on the server and (using the client that's on the same machine
> as the server) filled it up with stuff: kernel source, random cruft from my
>> homedir, etc.  Then on the remote client I tried to do a 'find . -print'...
>> and was disappointed to not see what I expected.
>
>perhaps you can tell us what you did see?

Oops.  Bah, sorry.  I had done an 'ls' or two just to see if things were
going okay, and they worked fine.  But the 'find' only showed those files
that had been shown by an 'ls'.  If it helps, I'm running kernel 2.4.20
with openafs 1.2.8 patches & software on a Debian 'woody' (stable) distro.

>also, did you give find the -noleaf option?

I didn't. But I also ran a custom filesystem crawler that doesn't do the 
optimizations, and it came up with the same (incomplete) list of files.  

  --pj