GlusterFS 6 : Install2019/05/10 |
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 ~]#
[root@node01 ~]# dnf -y install glusterfs-server 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.
|
Sponsored Link |