On Fri, Apr 13, 2012 at 9:10 AM, 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> > You are using *-d* and *-n* on the same getfattr. That's wrong AFAICT. Try *getfattr -d -m . -e hex -h BRICK/PATH/TO/FILE/OR/DIRECTORY *You should get a full list of extended attributes related to the file/directory. * *Rodrigo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://gluster.org/pipermail/gluster-users/attachments/20120413/e2c434d6/attachment.htm>