datacenter config: document that the migration network affects replications

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
This commit is contained in:
Maximiliano Sandoval 2025-05-19 14:25:37 +02:00 committed by Fiona Ebner
parent 09dd1c9579
commit a042611c9d

View file

@ -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."
},
};