Displaying 1 result from an estimated 1 matches for "gx_nspace".
2013 Aug 28
1
GlusterFS extended attributes, "system" namespace
...leading back to where it tries to set extended attributes in the Python replication code. It appears to be trying to get the attribute "system.glusterfs.xyz.xtime" at line 365 of /usr/lib/glusterfs/glusterfs/python/syncdaemon/resource.py: "Xattr.lgetxattr(path, '.'.join([cls.GX_NSPACE, uuid, 'xtime')], 8))".
I don't know anything about extended attributes, but I can't get anything in the "system" namespace manually, even running as root - e.g.
touch a
getfattr -n system.test a
The above returns "Operation not supported" rather than &q...