[Gluster-users] problems with gluster 3.2.4

Calvin Watson calvin.watson at sungard.com
Tue Oct 25 18:07:30 UTC 2011


I remounted the volume with the default mount -t glusterfs command and still
getting permission denied.   This is want I get from file when trying to
perform the following command:

mv New_text_document-3.txt New_text_document-44.txt

entries from log file:

[2011-10-25 10:41:28.886846] I [afr-common.c:1225:afr_launch_self_heal]
0-custbvol1-replicate-2: background  entry self-heal triggered. path: /
[2011-10-25 10:41:28.887174] I [afr-common.c:1225:afr_launch_self_heal]
0-custbvol1-replicate-4: background  entry self-heal triggered. path: /
[2011-10-25 10:41:28.887355] I [afr-common.c:1225:afr_launch_self_heal]
0-custbvol1-replicate-0: background  entry self-heal triggered. path: /
[2011-10-25 10:41:28.887518] I [afr-common.c:1225:afr_launch_self_heal]
0-custbvol1-replicate-3: background  entry self-heal triggered. path: /
[2011-10-25 10:41:28.887726] I [afr-common.c:1225:afr_launch_self_heal]
0-custbvol1-replicate-1: background  entry self-heal triggered. path: /
[2011-10-25 10:41:28.888767] I
[afr-self-heal-common.c:2022:afr_self_heal_completion_cbk]
0-custbvol1-replicate-2: background  entry self-heal completed on /
[2011-10-25 10:41:28.889021] I
[afr-self-heal-common.c:2022:afr_self_heal_completion_cbk]
0-custbvol1-replicate-4: background  entry self-heal completed on /
[2011-10-25 10:41:28.889102] I
[afr-self-heal-common.c:2022:afr_self_heal_completion_cbk]
0-custbvol1-replicate-0: background  entry self-heal completed on /
[2011-10-25 10:41:28.889373] I
[afr-self-heal-common.c:2022:afr_self_heal_completion_cbk]
0-custbvol1-replicate-3: background  entry self-heal completed on /
[2011-10-25 10:41:28.889620] I
[afr-self-heal-common.c:2022:afr_self_heal_completion_cbk]
0-custbvol1-replicate-1: background  entry self-heal completed on /
[2011-10-25 10:41:28.900313] I [client3_1-fops.c:1999:client3_1_rename_cbk]
0-custbvol1-client-7: remote operation failed: Permission denied
[2011-10-25 10:41:28.900407] I [client3_1-fops.c:1999:client3_1_rename_cbk]
0-custbvol1-client-6: remote operation failed: Permission denied
[2011-10-25 10:41:28.900439] I [client3_1-fops.c:1999:client3_1_rename_cbk]
0-custbvol1-client-8: remote operation failed: Permission denied
[2011-10-25 10:41:28.900456] W [dht-rename.c:480:dht_rename_cbk]
0-custbvol1-dht: /New_text_document-3.txt: rename on custbvol1-replicate-2
failed (Permission denied)
[2011-10-25 10:41:28.902242] W [fuse-bridge.c:1351:fuse_rename_cbk]
0-glusterfs-fuse: 324: /New_text_document-3.txt -> /New_text_document-44.txt
=> -1 (Permission denied)



tks.

On Tue, Oct 25, 2011 at 1:05 PM, Burnash, James <jburnash at knight.com> wrote:

