Re: [pve-devel] [PATCH cluster 2/4] add get_remote_info

2021-04-19 Thread Fabian Grünbichler
On April 18, 2021 7:07 pm, Thomas Lamprecht wrote: > On 13.04.21 14:16, Fabian Grünbichler wrote: >> as a unified helper for talking to a remote node. if the requested node >> has an entry in the remote config, the information from that entry is >> used. else, the first locally defined node of the

Re: [pve-devel] [PATCH cluster 2/4] add get_remote_info

2021-04-18 Thread Thomas Lamprecht
On 13.04.21 14:16, Fabian Grünbichler wrote: > as a unified helper for talking to a remote node. if the requested node > has an entry in the remote config, the information from that entry is > used. else, the first locally defined node of the requested cluster is > used as proxy. > > Signed-off-b

[pve-devel] [PATCH cluster 2/4] add get_remote_info

2021-04-13 Thread Fabian Grünbichler
as a unified helper for talking to a remote node. if the requested node has an entry in the remote config, the information from that entry is used. else, the first locally defined node of the requested cluster is used as proxy. Signed-off-by: Fabian Grünbichler --- data/PVE/RemoteConfig.pm | 55