On Fri, 13 Apr 2012 15:10:57 +0300 Alex Florescu <alex.florescu at tripsolutions.co.uk> wrote: > On Fri, Apr 13, 2012 at 2:23 PM, Robert Hajime Lanning wrote: > > > How about: > > getfattr -d -n trusted.gluster.dht /local > > > > He was asking for the attribute on the directory, not the file. > > > Sorry, I ran that too but forgot to include it. It's the same. > getfattr -d -n trusted.gluster.dht /local > /local: trusted.gluster.dht: No such attribute > getfattr -d /local > <blank> Try changing "trusted.gluster.dht" to "trusted.glusterfs.dht" as had originally been suggested. Alternatively, you could just use "-m ." instead of "-n trusted.gluster.dht" to dump *all* xattrs, and see what we get.