Bug #35925
ansible is not able to detect if the remote host just stops responding
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
Local libvirt reproducer:
1) Have foreman and a vm
2) Run long running ansible job against the vm
3) Do shut down > force off on the vm (or iptables -I INPUT -j DROP on the remote host could have the same effect)
Expected result:
The job breaks
Actual result:
The job hangs
Related issues
Associated revisions
Refs #35925: Add SSH keepalive for Ansible
History
#1
Updated by Adam Ruzicka 3 months ago
- Copied from Bug #35924: ssh is not able to detect if the remote host just stops responding added
#2
Updated by The Foreman Bot 3 months ago
- Status changed from Assigned to Ready For Testing
- Pull request https://github.com/theforeman/puppet-foreman_proxy/pull/795 added
#3
Updated by The Foreman Bot 3 months ago
- Fixed in Releases 3.6.0 added
#4
Updated by Adam Ruzicka 3 months ago
- Status changed from Ready For Testing to Closed
Applied in changeset puppet-foreman_proxy|7eec0d44cac388905150e4264f31d3612473627f.
#5
Updated by The Foreman Bot about 2 months ago
- Pull request https://github.com/theforeman/foreman-installer/pull/833 added
#6
Updated by The Foreman Bot about 1 month ago
- Pull request https://github.com/theforeman/foreman-installer/pull/831 added
#7
Updated by Ewoud Kohl van Wijngaarden about 1 month ago
- Triaged changed from No to Yes
Fixes #35925 - Enable ssh server keepalive for ansible
To properly detect if the remote end just disappears