[pve-devel] applied: [PATCH cluster 1/2] sshinfo: add the network cidr
Dietmar Maurer
dietmar at proxmox.com
Wed May 31 07:44:20 CEST 2017
> On May 30, 2017 at 3:30 PM Wolfgang Bumiller <w.bumiller at proxmox.com> wrote:
>
>
> ---
> pve-storage needs to pass it to mtunnel
>
> data/PVE/Cluster.pm | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
> index 7504410..731acc5 100644
> --- a/data/PVE/Cluster.pm
> +++ b/data/PVE/Cluster.pm
> @@ -1872,7 +1872,8 @@ sub get_ssh_info {
>
> return {
> ip => $ip,
> - name => $node
> + name => $node,
> + network => $network_cidr,
> };
> }
>
> --
> 2.11.0
>
>
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
More information about the pve-devel
mailing list