Debian 10 Buster
Sponsored Link

GlusterFS : Install2019/07/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.
root@node01:~#
apt -y install glusterfs-server
root@node01:~#
systemctl start glusterd

root@node01:~#
systemctl enable glusterd
root@node01:~#
gluster --version

glusterfs 5.5
Repository revision: git://git.gluster.org/glusterfs.git
Copyright (c) 2006-2016 Red Hat, Inc. 
GlusterFS comes with ABSOLUTELY NO WARRANTY.
It is licensed to you under your choice of the GNU Lesser
General Public License, version 3 or any later version (LGPLv3
or later), or the GNU General Public License, version 2 (GPLv2),
in all cases as published by the Free Software Foundation.
Matched Content