Puppet-dev folks, I think I have found a bug in 0.24.4''s puppetmasterd. I was tracing puppetmaster and found that it was running stat on my template files at a very significant rate. (in the many many hundreds of times/second ballpark). I realize it makes sense for the puppetmaster to look for changes in the configs and templates, but this seemed way out of whack. Has anyone else seen this? example trace: stat("/etc/puppet/files/templates/ntp.conf.erb", {st_mode=S_IFREG|0644, st_size=535, ...}) = 0 stat("/etc/puppet/files/templates/resolv.conf.erb", {st_mode=S_IFREG|0644, st_size=397, ...}) = 0 stat("/etc/puppet/files/templates/ntp.conf.erb", {st_mode=S_IFREG|0644, st_size=535, ...}) = 0 stat("/etc/puppet/files/templates/resolv.conf.erb", {st_mode=S_IFREG|0644, st_size=397, ...}) = 0 stat("/etc/puppet/files/templates/ntp.conf.erb", {st_mode=S_IFREG|0644, st_size=535, ...}) = 0 stat("/etc/puppet/files/templates/resolv.conf.erb", {st_mode=S_IFREG|0644, st_size=397, ...}) = 0 stat("/etc/puppet/files/templates/ntp.conf.erb", {st_mode=S_IFREG|0644, st_size=535, ...}) = 0 stat("/etc/puppet/files/templates/resolv.conf.erb", {st_mode=S_IFREG|0644, st_size=397, ...}) = 0 stat("/etc/puppet/files/templates/ntp.conf.erb", {st_mode=S_IFREG|0644, st_size=535, ...}) = 0 stat("/etc/puppet/files/templates/resolv.conf.erb", {st_mode=S_IFREG|0644, st_size=397, ...}) = 0 Cheers, Joel --~--~---------~--~----~------------~-------~--~----~ 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+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/puppet-users?hl=en -~----------~----~----~----~------~----~------~--~---