Fedora 29
Sponsored Link

GlusterFS 5.0 : Install2018/11/02

 
Install GlusterFS to Configure Storage Cluster.
It is recommended to use partitions for GlusterFS volumes which are different from the / partition.
The environment on this example is set as that sdb1 is mounted on [/glusterfs] directory for GlusterFS Configuration on all Nodes.
[1] Install GlusterFS Server on all Nodes in Cluster.
[root@node01 ~]#
dnf -y install glusterfs-server
[root@node01 ~]#
systemctl start glusterd

[root@node01 ~]#
systemctl enable glusterd

[2] If Firewalld is running, allow GlusterFS service on all nodes.
[root@node01 ~]#
firewall-cmd --add-service=glusterfs --permanent

success
[root@node01 ~]#
firewall-cmd --reload

success
 
Installing and Basic Settings of GlusterFS are OK. Refer to next section for settings of clustering.
Matched Content