Bug 762694 (GLUSTER-962) - rsync -X not working with symbolic link's SELinux attribute
Summary: rsync -X not working with symbolic link's SELinux attribute
Keywords:
Status: CLOSED WORKSFORME
Alias: GLUSTER-962
Product: GlusterFS
Classification: Community
Component: unclassified
Version: mainline
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Vijay Bellur
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-05-27 09:13 UTC by Lakshmipathi G
Modified: 2015-12-01 16:45 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Regression: RTP
Mount Type: ---
Documentation: ---
CRM:
Verified Versions:


Attachments (Terms of Use)

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]


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