> Top posting for visibility:****
>
> ** **
>
> Here is the pertinent line in the log:****
>
> ** **
>
> [2011-10-25 11:39:56.762720] E [glusterfsd-mgmt.c:628:mgmt_getspec_cbk]
> 0-glusterfs: failed to get the 'volume file' from server
> [2011-10-25 11:39:56.762775] E [glusterfsd-mgmt.c:695:mgmt_getspec_cbk]
> 0-mgmt: failed to fetch volume file (key:/mnt)
>
> ****
>
> ** **
>
> Did you move your volume file or in some other way make it inaccessible for
> the client? The volume file tells the client essentially how to access files
> and directories on the GlusterFS – if the client can get that, the timeout
> is expected (it figures that the server has gone away and that you will try
> something different.****
>
> ** **
>
> I suggest trying this mount line instead (assuming that your servers are
> named consistently:****
>
> ** **
>
>                 mount -t glusterfs gluster02:/volume01 /mnt/gluster****
>
> ** **
>
> and see if you get the same message****
>
> ** **
>
> James Burnash****
>
> Unix Engineer****
>
> Knight Capital Group****
>
> ** **
>
> *From:* gluster-users-bounces at gluster.org [mailto:
> gluster-users-bounces at gluster.org] *On Behalf Of *M. Vale
> *Sent:* Tuesday, October 25, 2011 7:51 AM
> *To:* Pranith Kumar K
> *Cc:* gluster-users at gluster.org
> *Subject:* Re: [Gluster-users] problems with gluster 3.2.4****
>
> ** **
>
> ** **
>
> On 25 October 2011 12:15, Pranith Kumar K <pranithk at gluster.com> wrote:***
> *
>
> hi,
>       If the setup is not in production could you do "gluster volume set
> volume01 client-log-level DEBUG" and repeat the actions then post the
> logfile located at /usr/local/var/log/glusterfs/mnt-gluster.log on the
> client machine
>
> Pranith****
>
>
>
> On 10/25/2011 03:55 PM, M. Vale wrote: ****
>
> Hi, we have 4 test machines (gluster01 to gluster04).
>
> I've created a replicated volume with the 4 machines.
>
> Then on the client machine i've executed:
>
> mount -t glusterfs gluster01:/volume01 /mnt/gluster
>
> And everything works ok.
>
> The main problem occurs in every client machine that I do:
>
> umount /mnt/gluster
>
> and the
>
> mount -t glusterfs gluster01:/volume01 /mnt/gluster
>
>
> The client machine stops to respond, I cannot run a ls -l everything stops
> on the client machine.
>
> It freezes for 120 to 300 seconds.
>
> And then after this time I can return to type on the machine.
>
> I type:
>
> mount (enter)
>
> And I can see the mount point.
>
> But if I do cd /mnt/gluster
> and then
>
> ls -l
>
> Everything freezes again.
>
>
> There is no firewall installed, And I can reproduce this everytime in all
> our client machines.
>
>
> Any idea how to start looking for the problem?
>
>
> Best Regards
>
> ****
>
> _______________________________________________****
>
> Gluster-users mailing list****
>
> Gluster-users at gluster.org****
>
> http://gluster.org/cgi-bin/mailman/listinfo/gluster-users****
>
> ** **
>
>
>
> Hi, There is the log:
>
> # cat /usr/local/var/log/glusterfs/****
>
> mnt-gluster.log
> [2011-10-25 11:29:36.910146] I [glusterfsd.c:1493:main]
> 0-/usr/local/sbin/glusterfs: Started Running /usr/local/sbin/glusterfs
> version 3.2.4
> [2011-10-25 11:38:44.794630] W [glusterfsd.c:727:cleanup_and_exit]
> (-->/lib/libc.so.6(clone+0x6d) [0x7fb5a52687dd]
> (-->/lib/libpthread.so.0(+0x7da0) [0x7fb5a54fcda0]
> (-->/usr/local/sbin/glusterfs(glusterfs_sigwaiter+0xd5) [0x406745]))) 0-:
> received signum (15), shutting down
> [2011-10-25 11:38:44.794679] I [fuse-bridge.c:3724:fini] 0-fuse: Unmounting
> '/mnt/gluster'.
> [2011-10-25 11:39:56.752093] I [glusterfsd.c:1493:main]
> 0-/usr/local/sbin/glusterfs: Started Running /usr/local/sbin/glusterfs
> version 3.2.4
> [2011-10-25 11:39:56.762720] E [glusterfsd-mgmt.c:628:mgmt_getspec_cbk]
> 0-glusterfs: failed to get the 'volume file' from server
> [2011-10-25 11:39:56.762775] E [glusterfsd-mgmt.c:695:mgmt_getspec_cbk]
> 0-mgmt: failed to fetch volume file (key:/mnt)
> [2011-10-25 11:39:56.762940] W [glusterfsd.c:727:cleanup_and_exit]
> (-->/usr/local/lib/libgfrpc.so.0(rpc_clnt_notify+0x7d) [0x7f4a6603db2d]
> (-->/usr/local/lib/libgfrpc.so.0(rpc_clnt_handle_reply+0xa5)
> [0x7f4a6603d1d5] (-->/usr/local/sbin/glusterfs(mgmt_getspec_cbk+0x2fd)
> [0x40872d]))) 0-: received signum (0), shutting down
> [2011-10-25 11:39:56.762971] I [fuse-bridge.c:3724:fini] 0-fuse: Unmounting
> '/mnt/gluster'.
>
>
>  ****
>
> If I do:
>
> # ls -l /mnt/gluster/
>
> It freezes the system.****
>
>
> DISCLAIMER:
> This e-mail, and any attachments thereto, is intended only for use by the
> addressee(s)named herein and
> may contain legally privileged and/or confidential information. If you are
> not the intended recipient of this
> e-mail, you are hereby notified that any dissemination, distribution or
> copying of this e-mail and any attachments
> thereto, is strictly prohibited. If you have received this in error, please
> immediately notify me and permanently
> delete the original and any printout thereof. E-mail transmission cannot
> be guaranteed to be secure or error-free.
> The sender therefore does not accept liability for any errors or omissions
> in the contents of this message which
> arise as a result of e-mail transmission.
> NOTICE REGARDING PRIVACY AND CONFIDENTIALITY
> Knight Capital Group may, at its discretion, monitor and review the content
> of all e-mail communications.
>
> http://www.knight.com
>
>
> _______________________________________________
> Gluster-users mailing list
> Gluster-users at gluster.org
> http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
>
>


-- 
Calvin Watson ▪ Unix Administrator ▪ SunGard Availability Services CTSO ▪
650 E. Swedesford Rd. Wayne, PA 19087▪ (484) 582-2070 ▪ (856) 217-1481
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20111025/8222440d/attachment-0001.html>


More information about the Gluster-users mailing list