Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

mounting scales linearly with the number of compute nodes #79

Open
JohnGarbutt opened this issue Aug 12, 2019 · 1 comment
Open

mounting scales linearly with the number of compute nodes #79

JohnGarbutt opened this issue Aug 12, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@JohnGarbutt
Copy link
Collaborator

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.

@JohnGarbutt JohnGarbutt added the bug Something isn't working label Aug 12, 2019
@JohnGarbutt
Copy link
Collaborator Author

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant