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

Wolfgang Link w.link at proxmox.com
Mon Apr 24 17:15:24 CEST 2017


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





More information about the pve-devel mailing list