rsync from xfs to nfs+xfs and ACL problems

Christoph Hellwig hch at infradead.org
Wed May 19 06:20:34 CDT 2010


On Wed, May 19, 2010 at 01:04:37PM +0200, Michael Monnerie wrote:
> I changed again and defined an rsync module on the target, making a 
> direct rsync and no more shown errors. Still, what is causing the tons 
> of errors when rsyncing to nfs+xfs, no matter if nfs3 or nfs4? I looked 
> manually at some files and it seems everything was copied well, despite 
> the errors.

XFS stores ACLs different than other Linux filesystems because it's
on-disk compatible to IRIX.  While the other filesystems store the ACL
in the same format that is used for the user interface XFS stores it
in a separate trusted extended attribute.  rsync should and
traditionally has ignored those attributes, but it seems something in
rsync changed recently so that it tries to copy these attributes in
the trusted.* namespace, which fails on NFS.




More information about the xfs mailing list