Hi, all:

I use cron to run puppet agent, but recently i found the script takes too
long time. After using '--debug', i got this log:

2012-09-13 15:19:53.928744500 debug: Finishing transaction 69941650538440
2012-09-13 15:19:53.928988500 debug: Storing state
2012-09-13 15:19:54.930995500 debug: Stored state in 1.00 seconds
2012-09-13 15:19:54.931145500 notice: Finished catalog run in 48.21 seconds
2012-09-13 15:20:03.721411500 debug: Value of
'preferred_serialization_format' (pson) is invalid for report, using
default (b64_zlib_yaml)
2012-09-13 15:20:03.721578500 debug: report supports formats: b64_zlib_yaml
raw yaml; using b64_zlib_yaml
2012-09-13 15:21:10.805932500 Puppet run done.

The last 'Puppet run done' is a bash echo after puppet agent. So we can see
it took 1 minute and more before the echo line. But if i set 'report =
false' in puppet.conf, there is no such long time. Does puppet use this
time to generate and send reports? How can i tune this?

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To post to this group, send email to puppet-users@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