You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
in addition we seem some quite random looking ssh failures. We have tracked down the cause of some failures, but using ansible for all ssh connections would help fix these issues in one place.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently we do the mount in a serial loop of ssh requests. This gets very slow with large numbers of compute nodes.
We should move to ansible to do the mount on both clients and servers. That way we have a single way to manage concurrent ssh connections.
The text was updated successfully, but these errors were encountered: