]> git.proxmox.com Git - pve-cluster.git/commitdiff
Revert "Add storage_replication_network to datacenter.cfg"
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 8 May 2017 09:33:20 +0000 (11:33 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 8 May 2017 09:33:20 +0000 (11:33 +0200)
This reverts commit 1341b8fe392c4d3e6cc74e6ba4ff68bc32821195.

We want to use the migration network settings instead.

data/PVE/Cluster.pm

index 2509465cb0b28c271f84236485dd655a6823b30a..bb494918979801e5d5793dcfa9b4f02837cd82f3 100644 (file)
@@ -1353,11 +1353,6 @@ 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',