Skip to content
New issue

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

Nixops ssh conn quantity and stderr fixup #1380

Merged
merged 2 commits into from Jul 7, 2020

Conversation

johnalotoski
Copy link
Contributor

  • Fixes issue Too many nixops SSH "master" sockets #1375, too many ssh conns, as observed in testing with nixops-packet plugin Update to nixops 2.0, python3, poetry, types input-output-hk/nixops-packet#21. Not yet tested with other plugins.
  • The recent tcp port probe to ssh probe change (362d049) introduced threaded workers which persist in their ssh conn task despite event blocking timing out. Adding an ssh connecttimeout to match the event block timeout resolves the buildup of worker threads.
  • An option for suppression of ssh master stderr was added to enable ssh status probes to avoid outputting large quantities of expected stderr messages to the user.

@adisbladis
Copy link
Member

Great stuff, works nicely. Thanks!

@adisbladis adisbladis merged commit a287225 into NixOS:master Jul 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants