> I *think* (and I'm sure Anand will correct me if I'm wrong), in the case of > a single brick, gluster doesn't care much about it's extended attributes, > but once another brick/node is involved (in unify or replicate), then the > extended attributes become important. > > pre-existing data is generally without Xattr's and so this causes confusion. > My guess is, adding the extended attributes (which happens when you copy the > file into the gluster mountpoint) would solve the problem. This is generally true, but in this situation he is using unify (which does not use xattrs on the backend) and most of the other cases, if the xattr is missing, the appropriate self heal will atleast try to set the most sensible xattr values when the file is first looked up. Avati