Tag Archives: Glusterfs

Glusterfs mount error reporting solution

Environment view

An error is reported when mounting glusterfs

Download software (RedHat is not registered and cannot be installed directly using Yum)

https://buildlogs.centos.org/centos/6/storage/x86_64/gluster-3.13/

Download the following four installation packages

https://buildlogs.cdn.centos.org/centos/6/storage/x86_64/gluster-3.13/glusterfs-fuse-3.13.2-1.el6.x86_64.rpm
https://buildlogs.cdn.centos.org/centos/6/storage/x86_64/gluster-3.13/glusterfs-3.13.2-1.el6.x86_64.rpm
https://buildlogs.cdn.centos.org/centos/6/storage/x86_64/gluster-3.13/glusterfs-libs-3.13.2-1.el6.x86_64.rpm
https://buildlogs.cdn.centos.org/centos/6/storage/x86_64/gluster-3.13/glusterfs-client-xlators-3.13.2-1.el6.x86_64.rpm

Installation

rpm -ivh glusterfs-libs-3.13.2-1.el6.x86_64.rpm 
rpm -ivh glusterfs-3.13.2-1.el6.x86_64.rpm 
rpm -ivh glusterfs-client-xlators-3.13.2-1.el6.x86_64.rpm 
rpm -ivh glusterfs-fuse-3.13.2-1.el6.x86_64.rpm 

Check whether the installation is successful

Then mount it