Hi Kiran, Can we also get the xattrs of all the directories on the bricks. How to capture xattrs of all dirs in a brick is here: Edit quota.t and find all the lines that match 'EXPECT_WITHIN $MARKER_UPDATE_TIMEOUT "......" usage .........' Add below lines after every match: echo "Matching Testcase ...." >> /var/tmp/quota-xattr.txt for file in `find $B0 -type d`; do echo $file; getfattr -d -m . -e hex $file; echo; done >> /var/tmp/quota-xattr.txt echo >> /var/tmp/quota-xattr.txt Thanks, Vijay On Wednesday 19 November 2014 01:17 PM,
Vijaikumar M wrote:
Hi Kiran, |
_______________________________________________ Gluster-devel mailing list Gluster-devel@xxxxxxxxxxx http://supercolony.gluster.org/mailman/listinfo/gluster-devel