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

How to deal with SSH timeouts #21

Open
h4xr opened this issue Aug 1, 2018 · 2 comments
Open

How to deal with SSH timeouts #21

h4xr opened this issue Aug 1, 2018 · 2 comments

Comments

@h4xr
Copy link

h4xr commented Aug 1, 2018

Since Stockpile depends upon Ansible, one of the possible issue that can arise during CPU intensive workloads is, SSH taking too long to connect to the host.
Under that case, Ansible may either timeout causing us to miss the collection of the system configuration.

Is there any way we can possibly workaround this issue?

@jtaleric
Copy link
Member

jtaleric commented Aug 1, 2018

@h4xr should we recommend having retry?

IMHO the CPU Utilization shouldn't be high. As collection will happen before/after/or both the workload.

@h4xr
Copy link
Author

h4xr commented Aug 1, 2018

@jtaleric Retry is a nice option since the load will settle eventually allowing for the configuration gathering to take place.

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

No branches or pull requests

2 participants