SLES 15
Sponsored Link

GlusterFS : Install2019/01/17

 
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.
# add extension module first

node01:~ #
SUSEConnect -p PackageHub/15/x86_64

node01:~ #
zypper -n install glusterfs
node01:~ #
systemctl start glusterd

node01:~ #
systemctl enable glusterd

[2] If Firewalld is running, allow GlusterFS related ports.
node01:~ #
firewall-cmd --add-port=24007-24009/tcp --permanent

success
node01:~ #
firewall-cmd --add-port=38465-38469/tcp --permanent

success
node01:~ #
firewall-cmd --add-port=49152-49664/tcp --permanent

success
node01:~ #
firewall-cmd --reload

success
 
It's OK if you mount GlusterFS volumes from clients with GlusterFS Native Client.
Matched Content