We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When specifying a bastion host for the SSH runners, st2actionrunner leaks sockets and throws exceptions when trying to close those sockets.
st2actionrunner-59c47ddcc8-9jjbl r1 2020-06-25 15:30:17,009 ERROR [-] Failed shutting down SSH connection to host: rndcas402 st2actionrunner-59c47ddcc8-9jjbl r1 Traceback (most recent call last): st2actionrunner-59c47ddcc8-9jjbl r1 File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/runners/parallel_ssh.py", line 218, in close st2actionrunner-59c47ddcc8-9jjbl r1 self._hosts_client[host].close() st2actionrunner-59c47ddcc8-9jjbl r1 File "/opt/stackstorm/st2/local/lib/python2.7/site-packages/st2common/runners/paramiko_ssh.py", line 462, in close st2actionrunner-59c47ddcc8-9jjbl r1 self.socket.process.kill() st2actionrunner-59c47ddcc8-9jjbl r1 AttributeError: 'Channel' object has no attribute 'process'
3.2.0
Looks to have been introduced here: #4881
The text was updated successfully, but these errors were encountered:
nmaludy
Successfully merging a pull request may close this issue.
SUMMARY
When specifying a bastion host for the SSH runners, st2actionrunner leaks sockets and throws exceptions when trying to close those sockets.
STACKSTORM VERSION
Additional Info
Looks to have been introduced here: #4881
The text was updated successfully, but these errors were encountered: