Thomas Jalsovsky <[EMAIL PROTECTED]> wrote: > does anybody have any experience with saving detail files onto NFS > partition sitting on a remote host? Maybe with another distributed > filesystem under Linux?
It's a bad idea. NFS may go away without really "going away". That is, it will look to programs that the directories/files exist, but any reads/writes will take literally forever. > My goal will to make fail-over solution, so when RADIUS > (rlm_detail) can't store files onto local filesystem let store to a remote > one. You're better off storing them to local disk, and using radrelay to copy the data to another system. > p.s.: does rlm_detail locking work together with NFS? (I'm not an NFS > guru, please explain your answer, thanks) I would expect so, if NFS supports locks, without bugs. Not all NFS implementations do... Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
