Hi,

On Sat, 24 Jun 2006, Caskey L. Dickson wrote:

I'm curious as to whether you can use AFS volumes for the storage locations of services like openldap, mysql and postgresql. All three use database files which are held open for long periods of time and normally would require large amounts of local storage.

It depends. As far as I know, all those daemons use backends which are
based on Berkeley DB or something like that. To function properly, they
need byte-range-locking on their files. AFS does not support that kind
of locks. You might lose data.

You might try to use large files via loop-back mounts. But I think AFS
is just not designed for that kind of application.

Chris
--
Chris Huebsch    www.huebsch-gemacht.de | TU Chemnitz, Informatik, RNVS
GPG-Encrypted mail welcome! ID:7F2B4DBA |   Str. d. Nationen 62, B204
Chemnitzer Linux-Tage 2007, 3.-4. Maerz |       D-09107 Chemnitz
    http://chemnitzer.linux-tage.de/    |      +49 371 531-31118
_______________________________________________
OpenAFS-info mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-info

Reply via email to