[OpenAFS-devel] ReallyRead failures
hoffman@cs.pitt.edu
hoffman@cs.pitt.edu
Thu, 28 Mar 2002 16:54:49 -0500 (EST)
> What is really going on here is that the fileserver tried to read off the
> end of a directory and got a zero back from read. see the following snippet
> from viced/physio.c:ReallyRead. We don't know what causes it, but as far as
> I can tell from reading the code, it must be the case that the directory
> hash table must be corrupt in order to trigger it.
OK, that makes sense. I'm a bit embarrassed, too, because I looked
right at that code in physio.c and missed the code = EIO bit. I should
have figured that out already.
Thanks,
---Bob.