[OpenAFS-port-darwin] ubc_release
Chaskiel M Grundman
cg2v@andrew.cmu.edu
Mon, 08 Jul 2002 10:51:13 -0400
--On Monday, July 08, 2002 11:56:06 +0200 Eric Knauel
<knauel@informatik.uni-tuebingen.de> wrote:
> It seems that OpenAFS writes this message. Where can I find more
> information on what this means? Especially I'd like to find out if
> it's something harmless or not. ;-)
The message is printed by OpenAFS in
src/afs/DARWIN/osi_vm.c:osi_VM_TryReclaim()
What it means is that an operation I was using to try and get ubc to stop
using stopped having an effect. As to whether or not it's harmless.... The
condition the message is warning about in of itself is harmless; however,
it's possible that your system will eventually run out of vcache entries
and panic. I will have to look at the apple kernel code to see what they
changed and what I might be able to do to work around it.