On Jan 6, 2011, at 4:45 AM, Brice Figureau wrote:

> On Wed, 2011-01-05 at 13:25 -0800, Patrick wrote:
>> 
>> On Jan 5, 2011, at 10:13 AM, Brice Figureau wrote:
>> 
>>> On 05/01/11 18:11, Sébastien Barthélémy wrote:
>>>> 
>>>> Why is puppet so slow at this job? Is there any way I could
>>>> improve the 
>>>> speed?
>>> 
>>> Puppet is md5 checksumming all your files and that is a loooong and
>>> slooow operation.
>>> 
>>> If you run 2.6, you should add:
>>> checksum => none
>>> 
>>> to your file resources, and it should be way faster.
>>> 
>> 
>> 
>> 
>> 
>> I'm finding that with my version of puppet (2.6.4), the checksum line
>> has no effect on the run time when run on a directory containing 10
>> files that total 7.5GB.  I am not using the source parameter and it
>> takes just over 2 seconds to run with "checksum => none" or "checksum
>> => md5".  My test computer is a Core 2 Duo running on a laptop.  I am
>> not using a puppetmaster to test.
> 
> Then puppet is not checksumming your files (or it would take longer than
> 2s). It's possible that now we default to checksum none when there is no
> source or content.
> 
>> I'm still interested to see if adding that line helps though.
> 
> Clearly no. Do you think 2s is too long?


That wasn't what I meant.  I was wondering if somehow it was defaulting to on 
with all those photos the original poster had.

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-us...@googlegroups.com.
To unsubscribe from this group, send email to 
puppet-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/puppet-users?hl=en.

Reply via email to