Bug 1170575 - Cannot mount gluster share with mount.glusterfs
Summary: Cannot mount gluster share with mount.glusterfs
Keywords:
Status: CLOSED DUPLICATE of bug 1157107
Alias: None
Product: GlusterFS
Classification: Community
Component: fuse
Version: 3.6.1
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: bugs@gluster.org
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-12-04 11:09 UTC by Ludwig Bayerlein
Modified: 2015-02-10 12:47 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-02-10 12:47:09 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description Ludwig Bayerlein 2014-12-04 11:09:56 UTC
Description of problem:
I created a share on the RHEL 7 System with success (gluster volume create). There are no error on any checks. With the command 'mount.glusterfs [host]:/[VolName] /mnt' there also no errors shown. But in /var/log/glusterfs/mnt.log , there is this error:
[2014-12-04 11:01:27.239014] I [options.c:1163:xlator_option_init_double] 0-fuse: option attribute-timeout convertion failed value 1.0
[2014-12-04 11:01:27.239032] E [xlator.c:425:xlator_init] 0-fuse: Initialization of volume 'fuse' failed, review your volfile again

/mnt is not mounted. There are no files in it.

The command executed is:
/usr/sbin/glusterfs --volfile-server=[SRVName or IP] --volfile-id=/[VolName] /mnt


Version-Release number of selected component (if applicable):
- RHEL 7
- Packages from official Gluster Repo LATEST (glusterfs-fuse-3.6.1-1.el7.x86_64
glusterfs-server-3.6.1-1.el7.x86_64
glusterfs-regression-tests-3.6.1-1.el7.x86_64
glusterfs-debuginfo-3.6.1-1.el7.x86_64
glusterfs-libs-3.6.1-1.el7.x86_64
glusterfs-3.6.1-1.el7.x86_64
glusterfs-extra-xlators-3.6.1-1.el7.x86_64
glusterfs-cli-3.6.1-1.el7.x86_64
glusterfs-geo-replication-3.6.1-1.el7.x86_64
glusterfs-rdma-3.6.1-1.el7.x86_64
glusterfs-api-3.6.1-1.el7.x86_64
glusterfs-devel-3.6.1-1.el7.x86_64
glusterfs-api-devel-3.6.1-1.el7.x86_64)




How reproducible:
- Install RHEL 7
- Do a yum update
- Install Packages listed above
- Create a volume with 'gluster volume create test transport tcp 1.2.3.4:/storage/'
- Try to mount this with 'mount.glusterfs 1.2.3.4:/test /mnt'
- Notice Error in Log

Steps to Reproduce:
1.
2.
3.

Actual results:
Mount (manually or via fstab) is not possibly without any stdout error.

Expected results:
Mount the volume.

Additional info:
If I do a '/usr/sbin/glusterfs --attribute-timeout=1  --volfile-server=1.2.3.4  --volfile-id=test /mnt', the problem is solved an executed successfully. The system mounts this share with full functionality.

Comment 1 Ludwig Bayerlein 2014-12-04 12:12:18 UTC
Sorry. I made a mistake in *Additional info*... Now here the right info:
If I do a '/usr/sbin/glusterfs --attribute-timeout=1 --entry-timeout=1 --volfile-server=1.2.3.4  --volfile-id=test /mnt', the problem is solved an executed successfully. The system mounts this share with full functionality.

Comment 2 Niels de Vos 2015-02-10 12:47:09 UTC
This should be fixed with the current 3.6.2 release. Please test and re-open this bug if it is not working for you.

*** This bug has been marked as a duplicate of bug 1157107 ***


Note You need to log in before you can comment on or make changes to this bug.