[pve-devel] [PATCH pve-docs 1/2] Add use case for Bond example

Wolfgang Link w.link at proxmox.com
Tue Oct 4 11:31:34 CEST 2016


---
 pve-network.adoc | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pve-network.adoc b/pve-network.adoc
index f14033c..a3242d8 100644
--- a/pve-network.adoc
+++ b/pve-network.adoc
@@ -208,6 +208,10 @@ For the most setups the active-backup are the best choice or if your
 switch support LACP "IEEE 802.3ad" this mode should be preferred.
 
 .Example: Use bond with fixed IP address
+This bond example for instance can be used as distributed/shared storage network.
+The benefit would be that you get the more speed and the network will
+be fault-tolerant if the network architecture provide this.
+
 ----
 auto lo
 iface lo inet loopback
@@ -237,6 +241,9 @@ iface vmbr0 inet static
 ----
 
 .Example: Use a bond with a bridge
+This bond under a brigde example for instance can be used to make the
+guest network fault-tolerant if the network architecture provide this.
+
 ----
 auto lo
 iface lo inet loopback
-- 
2.1.4





More information about the pve-devel mailing list