Closed ofaaland closed 3 weeks ago
Updated to change the commit messages to clarify this affects a test under test_dsync/
We no longer copy extended attributes by default, right?
Based on the manpage dsync.1
discussion of --xattr
and the commit message for adding that option, 96a9fe7d2f49a9d6b3e28941bd51f33bef8af8ce, we used to copy all xattrs, and now the default is to copy non-lustre xattrs.
This test doesn't actually check what dsync does if --xattr
is not provided, so I'm not sure. I'll look.
Altered the test so it tests dsync without --xattr
as well as with --xattr {none,all,non-lustre}
We no longer copy extended attributes by default, right?
Based on the manpage
dsync.1
discussion of--xattr
and the commit message for adding that option, 96a9fe7, we used to copy all xattrs, and now the default is to copy non-lustre xattrs.This test doesn't actually check what dsync does if
--xattr
is not provided, so I'm not sure. I'll look.
@carbonneau1 I checked, and dsync copies non-lustre xattrs by default. I modified the test to check that functionality. Please review the additional change, thanks.
Fixes two issues:
Tested on lustre and xfs