<div dir="ltr"><p dir="ltr">Hello,<br>
After upgrading from Glusterfs 3.5 to Glusterfs 3.6.2, on Ubuntu 12.04, I
 am unable to mount gluster volumes any more. Found the same issue 
reported already and the answer suggested that a path to the volume is 
being used, during the mount attempt, instead of the volume name. This 
however seems not to be the case according to what I am seeing.  Any 
ideas?</p>
<p dir="ltr"># gluster volume info <br>
Volume Name: dbs<br>
Type: Replicate<br>
Volume ID: 84984920-2dde-4b40-8041-5d6d514adf37<br>
Status: Started<br>
Number of Bricks: 1 x 2 = 2<br>
Transport-type: tcp<br>
Bricks:<br>
Brick1: 10.0.1.103:/data/exports/dbs_content<br>
Brick2: 10.0.1.104:/data/exports/dbs_content</p>
<p dir="ltr">When I try to mount I got the following:</p>
<p dir="ltr"># mount -t glusterfs 10.0.1.103:/dbs  /dbs_content<br>
WARNING: getfattr not found, certain checks will be skipped..<br>
Mount failed. Please check the log file for more details.<br></p>
<p dir="ltr">In the log I am getting:</p>
<p dir="ltr">[2015-03-26 20:34:31.582757] I [MSGID: 100030] 
[glusterfsd.c:2018:main] 0-/usr/sbin/glusterfs: Started running 
/usr/sbin/glusterfs version 3.6.2 (args: /usr/sbin/glusterfs 
--volfile-server=10.0.1.103 --volfile-id=/dbs /dbs_content)<br>
[2015-03-26 20:34:31.587971] E [glusterfsd-mgmt.c:1494:mgmt_getspec_cbk] 0-glusterfs: failed to get the &#39;volume file&#39; from server<br>
[2015-03-26 20:34:31.588053] E [glusterfsd-mgmt.c:1596:mgmt_getspec_cbk] 0-mgmt: failed to fetch volume file (key:/dbs)<br>
[2015-03-26 20:34:31.588330] W [glusterfsd.c:1194:cleanup_and_exit] (--&gt; 0-: received signum (0), shutting down<br>
[2015-03-26 20:34:31.588373] I [fuse-bridge.c:5599:fini] 0-fuse: Unmounting &#39;/dbs_content&#39;.</p><p dir="ltr"><br></p><p>Best,</p></div>