GlusterFS : Install2026/04/28 |
|
Install GlusterFS to Configure Storage Cluster. It is strongly recommended to use partitions for GlusterFS volumes that are different from the / partition. On this example, it is based on the environment that all nodes has [sdb1] and mount it to [/glusterfs]. |
| [1] | Install GlusterFS Server on all Nodes in Cluster. |
|
root@node01:~#
apt -y install glusterfs-server
root@node01:~#
root@node01:~# systemctl enable --now glusterd
gluster --version glusterfs 11.2 Repository revision: git://git.gluster.org/glusterfs.git Copyright (c) 2006-2016 Red Hat, Inc. <https://www.gluster.org/> 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. |
| [2] | If UFW is enabled, allow service ports. |
|
root@node01:~# ufw allow 24007:24008/tcp root@node01:~# ufw allow 55555/tcp root@node01:~# ufw allow 38465:38469/tcp root@node01:~# ufw allow 49152:60999/tcp |
|
That's OK, Refer to the next section to Configure Cluster. |
| Sponsored Link |
|
|