Ubuntu 24.04 分散ファイルシステム GlusterFS をインストールする方法

環境
Ubuntu 24.04

概要
分散ファイルシステム GlusterFS をインストールして、ストレージクラスターを構成します。
前提として、クラスターを構成するノード群では GlusterFS に割り当てる領域は / パーティションとは別であることが推奨です。
( / 配下の任意のディレクトリでも設定は可能だが、非推奨のため、設定の際に強制オプションの付加が必要 )

使用例
全ノードで [sdb1] を [/glusterfs] にマウントして設定します。

操作方法
クラスターを構成する全ノードで GlusterFS サーバーをインストールして起動しておきます。
# apt -y install glusterfs-server
自動起動を設定します

# systemctl enable --now glusterd

バージョンを確認します

# gluster --version
glusterfs 11.1
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.

 

IT

Posted by arkgame