From 61b099f5ccbc04da87d8e00b5a5b42b03ed84b05 Mon Sep 17 00:00:00 2001 From: Wolfgang Link Date: Fri, 30 Oct 2020 10:01:30 +0100 Subject: [PATCH] sysadmin: fix the device declaration in the bonding example We already have a "Use a bond as bridge port" example below this one, the from reading this ones description it's cleanly meant to be a extra bond, not on a bridge for VM internal traffic, but for things like ceph or VM migration traffic. Signed-off-by: Wolfgang Link Signed-off-by: Thomas Lamprecht --- pve-network.adoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pve-network.adoc b/pve-network.adoc index 294c201..692326f 100644 --- a/pve-network.adoc +++ b/pve-network.adoc @@ -355,6 +355,8 @@ iface eno1 inet manual iface eno2 inet manual +iface eno3 inet manual + auto bond0 iface bond0 inet static slaves eno1 eno2 @@ -369,7 +371,7 @@ iface vmbr0 inet static address 10.10.10.2 netmask 255.255.255.0 gateway 10.10.10.1 - bridge-ports eno1 + bridge-ports eno3 bridge-stp off bridge-fd 0 -- 2.39.2