On Fri, Apr 13, 2012 at 9:10 AM, Alex Florescu < [email protected]> 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
_______________________________________________ Gluster-users mailing list [email protected] http://gluster.org/cgi-bin/mailman/listinfo/gluster-users
