Bug 787964 - stripe related xattrs should not be visible on the mount point
Summary: stripe related xattrs should not be visible on the mount point
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: GlusterFS
Classification: Community
Component: stripe
Version: mainline
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: shylesh
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks: 817967
TreeView+ depends on / blocked
 
Reported: 2012-02-07 06:16 UTC by shylesh
Modified: 2013-07-24 18:03 UTC (History)
2 users (show)

Fixed In Version: glusterfs-3.4.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-07-24 18:03:51 UTC
Regression: ---
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:
Embargoed:


Attachments (Terms of Use)

Description shylesh 2012-02-07 06:16:35 UTC
Description of problem:
As of now stripe related xattrs are visible on the mount point

Version-Release number of selected component (if applicable):
mainline

How reproducible:
always

Steps to Reproduce:
1. create a stripe volume
2. create some files on the mount point
3. run "getfattr -d -e text -m . *"
  
Actual results:

All the stripe related xattrs are visible on the mount point

Expected results:
xattrs should not be visible

Additional info:

Comment 1 shylesh 2012-02-07 06:29:10 UTC
output on the mount point 


[root@RHEL6 shylesh-mount]# getfattr -d -e text -m . *
# file: 1
trusted.stripe-shylesh-stripe-0.stripe-count="2"
trusted.stripe-shylesh-stripe-0.stripe-index="0"
trusted.stripe-shylesh-stripe-0.stripe-size="131072"

Comment 2 Anand Avati 2012-02-17 05:30:56 UTC
CHANGE: http://review.gluster.com/2758 (filter stripe internal xattrs from getxattr call) merged in master by Vijay Bellur (vijay)

Comment 3 shylesh 2012-03-29 13:16:02 UTC
Now stripe related xattrs will not be visible on the mount point


Note You need to log in before you can comment on or make changes to this bug.