From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id C414E1FF185 for ; Mon, 21 Jul 2025 15:49:16 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EB63B10700; Mon, 21 Jul 2025 15:50:25 +0200 (CEST) Message-ID: <2bc1e0be-419d-42ec-8759-0bc773ecc5de@proxmox.com> Date: Mon, 21 Jul 2025 15:50:22 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: Proxmox VE development discussion , Maximiliano Sandoval References: <20250721121556.192727-1-m.sandoval@proxmox.com> Content-Language: en-US From: Fiona Ebner In-Reply-To: <20250721121556.192727-1-m.sandoval@proxmox.com> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1753105815499 X-SPAM-LEVEL: Spam detection results: 0 AWL -0.027 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] [PATCH docs] pvesr: Document replication network setting X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" Am 21.07.25 um 2:15 PM schrieb Maximiliano Sandoval: > Signed-off-by: Maximiliano Sandoval > --- > 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. > + Pre-existing, but should be fixed: it's not only live migration traffic, but migration traffic in general. Offline storage migration will also use the migration 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 > ------------------------------- _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel