lieuwex / LirsFS

MIT License
0 stars 0 forks source link

Separate ssh hosts and node ids #40

Closed sholtrop closed 1 year ago

sholtrop commented 1 year ago

ik zou zeggen, we werken intern alleen met node_ids. En in de config lees je de juiste socketaddr voor een node_id. Dan komen er problemen natuurlijk als je minder nodes hebt in config dan voorheen, maar dan zien we dat als node loss gewoon, is in feite zelfde oplossing dat het vereist

So config will specify a mapping of nodeid to ssh host, rather than the sqlite db also storing the ssh host.

sholtrop commented 1 year ago

@lieuwex SocketAddr is the ssh host as well?

lieuwex commented 1 year ago

Well, since socketaddr also contains the port I think we should have separate socketaddrs.

sholtrop commented 1 year ago

Closed with #46