Issue #21103 has been updated by Josh Cooper. Project changed from Openstack to Puppet
---------------------------------------- Feature #21103: Add puppet yum provider retry operation https://projects.puppetlabs.com/issues/21103#change-92538 * Author: Bogdan Dobrelya * Status: Unreviewed * Priority: Normal * Assignee: Bogdan Dobrelya * Category: * Target version: * Affected Puppet version: * Keywords: yum provider * Branch: ---------------------------------------- Without this feature, in case of "Error 256 No more mirrors to try" yum provider would have failed operation in progress which would cause, for example, wanted package installation failed and all dependencies skipped. This is a problem because yum should provide operation completion a better way, at least it should try to expire local cache and retry the operation once or several times more. Solution/Improvement: If operation wanted had failed, puppet provider for yum would try to expire cache and redo failed operation for several times (3 is default). Why it is a good improvement: That might restore failed operation in some cases (f.e. broken or outdated metadata file in cache) and allow puppet to continue operations. -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
