Tagged Questions
The openafs tag has no wiki summary.
3
votes
1answer
117 views
SQLite compatible with OpenAFS locking?
I would like to have many processes on many networked computers simultaneously access the same SQLite database via OpenAFS 1.4.12.1. Writes will be infrequent, so the single-write design of SQLite ...
2
votes
5answers
1k views
Find header file that defines a C function
Shouldn't be hard, right? Right?
I am currently trawling the OpenAFS codebase to find the header definition of pioctl. I've thrown everything I've got at it: checked ctags, grepped the source code ...
1
vote
0answers
32 views
OpenAFS and v9fs Feature Comparison
Anyone aware of a comparison of these two file systems? I found http://en.wikipedia.org/wiki/Comparison_of_file_systems where Fossil was listed but no mention of AFS.
1
vote
1answer
66 views
When is OpenAFS cache cleared?
Let's say I have a bunch of users who all access the same set of files, that have permission system:anyuser. User1 logs in and accesses some files, and then logs out. When User2 logs in and tries to ...
0
votes
0answers
10 views
openafs and unix mode bits for group and world
I understand that the user's mode bits mask the AFS ACL, and ignores the group and world mode bits. I'm wondering though, when you mkmount a volume, how does AFS determine mode bits for group and ...
0
votes
1answer
165 views
Git push randomly fails through git-http-backend on AFS share
My Git repository sits on an AFS share. All running processes on the Linux server have rights to write on this AFS share what ever the mask of files and directories are.
Git is served through Git ...