From e39a73bc0f2a1fc9904602b8b600afd7e52a1e7d Mon Sep 17 00:00:00 2001 From: GONG Jie Date: Sun, 31 Dec 2017 23:59:59 +0000 Subject: [PATCH] Remove trailing spaces in file docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst --- .../deployment/network/cfg_network_bond_bridge.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst index fec33c383..4ccffed17 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_bridge.rst @@ -3,10 +3,10 @@ Configure Bridge Based on Bond Adapters The following example sets the xCAT properties for compute node ``cn1`` to create: - * Compute node ``cn1`` with two physical NICs: ``eth2`` and ``eth3`` - * Bond eth2 and eth3 as ``bond0`` + * Compute node ``cn1`` with two physical NICs: ``eth2`` and ``eth3`` + * Bond eth2 and eth3 as ``bond0`` * Create bridge ``br0`` based on ``bond0`` - * Assign ip ``40.0.0.1`` to the bridge interface ``br0`` + * Assign ip ``40.0.0.1`` to the bridge interface ``br0`` Add network object into the networks table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -19,9 +19,9 @@ Define attributes in the ``nics`` table ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ #. Compute node ``cn1`` has two physical NICs: ``eth2`` and ``eth3`` :: - + chdef cn1 nictypes.eth2=ethernet nictypes.eth3=ethernet - + #. Define ``bond0`` and bond ``eth2`` and ``eth3`` as ``bond0`` :: chdef cn1 nictypes.bond0=bond nicdevices.bond0="eth2|eth3" @@ -62,7 +62,7 @@ Login to compute node cn1 and check bonding options in ``/etc/sysconfig/network- BRIDGE=br0 Check ``ifcfg-br0`` under ``/etc/sysconfig/network-scripts/`` :: - + DEVICE="br0" BOOTPROTO="static" IPADDR="40.0.0.1"