Displaying 1 result from an estimated 1 matches for "test_file_synced_root".
2019 Jul 25
0
NFS4 extended attributes confusion
...<---------------
A::1000:rwaxtcy? <--------------
A::GROUP@:rwatcy
A::EVERYONE@:rtcy
Then when I use rsync, different attributes are copied when running as
testuser or root:
ROOT:
# rsync -X --filter='-x! system.nfs4_acl'
/tmp/nfs_test_mountpoint/test_file
/tmp/nfs_test_mountpoint/test_file_synced_root
# nfs4_getfacl /tmp/nfs_test_mountpoint/test_file_synced_root
D::OWNER@:x
A::OWNER@:rwatTcCy
A::0:rxtcy?? <-------
A::1000:rxtcy??? <-------
A::GROUP@:rtcy
A::EVERYONE@:rtcy
TESTUSER:
# rsync --super -X --filter='-x! system.nfs4_acl'
/tmp/nfs_test_mountpoint/test_file
/tmp/nfs_tes...