Issue #22654 has been reported by Egon Kastelijn. ---------------------------------------- Feature #22654: Add a 'graceful restart' option to the Puppet master init-scripts https://projects.puppetlabs.com/issues/22654
* Author: Egon Kastelijn * Status: Unreviewed * Priority: Normal * Assignee: * Category: * Target version: * Affected Puppet version: * Keywords: puppet master graceful restart transfer function * Branch: ---------------------------------------- When you change a Puppet function, the Puppet master requires a restart to load the new version of the Puppet function. If you restart the Puppet master, active puppet runs are affected. Active file transfers are interrupted which leaves the Puppet agent with corrupt files. This could be avoided if the Puppet master could do a 'graceful' restart. The Puppet master would have to stay up while there are active puppet runs. It should not start building new catalogs for newly incoming catalog-requests from Agents. After all the active Puppet runs have finished the Puppet master could do a restart. In order to realize this the Puppet master must (somehow) be able to find out if there are active puppet runs. A different solution would be the possibility to change Puppet functions without a restart of the Puppet master. ;) -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" 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-bugs. For more options, visit https://groups.google.com/groups/opt_out.
