How to Install glusterfs-server in Ubuntu 18.04



Install glusterfs-server by entering the following commands in the terminal:

sudo apt update
sudo apt install glusterfs-server

Description:

clustered file-system (server package)

GlusterFS is a clustered file-system capable of scaling to several peta-bytes. It aggregates various storage bricks over Infiniband RDMA or TCP/IP interconnect into one large parallel network file system. GlusterFS is one of the most sophisticated file system in terms of features and extensibility. It borrows a powerful concept called Translators from GNU Hurd kernel. Much of the code in GlusterFS is in userspace and easily manageable. . This package installs init scripts and configuration files to turn GlusterFS into a fully fledged file server.

Homepage: https://www.gluster.org/

Version: 3.13.2-1build1

Section: universe/admin