Differences between revisions 5 and 6
Revision 5 as of 2017-12-14 11:26:29
Size: 461
Comment:
Revision 6 as of 2017-12-14 11:39:26
Size: 747
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
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 glusterfs01
 * 192.168.1.41 glusterfs02
 * 192.168.1.42 glusterfs03
 * 192.168.1.43 glusterfs04

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 4 GlusterFS servers.

Network

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 glusterfs01
  • 192.168.1.41 glusterfs02
  • 192.168.1.42 glusterfs03
  • 192.168.1.43 glusterfs04

Software

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