Issue #5326 has been reported by Zach Leslie. ---------------------------------------- Feature #5326: Check file size before checksum in recurse file resource https://projects.puppetlabs.com/issues/5326
Author: Zach Leslie Status: Unreviewed Priority: Normal Assignee: Category: Target version: Affected Puppet version: Keywords: Branch: When a file resource recursively copies files from a large directory structure, checksums are performed for every file which can take a very long time depending on the size of the directory structure. It seems because users are trying to mimic the behavior of rsync in this way, that the filesize should be checked first, and only if the sizes are the same, should a checksum be generated. This may help with the speed of large structures. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
