Bug 762694 (GLUSTER-962)

Summary: rsync -X not working with symbolic link's SELinux attribute
Product: [Community] GlusterFS Reporter: Lakshmipathi G <lakshmipathi>
Component: unclassifiedAssignee: Vijay Bellur <vbellur>
Status: CLOSED WORKSFORME QA Contact:
Severity: medium Docs Contact:
Priority: low    
Version: mainlineCC: gluster-bugs, vijay
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: RTP Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Lakshmipathi G 2010-05-27 09:13:39 UTC
While trying to run following command -
# ls -lZ /usr/lib64/libsolid.so.4
lrwxrwxrwx. root root system_u:object_r:lib_t:s0       /usr/lib64/libsolid.so.4 -> libsolid.so.4.3.0

moving the file to glusterfs mount pt:

# rsync -AHKXa /usr/lib64/libsolid.so.4 /mnt/client1

rsync: rsync_xal_set: lsetxattr("libsolid.so.4","security.selinux") failed: Operation not supported (95)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1039) [sender=3.0.6]