[pve-devel] [RFC_V3 pve-cluster] Add storage_replication_network to datacenter.cfg

Dietmar Maurer dietmar at proxmox.com
Fri May 5 18:20:37 CEST 2017


We already have the 'migration' setting, where we can define a network
and more migration options (secure/insecure). Why don't we simply use
those settings?

> On April 24, 2017 at 5:15 PM Wolfgang Link <w.link at proxmox.com> wrote:
> 
> 
> This parameter will define the network fore the storage replication.
> ---
>  data/PVE/Cluster.pm | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/data/PVE/Cluster.pm b/data/PVE/Cluster.pm
> index ab57da9..04237cb 100644
> --- a/data/PVE/Cluster.pm
> +++ b/data/PVE/Cluster.pm
> @@ -1372,6 +1372,11 @@ my $datacenter_schema = {
>  	    type => 'string', format => $migration_format,
>  	    description => "For cluster wide migration settings.",
>  	},
> +	storage_replication_network => {
> +	    optional => 1,
> +	    type => 'string', format => 'CIDR',
> +	    description => "For cluster wide storage replication network.",
> +	},
>  	console => {
>  	    optional => 1,
>  	    type => 'string',
> -- 
> 2.1.4
> 
> 
> _______________________________________________
> pve-devel mailing list
> pve-devel at pve.proxmox.com
> http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel




More information about the pve-devel mailing list