Description of problem: on the point doing getxattr shows no value for the stripe related xattrs Version-Release number of selected component (if applicable): Mainline How reproducible: Often Steps to Reproduce: 1.create a stripe volume 2. touch a file on the mount point 3. run "getxattr -d -e text -m . *" Actual results: Stripe related xattrs will not be having any value Expected results: Additional info:
This is a regression. Bug 771313 introduced this. the size being passed to sys_lgetxattr is 0, hence the value received is always NULL.
CHANGE: http://review.gluster.com/2676 (storage/posix: Pass correct size to sys_lgetxattr) merged in master by Vijay Bellur (vijay)
*** Bug 766532 has been marked as a duplicate of this bug. ***
Now stripe related xattrs will not be shown on the mount point.