[Bugs] [Bug 1721435] New: DHT: Internal xattrs visible on the mount

bugzilla at redhat.com bugzilla at redhat.com
Tue Jun 18 09:59:48 UTC 2019


https://bugzilla.redhat.com/show_bug.cgi?id=1721435

            Bug ID: 1721435
           Summary: DHT: Internal xattrs visible on the mount
           Product: GlusterFS
           Version: mainline
            Status: NEW
         Component: distribute
          Assignee: bugs at gluster.org
          Reporter: nbalacha at redhat.com
                CC: bugs at gluster.org
  Target Milestone: ---
    Classification: Community



This bug was initially created as a copy of Bug #1721357

Description of problem:

The new pass-thru feature which is enabled by default in master causes internal
dht xattrs to be visible on the mount point.


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


How reproducible:

Consistently 
Steps to Reproduce:
1. Install release 3.12 and create a 1x3 volume 
2. Fuse mount the volume and create some directories (dir-1 to dir-10)  and
files on the volume
3. Upgrade the node to the latest master and fuse mount the volume
4. Run getfattr -e hex -m . -d /mnt/fuse/dir*



Actual results:
# file: dir-10
security.selinux=0x73797374656d5f753a6f626a6563745f723a6675736566735f743a733000
trusted.glusterfs.dht.mds=0x00000000
user.dirtest=0x64697274657374

# file: dir-2
security.selinux=0x73797374656d5f753a6f626a6563745f723a6675736566735f743a733000
trusted.glusterfs.dht.mds=0x00000000
user.dirtest=0x64697274657374

# file: dir-3
security.selinux=0x73797374656d5f753a6f626a6563745f723a6675736566735f743a733000
trusted.glusterfs.dht.mds=0x00000000
user.dirtest=0x64697274657374

...


Expected results:

trusted.glusterfs.dht.mds is an internal xattr and should not be visible on the
mount point.

Additional info:

This was introduced by the pass-through feature.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.


More information about the Bugs mailing list