set up proxies for cluster nodes that are themselves proxied via a remote
authorJoey Hess <joeyh@joeyh.name>
Wed, 26 Jun 2024 15:24:55 +0000 (11:24 -0400)
committerJoey Hess <joeyh@joeyh.name>
Wed, 26 Jun 2024 15:24:55 +0000 (11:24 -0400)
commit1ec2fecf3fb050df8de38b69bc14d9dcbf6b92c5
tree646fe23647c7a12724308c9887c861139a765fb6
parent02bf3ddc3f014ad1de713e5f5c68a9626a92b1ab
set up proxies for cluster nodes that are themselves proxied via a remote

When there are multiple gateways to a cluster, this sets up proxying
for nodes that are accessed via a remote gateway.

Eg, when running in nyc and amsterdam is the remote gateway,
and it has node1 and node2, this sets up proxying for
amsterdam-node1 and amsterdam-node2. A client that has nyc as a remote
will see proxied remotes nyc-amsterdam-node1 and nyc-amsterdam-node2.
Command/UpdateCluster.hs
Command/UpdateProxy.hs
doc/git-annex-extendcluster.mdwn
doc/git-annex-updatecluster.mdwn