[pve-devel] [PATCH docs] pvesr: Document replication network setting
Maximiliano Sandoval
m.sandoval at proxmox.com
Mon Jul 21 14:15:51 CEST 2025
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
pvesr.adoc | 18 +++++++++++++-----
1 file changed, 13 insertions(+), 5 deletions(-)
diff --git a/pvesr.adoc b/pvesr.adoc
index 9ad02f5..9715bea 100644
--- a/pvesr.adoc
+++ b/pvesr.adoc
@@ -184,11 +184,19 @@ 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.
+By default replication traffic will go through the same network as the live
+guest migration traffic. If the live migration network is not set this will in
+turn default to the management network.
+
+To use a different network for the replication traffic, configure the
+`Replication Network` in the web interface under `Datacenter -> Options ->
+Replication Settings` or set the `replication` property in the `datacenter.cfg`
+file:
+
+----
+# use dedicated replication network
+replication: secure,network=10.1.2.0/24
+----
Command-line Interface Examples
-------------------------------
--
2.47.2
More information about the pve-devel
mailing list