[pve-devel] [PATCH cluster] datacenter config: document that the migration network affects replications

Thomas Lamprecht t.lamprecht at proxmox.com
Mon Jun 2 14:56:24 CEST 2025


Am 19.05.25 um 14:25 schrieb Maximiliano Sandoval:
> 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."
>      },
>  };
>  

good to describe the status quo, but that status is not really ideal, might
be worth to add a dedicated setting for this outside of the "migration"
property. Upcoming PVE 9 would be a good choice for this, as then we could
output a notice for the case that the migration network is configured and
there are existing replication jobs defined,




More information about the pve-devel mailing list