[OpenAFS] Re: Large files with 1.6.0pre2

Simon Wilkinson sxw@inf.ed.ac.uk
Sat, 5 Mar 2011 21:54:20 +0000


On 5 Mar 2011, at 21:31, Ryan C. Underwood wrote:
>=20
> I also looked for any read, seek, or stat call that returned negative.
> No luck.  It seems like all the threads are being captured...

Strange.

Another thing you could try is (if this is a test system) attach to the =
fileserver process with gdb, and set a breakpoint at VTakeOffline. Then =
try and reproduce the problem. Hopefully, when the fileserver decides to =
take the volume offline, you'll hit that breakpoint, and 'bt' will let =
us know exactly where this is being triggered.

Cheers,

Simon.