Differences between revisions 3 and 63 (spanning 60 versions)
Revision 3 as of 2017-12-14 11:19:57
Size: 397
Comment:
Revision 63 as of 2017-12-29 08:53:26
Size: 983
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
''During the installation I noticed some [[Troubleshooting Disk IO|slow IO]], this was due to the use of btrfs. For this reason I use ext4. I want to switch back to btrfs, but need to find a proper solution first.''
Line 3: Line 4:
GlusterFS is a distributed filesystem. It has built in redundancy, so it is possible to run two servers which automatically replicate filesbetween the servers. If one server goes down, the other just takes over. Once it comes up again, files are automatically replicated. Here we will use GlusterFS as a redundant network mounted file storage. GlusterFS is a distributed filesystem. It has built in redundancy, so it is possible to run two servers which automatically replicate files between the servers. If one server goes down, the other just takes over. Once it comes up again, files are automatically replicated. Here we will use GlusterFS as a redundant network mounted file storage.
Line 5: Line 6:
== Network == For the sport of it, we will configure 4 GlusterFS servers.
Line 7: Line 8:
== Software == Configure the [[GlusterFS Server|servers]], then the [[GlusterFS Client|client]]. Once completed continue by setting up [[GlusterFS Encryption|encryption]].

If you only want to run 2 GlusterFS servers then setup [[GlusterFS Server with Arbiter|servers with arbiter]] and [[GlusterFS Client with Arbiter|client with arbiter]] instead.

GlusterFS

During the installation I noticed some slow IO, this was due to the use of btrfs. For this reason I use ext4. I want to switch back to btrfs, but need to find a proper solution first.

GlusterFS is a distributed filesystem. It has built in redundancy, so it is possible to run two servers which automatically replicate files between the servers. If one server goes down, the other just takes over. Once it comes up again, files are automatically replicated. Here we will use GlusterFS as a redundant network mounted file storage.

For the sport of it, we will configure 4 GlusterFS servers.

Configure the servers, then the client. Once completed continue by setting up encryption.

If you only want to run 2 GlusterFS servers then setup servers with arbiter and client with arbiter instead.

None: GlusterFS (last edited 2021-03-26 21:17:29 by Kristian Kallenberg)