An open implementation of the Andrew File System (AFS). AFS is a distributed filesystem designed to provide a single file system tree for different participating organizations, potentially spread out across the globe.
Questions tagged [openafs]
14 questions
8
votes
5 answers
Networked filesystem with user level security for linux
I want to enable file sharing between servers and clients, both linux. I don't want to rely on machine trust like in NFSv4 because client users will have root privileges. What are my options besides SMB (SAMBA)? Does OpenAFS support user level…
Konrads
- 860
- 2
- 20
- 38
5
votes
2 answers
In search of a network file system with extended caching to speed up file access
I'm running a small home server that stores my documents. The disks in this server are in a RAID 1 configuration (using Linux md) and it's also periodically being backed up to an external hard drive to make sure I don't lose them. However, I'm…
Brecht Machiels
- 161
- 5
4
votes
2 answers
Distributed storage
At my University Department we are about to upgrade the computers of our student lab (about 25-30 machines). The machines will be running Linux.
One thing about the new machines is that they have huge (1TB) hard disks (we did not ask for them, but…
nplatis
- 141
- 1
2
votes
0 answers
pam_afs_session: what does "PAG apparently lost" message in syslog mean?
We access our Debian Linux servers with ssh using GSSAPI. The servers run OpenSSH and take advantage of the pam-stack. In particular, they use pam_afs_session.
Every once in a while I see the following messages in the system log:
sshd[31799]:…
user35042
- 2,601
- 10
- 32
- 57
2
votes
3 answers
OpenAFS on Fedora/CentOS
I am trying to see if OpenAFS fits my needs as a distributed filesystem and is a bit stuck. There are docs but they're all quite hard to understand, so asking for some expert advice here. My questions:
which version to install? I need windows…
Michael Pliskin
- 225
- 1
- 12
1
vote
0 answers
Is it practical to keep home directories on OpenAFS?
I am a sysadmin by trade, and I do what I do at work at home as well for fun. I have a Gentoo Linux laptop, Raspberry Pis running Raspian, a Gentoo server, ARM devices running Debian and have various Android devices. I am always wrestling and…
Jesse Adelman
- 968
- 5
- 15
1
vote
1 answer
AFS filesystem volume name length
As far as I know there is/was a limitation for AFS volume name length so one can practically use 22 characters only (we use read only volumes as well so we need to fit into the 31 char limit with adding ".readonly"). Does anyone know if this limit…
mami
- 111
- 1
1
vote
1 answer
How do I get true caller access rights for a directory in afs?
According to the openAFS docs, fs getcalleracces some_path should give me my effective rights to "some_path".
When I run this command on some directories I get
Callers access to . is rlidwk
While this does not include the 'a' administer rights, in…
nPn
- 111
- 3
1
vote
1 answer
How do I find out the current remaining lifetime of my AFS tokens?
I can use klog to renew my AFS token, but I am wondering whether there is an equivalent command to view the remaining lifetime of my AFS token.
merlin2011
- 239
- 1
- 8
0
votes
1 answer
NFS vs AFS cache validation
NFS clients revalidate cache blocks on access by evaluating T-Tc < t. If this fails it sends a getattr call to the NFS server asking for the last Tmodified stamp of the relevant file.
AFS revalidates its cache files after a periodic time T, on open…
xrdty
- 101
- 1
0
votes
1 answer
Can OpenAFS be used as NFS?
I have an application that only runs on Linux, which will generate ~500TB of data over the next year, which all must be kept and backed up each day.
It would be temping to go with ZFSonLinux or btrfs, but they are not really stable.
One option could…
Jasmine Lognnes
- 2,490
- 8
- 31
- 51
0
votes
1 answer
finding directories that consume a lot of the AFS volume quota
The AFS volume quota is almost exceeded for one of our computer users. Running fs listquota or fs lq gives him a warning:
olifri@ubuntu:~$ fs listquota ~
Volume Name Quota Used %Used Partition
H.olifri …
Erik Sjölund
- 1,965
- 5
- 21
- 26
0
votes
1 answer
OpenAFS on OpenVZ guest
I'm trying to install and configure an OpenAFS server inside an OpenVZ container.
However, when running afs-newcell, it complains that the AFS client cannot be started. It says "AFS module /lib/modules/2.6.32-5-openvz-amd64/fs/openafs.o does not…
Xaqq
- 103
- 4
0
votes
1 answer
Sudden catastrophic failure of kerberos
I've been playing with my openAFS setup, and adding keys for the afs principle for kerberos. Now, suddenly, Kerberos has gone down (or something).
Kadmin gives the following error:
kadmin -p admin
Authenticating as principal admin with…
pypmannetjies
- 129
- 6