[pve-devel] [RFC_V3 pve-cluster] Add storage_replication_network to datacenter.cfg
Wolfgang Link
w.link at proxmox.com
Sun May 7 20:11:13 CEST 2017
> Dietmar Maurer <dietmar at proxmox.com> hat am 5. Mai 2017 um 18:20 geschrieben:
>
>
> 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?
I was aware of it but I though it is a good idea to make a separate replica network.
So the user can separate the network when they often migrate large VMs.
> > 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