Gentoo Archives: gentoo-user

From: Kerin Millar <kerframil@×××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] File system testing
Date: Thu, 18 Sep 2014 08:28:20
Message-Id: 541A9796.8050508@fastmail.co.uk
In Reply to: Re: [gentoo-user] File system testing by "J. Roeleveld"
1 On 17/09/2014 19:21, J. Roeleveld wrote:
2 > On 17 September 2014 20:10:57 CEST, "Hervé Guillemet" <herve@×××××××××.org> wrote:
3 >> Le 16/09/2014 21:07, James a écrit :
4 >>>
5 >>> By now many are familiar with my keen interest in clustering gentoo
6 >>> systems. So, what most cluster technologies use is a distributed file
7 >>> system on top of the local (HD/SDD) file system. Naturally not
8 >>> all file systems, particularly the distributed file systems, have
9 >>> straightforward instructions. Also, an device file system, such as
10 >>> XFS and a distibuted (on top of the device file system) combination
11 >>> may not work very well when paired. So a variety of testing is
12 >>> something I'm researching. Eliminiation of either file system
13 >>> listed below, due to Gentoo User Experience is most welcome
14 >> information,
15 >>> as well as tips and tricks to setting up any file system.
16 >>
17 >> Hi James,
18 >>
19 >> Have you found this document :
20 >>
21 >> http://hal.inria.fr/hal-00789086/PDF/a_survey_of_dfs.pdf
22 >>
23 >> On a related matter, I'd like to host my own file server on a dedicated
24 >> box so that I can access my working files from serveral locations. I'd
25 >> like it to be fast and secure, and I don't mind if the files are
26 >> replicated on each workstation. What would be the better tools for this
27 >> ?
28 >
29 > AFS has caching and can survive temporary disappearance of the server.
30 >
31 > For me, I need to be able to provide Samba filesharing on top of that layer on 2 different locations as I don't see the network bandwidth to be sufficient for normal operations. (ADSL uplinks tend to be dead slow)
32
33 You might try GlusterFS with two replicating bricks. The latest version
34 of Samba in portage includes a VFS plugin that can integrate GlusterFS
35 volumes via GFAPI.
36
37 --Kerin