Install Distributed Filesystem "GlusterFS".   
For example, create a distributed volume with 2 servers to be able to use it from GlusterFS Clients. This example shows to use 2 servers but it's possible to use more than 3 servers.   
                                     +--------------------+
                            10.0.0.61|                    |
                               +-----+ GlusterFS Server#1 |
+-----------------+            | eth0|                    |
|                 |10.0.0.60   |     +--------------------+
| GlusterFS Clint |------------+
|                 |eth0        |     +--------------------+
+-----------------+            | eth0|                    |
                               +-----+ GlusterFS Server#2 |
                            10.0.0.62|                    |
                                     +--------------------+
 | 
Fuente: http://www.server-world.info/en/note?os=CentOS_7&p=glusterfs [1] Configure the same settings on 2 GlusterFS servers like follows. It is recommended to create a directory for GlusterFS volume on the different partition from the / partition. This example uses /glusterfs directory which is mounted from different partition from /[root@gfs01 ~]# 
wget http://download.gluster.org/pub/gluster/glusterfs/LATEST/CentOS/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo  
 10.0.0.61   gfs01.server.world gfs01
10.0.0.62   gfs02.server.world gfs02
# create a directory for GlusterFS volume
 | 
 
 
 
  | 
Comentarios
Publicar un comentario