[OpenAFS-devel] transaction/write log accounting
seth vidal
skvidal@linux.duke.edu
Tue, 21 Feb 2006 00:50:07 -0500
Today we encountered a situation that made me wonder if there was a way
to significantly increase the logging level from afs. What we'd love to
be able to track is:
everytime someone writes to a file
- what file
- what user
- from what client
We're mostly thinking about it for transaction logging so we can count
back the last N people to write to a file.
Is this possible in the current codebase?
thanks
-sv