Issue #7713 has been updated by konrad rzentarzewski.
any plans to implement this thing? maybe at least doing a kill-switch for puppet resource to prevent it from hanging apply forever. ---------------------------------------- Feature #7713: a metaparameter to control the timeout of that resource evaluation/application, along with a default value. https://projects.puppetlabs.com/issues/7713#change-96612 * Author: Peter Meier * Status: Needs Decision * Priority: Normal * Assignee: eric sorenson * Category: service * Target version: * Affected Puppet version: 2.6.8 * Keywords: service, timeout * Branch: ---------------------------------------- I had some service (iscsid) which hung for ever for some reason (missing config file), when stopping it via `service iscsid stop`. As puppet should stop that service, puppet hung as well. Over days... I think it's pretty reasonable to expect services to be stopped after some time (like 10 minutes?) and if they didn't return so far, give up (and kill the service process) and mark the service resource as failed. Additionally an additional parameter could be added to the service type: `command_timeout` which could tweak the default of how long puppet will wait to get some feedback from the start, stop, status command. -- 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.
