Differences between revisions 8 and 66 (spanning 58 versions)
Revision 8 as of 2017-12-19 14:00:57
Size: 843
Comment:
Revision 66 as of 2021-03-26 21:17:29
Size: 764
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 5: Line 4:
For the sport of it, we will configure 4 GlusterFS servers. For the sport of it, we will configure 3 GlusterFS servers.
Line 7: Line 6:
== Network == Configure the [[GlusterFS Server|servers]], then the [[GlusterFS Client|client]]. Once completed continue by setting up [[GlusterFS Encryption|encryption]].
Line 9: Line 8:
The GlusterFS servers will have fixed IP-addresses. That is configured in the DHCP servers list of statically assigned IP-adresses by using the Domains MAC address.

 * 192.168.1.40 gluster01
 * 192.168.1.41 gluster02
 * 192.168.1.42 gluster03
 * 192.168.1.43 gluster04

== Disk ==

We will add an additional disk to the system. This disk will be used for file storage.

== Software ==
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

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 3 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)