From 2bf0dff0affb943eaaccc8b997a264e98958cce3 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Wed, 4 Dec 2024 17:07:49 +0100 Subject: [PATCH] pvesr: mention how to configure specific network for replication Signed-off-by: Aaron Lauterer --- pvesr.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pvesr.adoc b/pvesr.adoc index e626835..9ad02f5 100644 --- a/pvesr.adoc +++ b/pvesr.adoc @@ -181,6 +181,14 @@ A replication job is identified by a cluster-wide unique ID. This ID is composed of the VMID in addition to a job number. This ID must only be specified manually if the CLI tool is used. +Network +------- + +Replication traffic will use the same network as the live guest migration. By +default, this is the management network. To use a different network for the +migration, configure the `Migration Network` in the web interface under +`Datacenter -> Options -> Migration Settings` or in the `datacenter.cfg`. See +xref:pvecm_migration_network[Migration Network] for more details. Command-line Interface Examples -------------------------------