all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH docs] pve-network: correct language errors
@ 2024-08-13 10:23 Alexander Zeidler
  2024-08-13 10:49 ` Lukas Wagner
  2024-08-13 13:57 ` [pve-devel] applied: " Fiona Ebner
  0 siblings, 2 replies; 4+ messages in thread
From: Alexander Zeidler @ 2024-08-13 10:23 UTC (permalink / raw)
  To: pve-devel

Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
---
 pve-network.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pve-network.adoc b/pve-network.adoc
index acdcf39..434430d 100644
--- a/pve-network.adoc
+++ b/pve-network.adoc
@@ -447,7 +447,7 @@ slaves in the single logical bonded interface such that different
 network-peers use different MAC addresses for their network packet
 traffic.
 
-If your switch support the LACP (IEEE 802.3ad) protocol then we recommend using
+If your switch supports the LACP (IEEE 802.3ad) protocol then we recommend using
 the corresponding bonding mode (802.3ad). Otherwise you should generally use the
 active-backup mode.
 
@@ -490,7 +490,7 @@ iface vmbr0 inet static
 
 
 [thumbnail="default-network-setup-bond.svg"]
-Another possibility it to use the bond directly as bridge port.
+Another possibility is to use the bond directly as bridge port.
 This can be used to make the guest network fault-tolerant.
 
 .Example: Use a bond as bridge port
-- 
2.39.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] pve-network: correct language errors
  2024-08-13 10:23 [pve-devel] [PATCH docs] pve-network: correct language errors Alexander Zeidler
@ 2024-08-13 10:49 ` Lukas Wagner
  2024-08-13 13:57 ` [pve-devel] applied: " Fiona Ebner
  1 sibling, 0 replies; 4+ messages in thread
From: Lukas Wagner @ 2024-08-13 10:49 UTC (permalink / raw)
  To: Proxmox VE development discussion, Alexander Zeidler



On  2024-08-13 12:23, Alexander Zeidler wrote:
> Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
> ---
>  pve-network.adoc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/pve-network.adoc b/pve-network.adoc
> index acdcf39..434430d 100644
> --- a/pve-network.adoc
> +++ b/pve-network.adoc
> @@ -447,7 +447,7 @@ slaves in the single logical bonded interface such that different
>  network-peers use different MAC addresses for their network packet
>  traffic.
>  
> -If your switch support the LACP (IEEE 802.3ad) protocol then we recommend using
> +If your switch supports the LACP (IEEE 802.3ad) protocol then we recommend using
                                                                   ^
There should be comma here: If ..., then ...

>  the corresponding bonding mode (802.3ad). Otherwise you should generally use the
>  active-backup mode.
>  
> @@ -490,7 +490,7 @@ iface vmbr0 inet static
>  
>  
>  [thumbnail="default-network-setup-bond.svg"]
> -Another possibility it to use the bond directly as bridge port.
> +Another possibility is to use the bond directly as bridge port.
>  This can be used to make the guest network fault-tolerant.
>  
>  .Example: Use a bond as bridge port

Apart from this, this looks good to me:

Reviewed-by: Lukas Wagner <l.wagner@proxmox.com>

-- 
- Lukas


_______________________________________________
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] pve-network: correct language errors
  2024-08-13 10:23 [pve-devel] [PATCH docs] pve-network: correct language errors Alexander Zeidler
  2024-08-13 10:49 ` Lukas Wagner
@ 2024-08-13 13:57 ` Fiona Ebner
  2024-08-13 13:58   ` Fiona Ebner
  1 sibling, 1 reply; 4+ messages in thread
From: Fiona Ebner @ 2024-08-13 13:57 UTC (permalink / raw)
  To: Proxmox VE development discussion, Alexander Zeidler

Am 13.08.24 um 12:23 schrieb Alexander Zeidler:
> Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
> ---
>  pve-network.adoc | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/pve-network.adoc b/pve-network.adoc
> index acdcf39..434430d 100644
> --- a/pve-network.adoc
> +++ b/pve-network.adoc
> @@ -447,7 +447,7 @@ slaves in the single logical bonded interface such that different
>  network-peers use different MAC addresses for their network packet
>  traffic.
>  
> -If your switch support the LACP (IEEE 802.3ad) protocol then we recommend using
> +If your switch supports the LACP (IEEE 802.3ad) protocol then we recommend using
>  the corresponding bonding mode (802.3ad). Otherwise you should generally use the
>  active-backup mode.
>  
> @@ -490,7 +490,7 @@ iface vmbr0 inet static
>  
>  
>  [thumbnail="default-network-setup-bond.svg"]
> -Another possibility it to use the bond directly as bridge port.
> +Another possibility is to use the bond directly as bridge port.
>  This can be used to make the guest network fault-tolerant.
>  
>  .Example: Use a bond as bridge port

applied, thanks! While adding the missing comma Lukas noted and his R-b.


_______________________________________________
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] applied: [PATCH docs] pve-network: correct language errors
  2024-08-13 13:57 ` [pve-devel] applied: " Fiona Ebner
@ 2024-08-13 13:58   ` Fiona Ebner
  0 siblings, 0 replies; 4+ messages in thread
From: Fiona Ebner @ 2024-08-13 13:58 UTC (permalink / raw)
  To: Proxmox VE development discussion, Alexander Zeidler

Am 13.08.24 um 15:57 schrieb Fiona Ebner:
> Am 13.08.24 um 12:23 schrieb Alexander Zeidler:
>> Signed-off-by: Alexander Zeidler <a.zeidler@proxmox.com>
>> ---
>>  pve-network.adoc | 4 ++--
>>  1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/pve-network.adoc b/pve-network.adoc
>> index acdcf39..434430d 100644
>> --- a/pve-network.adoc
>> +++ b/pve-network.adoc
>> @@ -447,7 +447,7 @@ slaves in the single logical bonded interface such that different
>>  network-peers use different MAC addresses for their network packet
>>  traffic.
>>  
>> -If your switch support the LACP (IEEE 802.3ad) protocol then we recommend using
>> +If your switch supports the LACP (IEEE 802.3ad) protocol then we recommend using
>>  the corresponding bonding mode (802.3ad). Otherwise you should generally use the
>>  active-backup mode.
>>  
>> @@ -490,7 +490,7 @@ iface vmbr0 inet static
>>  
>>  
>>  [thumbnail="default-network-setup-bond.svg"]
>> -Another possibility it to use the bond directly as bridge port.
>> +Another possibility is to use the bond directly as bridge port.
>>  This can be used to make the guest network fault-tolerant.
>>  
>>  .Example: Use a bond as bridge port
> 
> applied, thanks! While adding the missing comma Lukas noted and his R-b.

I also added a follow-up using "as the bridge port" instead of "as
bridge port" while at it.


_______________________________________________
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:[~2024-08-13 13:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-13 10:23 [pve-devel] [PATCH docs] pve-network: correct language errors Alexander Zeidler
2024-08-13 10:49 ` Lukas Wagner
2024-08-13 13:57 ` [pve-devel] applied: " Fiona Ebner
2024-08-13 13:58   ` Fiona Ebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal