On Mar 16, 12:51pm, Mark Plaksin <[email protected]> wrote: > On Mar 10, 2:49am, James Turnbull <[email protected]> wrote: > > > Puppet 0.24.8 Release Candidate 1 is now available for testing. > > > > Enhancements to file serving, module and stored configuration > > performance > > Even with these changes we can't run storeconfigs. It makes mysqld eat > all of our CPUs and cry for more. We even stopped puppetmaster, dropped > all of the tables to remove any cruft, and restarted puppetmaster.
Thanks to lots of help from Brice we now have all of our hosts in our storeconfigs database. The big hurdle was the initial INSERTs of data from our 400 clients. Besides MySQL tuning we ended up turning puppetd off on half of our hosts. Once data for the other half made it into the database, we ran 'puppetd --test --tags smallmodule' on the other half to get them in the database. It looks like that's going to do the trick for us. It would be nice if there were an easier way to get your foot in the door :) Also, if another project comes along that has 200 hosts we'll have to be keep storeconfigs in mind as we bring them up. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Puppet Developers" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
