gluster-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gluster-devel] metadata race confition (was: ename(2) race conditio


From: Anand Avati
Subject: Re: [Gluster-devel] metadata race confition (was: ename(2) race condition)
Date: Tue, 22 May 2012 13:09:52 -0700



On Tue, May 22, 2012 at 2:08 AM, Emmanuel Dreyfus <address@hidden> wrote:

Further investigation shows you are right. I traced the
struct fuse_entry_out returned by glusterfs on LOOKUP;

"/subdir", uid = 500, gid = 500, mode = 040755, attr_valid = 1
 
...
 
"/subdir", uid = 0, gid = 0, mode = 040700, attr_valid = 1

Note that even mode has changed, not just the uid/gid. It will probably help if you can put a breakpoint in this case and inspect the stack about where these attribute fields are fetched from (some cache? from posix?)

Avati

reply via email to

[Prev in Thread] Current Thread [Next in Thread]