Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client.rb with centos 6.6 and glusterfs 3.7.4 #38

Closed
tmoreau opened this issue Sep 30, 2015 · 2 comments
Closed

client.rb with centos 6.6 and glusterfs 3.7.4 #38

tmoreau opened this issue Sep 30, 2015 · 2 comments
Labels
Milestone

Comments

@tmoreau
Copy link

tmoreau commented Sep 30, 2015

I was able to reproduce my problem with glusterfs package installed only.
Please see below and advise.

############ system
> uname -a
Linux eggxws032 2.6.32-504.23.4.el6.x86_64 #1 SMP Tue Jun 9 20:57:37 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

> cat /etc/issue
CentOS release 6.6 (Final)
Kernel \r on an \m

############ glusterfs package
> yum info glusterfs
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
Available Packages
Name        : glusterfs
Arch        : x86_64
Version     : 3.7.4
Release     : 2.el6
Size        : 416 k
Repo        : gluster
Summary     : Cluster File System
URL         : http://www.gluster.org/docs/index.php/GlusterFS
License     : GPLv2 or LGPLv3+
Description : GlusterFS is a distributed file-system capable of scaling to several
            : petabytes. 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 systems 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 user space and easily manageable.
            : 
            : This package includes the glusterfs binary, the glusterfsd daemon and the
            : libglusterfs and glusterfs translator modules common to both GlusterFS server
            : and client framework


############ current cookbook
> sudo yum install -y glusterfs 1>/dev/null

> sudo rpm -qa | grep gluster
glusterfs-libs-3.7.4-2.el6.x86_64
glusterfs-3.7.4-2.el6.x86_64

> sudo mount -t glusterfs -o defaults,_netdev,backupvolfile-server=eggxnas001 eggxnas002:/data /sites/shared
mount: unknown filesystem type 'glusterfs'

############ working mount
> sudo yum install -y glusterfs-fuse 1>/dev/null

> sudo rpm -qa | grep gluster
glusterfs-libs-3.7.4-2.el6.x86_64
glusterfs-client-xlators-3.7.4-2.el6.x86_64
glusterfs-3.7.4-2.el6.x86_64
glusterfs-fuse-3.7.4-2.el6.x86_64

> sudo mount -t glusterfs -o defaults,_netdev,backupvolfile-server=eggxnas001 eggxnas002:/data /sites/shared

> mount | grep gluster
eggxnas002:/data on /sites/shared type fuse.glusterfs (rw,default_permissions,allow_other,max_read=131072)
@shortdudey123
Copy link
Owner

yup, glusterfs-fuse needs to be installed. The current one is glusterfs.
Your PR (#33) addressed this, but it had extra packages in there.

@shortdudey123 shortdudey123 added this to the v4.0.2 milestone Sep 30, 2015
@shortdudey123
Copy link
Owner

Solved by #39

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants