[gpfsug-discuss] replicating ACLs across GPFS's?

Buterbaugh, Kevin L Kevin.Buterbaugh at Vanderbilt.Edu
Thu Jan 5 22:01:18 GMT 2017


Hi Jaime,

IBM developed a patch for rsync that can replicate ACL’s … we’ve used it and it works great … can’t remember where we downloaded it from, though.  Maybe someone else on the list who *isn’t* having a senior moment can point you to it…

Kevin

> On Jan 5, 2017, at 3:53 PM, Jaime Pinto <pinto at scinet.utoronto.ca> wrote:
> 
> Does anyone know of a functional standard alone tool to systematically and recursively find and replicate ACLs that works well with GPFS?
> 
> * We're currently using rsync, which will replicate permissions fine, however it leaves the ACL's behind. The --perms option for rsync is blind to ACLs.
> 
> * The native linux trick below works well with ext4 after an rsync, but makes a mess on GPFS.
>     % getfacl -R /path/to/source > /root/perms.ac
>     % setfacl --restore=/root/perms.acl
> 
> * The native GPFS mmgetacl/mmputacl pair does not have a built-in recursive option.
> 
> Any ideas?
> 
> Thanks
> Jaime
> 
> ---
> Jaime Pinto
> SciNet HPC Consortium - Compute/Calcul Canada
> www.scinet.utoronto.ca - www.computecanada.ca
> University of Toronto
> 661 University Ave. (MaRS), Suite 1140
> Toronto, ON, M5G1M1
> P: 416-978-2755
> C: 416-505-1477
> 
> ----------------------------------------------------------------
> This message was sent using IMP at SciNet Consortium, University of Toronto.
> 
> 
> _______________________________________________
> gpfsug-discuss mailing list
> gpfsug-discuss at spectrumscale.org
> http://gpfsug.org/mailman/listinfo/gpfsug-discuss



More information about the gpfsug-discuss mailing list