public inbox for pve-devel@lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH docs v2] pvesr: Document replication network setting
@ 2025-07-21 14:44 Maximiliano Sandoval
  2025-07-23  9:02 ` Shannon Sterz
  2025-08-14 13:46 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 2 replies; 4+ messages in thread
From: Maximiliano Sandoval @ 2025-07-21 14:44 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
Differences from v1:
 - s/live guest migration/guest migration/

 pvesr.adoc | 18 +++++++++++++-----
 1 file changed, 13 insertions(+), 5 deletions(-)

diff --git a/pvesr.adoc b/pvesr.adoc
index 9ad02f5..186a1bd 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 guest
+migration traffic. If the 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



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [pve-devel] [PATCH docs v2] pvesr: Document replication network setting
  2025-07-21 14:44 [pve-devel] [PATCH docs v2] pvesr: Document replication network setting Maximiliano Sandoval
@ 2025-07-23  9:02 ` Shannon Sterz
  2025-08-14 12:23   ` Maximiliano Sandoval
  2025-08-14 13:46 ` [pve-devel] applied: " Fiona Ebner
  1 sibling, 1 reply; 4+ messages in thread
From: Shannon Sterz @ 2025-07-23  9:02 UTC (permalink / raw)
  To: Proxmox VE development discussion, Maximiliano Sandoval

On Mon Jul 21, 2025 at 4:44 PM CEST, Maximiliano Sandoval wrote:
> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
> ---
> Differences from v1:
>  - s/live guest migration/guest migration/
>
>  pvesr.adoc | 18 +++++++++++++-----
>  1 file changed, 13 insertions(+), 5 deletions(-)
>
> diff --git a/pvesr.adoc b/pvesr.adoc
> index 9ad02f5..186a1bd 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 guest
> +migration traffic. If the 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
>  -------------------------------

looks good to me, so:

Reviewed-by: Shannon Sterz <s.sterz@proxmox.com>


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [pve-devel] [PATCH docs v2] pvesr: Document replication network setting
  2025-07-23  9:02 ` Shannon Sterz
@ 2025-08-14 12:23   ` Maximiliano Sandoval
  0 siblings, 0 replies; 4+ messages in thread
From: Maximiliano Sandoval @ 2025-08-14 12:23 UTC (permalink / raw)
  To: Shannon Sterz; +Cc: Proxmox VE development discussion

"Shannon Sterz" <s.sterz@proxmox.com> writes:

> On Mon Jul 21, 2025 at 4:44 PM CEST, Maximiliano Sandoval wrote:
>> Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
>> ---
>> Differences from v1:
>>  - s/live guest migration/guest migration/
>>
>>  pvesr.adoc | 18 +++++++++++++-----
>>  1 file changed, 13 insertions(+), 5 deletions(-)
>>
>> diff --git a/pvesr.adoc b/pvesr.adoc
>> index 9ad02f5..186a1bd 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 guest
>> +migration traffic. If the 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
>>  -------------------------------
>
> looks good to me, so:
>
> Reviewed-by: Shannon Sterz <s.sterz@proxmox.com>

Bump

-- 
Maximiliano


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [pve-devel] applied: [PATCH docs v2] pvesr: Document replication network setting
  2025-07-21 14:44 [pve-devel] [PATCH docs v2] pvesr: Document replication network setting Maximiliano Sandoval
  2025-07-23  9:02 ` Shannon Sterz
@ 2025-08-14 13:46 ` Fiona Ebner
  1 sibling, 0 replies; 4+ messages in thread
From: Fiona Ebner @ 2025-08-14 13:46 UTC (permalink / raw)
  To: pve-devel, Maximiliano Sandoval

Applied, adding two commas as briefly discussed off-list, thanks!

[1/1] pvesr: Document replication network setting
      commit: 012c31e15ad5f0821740ef46f2dd7fa51f094e6c


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-14 13:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-07-21 14:44 [pve-devel] [PATCH docs v2] pvesr: Document replication network setting Maximiliano Sandoval
2025-07-23  9:02 ` Shannon Sterz
2025-08-14 12:23   ` Maximiliano Sandoval
2025-08-14 13:46 ` [pve-devel] applied: " Fiona Ebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal