Hi, On 02/26/2013 07:32 PM, r.yeo wrote: > Tue Feb 26 11:02:38 2013: Info: > /Stage[main]/Puppet::Snow/File[/etc/hooks/cleanpup.pl]: Evaluated in > 75.01 seconds ... > Any thoughts why I'd have trouble and long run times on > select nodes when pson is called?
PSON is not actually called, it's just a serialization method that is selected during agent/master interaction. Seeing as fetching the file metadata takes roughly 75 seconds each, I suspect you hit some sorts of timeouts. Multiples of three make me think of TCP timeouts. What is the architecture of your puppet master? Are you using passenger? Are there possible network bottlenecks? Cheers, Felix -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
