all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH pve-docs] bond: use bond-slaves instead slaves
@ 2020-11-09  8:26 Alexandre Derumier
  2020-11-09  8:36 ` Alexandre Derumier
  2020-11-22 18:04 ` [pve-devel] applied: " Thomas Lamprecht
  0 siblings, 2 replies; 3+ messages in thread
From: Alexandre Derumier @ 2020-11-09  8:26 UTC (permalink / raw)
  To: pve-devel

"slaves" is deprecated (not even used in official debian docs),
and ifupdown don't support it
---
 pve-network.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pve-network.adoc b/pve-network.adoc
index 692326f..34cc6c8 100644
--- a/pve-network.adoc
+++ b/pve-network.adoc
@@ -359,7 +359,7 @@ iface eno3 inet manual
 
 auto bond0
 iface bond0 inet static
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       address  192.168.1.2
       netmask  255.255.255.0
       bond-miimon 100
@@ -393,7 +393,7 @@ iface eno2 inet manual
 
 auto bond0
 iface bond0 inet manual
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       bond-miimon 100
       bond-mode 802.3ad
       bond-xmit-hash-policy layer2+3
@@ -527,7 +527,7 @@ iface eno2 inet manual
 
 auto bond0
 iface bond0 inet manual
-      slaves eno1 eno2
+      bond-slaves eno1 eno2
       bond-miimon 100
       bond-mode 802.3ad
       bond-xmit-hash-policy layer2+3
-- 
2.20.1




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

* Re: [pve-devel] [PATCH pve-docs] bond: use bond-slaves instead slaves
  2020-11-09  8:26 [pve-devel] [PATCH pve-docs] bond: use bond-slaves instead slaves Alexandre Derumier
@ 2020-11-09  8:36 ` Alexandre Derumier
  2020-11-22 18:04 ` [pve-devel] applied: " Thomas Lamprecht
  1 sibling, 0 replies; 3+ messages in thread
From: Alexandre Derumier @ 2020-11-09  8:36 UTC (permalink / raw)
  To: Proxmox VE development discussion

reported in the forum here:
https://forum.proxmox.com/threads/linux-bond-documentation-in-pve-wiki-wrong-not-working-on-debian-buster.78706/

Le lun. 9 nov. 2020 à 09:26, Alexandre Derumier <aderumier@odiso.com> a écrit :
>
> "slaves" is deprecated (not even used in official debian docs),
> and ifupdown don't support it
> ---
>  pve-network.adoc | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/pve-network.adoc b/pve-network.adoc
> index 692326f..34cc6c8 100644
> --- a/pve-network.adoc
> +++ b/pve-network.adoc
> @@ -359,7 +359,7 @@ iface eno3 inet manual
>
>  auto bond0
>  iface bond0 inet static
> -      slaves eno1 eno2
> +      bond-slaves eno1 eno2
>        address  192.168.1.2
>        netmask  255.255.255.0
>        bond-miimon 100
> @@ -393,7 +393,7 @@ iface eno2 inet manual
>
>  auto bond0
>  iface bond0 inet manual
> -      slaves eno1 eno2
> +      bond-slaves eno1 eno2
>        bond-miimon 100
>        bond-mode 802.3ad
>        bond-xmit-hash-policy layer2+3
> @@ -527,7 +527,7 @@ iface eno2 inet manual
>
>  auto bond0
>  iface bond0 inet manual
> -      slaves eno1 eno2
> +      bond-slaves eno1 eno2
>        bond-miimon 100
>        bond-mode 802.3ad
>        bond-xmit-hash-policy layer2+3
> --
> 2.20.1
>



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

* [pve-devel] applied: [PATCH pve-docs] bond: use bond-slaves instead slaves
  2020-11-09  8:26 [pve-devel] [PATCH pve-docs] bond: use bond-slaves instead slaves Alexandre Derumier
  2020-11-09  8:36 ` Alexandre Derumier
@ 2020-11-22 18:04 ` Thomas Lamprecht
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Lamprecht @ 2020-11-22 18:04 UTC (permalink / raw)
  To: Proxmox VE development discussion, Alexandre Derumier

On 09.11.20 09:26, Alexandre Derumier wrote:
> "slaves" is deprecated (not even used in official debian docs),
> and ifupdown don't support it
> ---
>  pve-network.adoc | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
>

applied, thanks!




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

end of thread, other threads:[~2020-11-22 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-09  8:26 [pve-devel] [PATCH pve-docs] bond: use bond-slaves instead slaves Alexandre Derumier
2020-11-09  8:36 ` Alexandre Derumier
2020-11-22 18:04 ` [pve-devel] applied: " Thomas Lamprecht

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