[pve-devel] [PATCH cluster] datacenter config: document that the migration network affects replications
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon May 19 14:25:37 CEST 2025
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
src/PVE/DataCenterConfig.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/DataCenterConfig.pm b/src/PVE/DataCenterConfig.pm
index a3db78e..205b784 100644
--- a/src/PVE/DataCenterConfig.pm
+++ b/src/PVE/DataCenterConfig.pm
@@ -44,7 +44,7 @@ my $migration_format = {
optional => 1,
type => 'string', format => 'CIDR',
format_description => 'CIDR',
- description => "CIDR of the (sub) network that is used for migration."
+ description => "CIDR of the (sub) network that is used for migration and replication."
},
};
--
2.39.5
More information about the pve-devel
mailing list