Issue #8501 has been updated by Dan Bode. Status changed from In Topic Branch Pending Merge to Merged - Pending Release
commit ba41088e3af4fc22d3bb7e8b0e21f74afa85f766 Author: Dan Bode <[email protected]> Date: Tue Jul 19 18:08:21 2011 -0700 (#8501) Making ssh connections more robust. There were some timing issues where net/ssh could get stuck in a loop when connecting to ubuntu. This has been resolved by specifying a 10 second timeout on the method call that tests the initial connection. Reviewed-by: Jeff McCune ---------------------------------------- Bug #8501: SSH connection often gets stuck https://projects.puppetlabs.com/issues/8501 Author: Dan Bode Status: Merged - Pending Release Priority: Normal Assignee: Dan Bode Category: Target version: Keywords: Branch: https://github.com/bodepd/puppet-cloudpack/tree/remaining_issues_for_release The ssh connection gets stuck in some tcp operation where the callback fails to ever return. The issue appears to be a race condition where ssh on the receiving machine is partially but not fully operational. The solution will be to put a timeout on the ssh call that is used to test when the machine is ready. -- 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 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-bugs?hl=en.
