From 08e5a86d488b8f8e09fc17f548196747e3ada035 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_vlan_bridge.rst --- .../network/cfg_network_bond_vlan_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_vlan_bridge.rst b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan_bridge.rst index 317946682..70bf4e6ba 100644 --- a/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan_bridge.rst +++ b/docs/source/guides/admin-guides/manage_clusters/common/deployment/network/cfg_network_bond_vlan_bridge.rst @@ -3,8 +3,8 @@ Configure BOND, VLAN and BRIDGES The following example set the xCAT properties for compute node ``cn1`` to achieve the following network configuration using the ``confignetwork`` postscript: - * Compute node ``cn1`` has two physical NICs: ``eth2`` and ``eth3`` - * Bond ``eth2`` and ``eth3`` as ``bond0`` + * Compute node ``cn1`` has two physical NICs: ``eth2`` and ``eth3`` + * Bond ``eth2`` and ``eth3`` as ``bond0`` * From ``bond0``, create 2 VLANs: ``bond0.1`` and ``bond0.2`` * Make bridge ``br1`` using ``bond0.1`` with IP (10.0.0.1) * Make bridge ``br2`` using ``bond0.2`` with IP (20.0.0.1) @@ -27,16 +27,16 @@ 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" #. From ``bond0``, create 2 VLANs: ``bond0.1`` and ``bond0.2`` :: - + chdef cn1 nictypes.bond0.1=vlan \ nictypes.bond0.2=vlan \ nicdevices.bond0.1=bond0 \ @@ -71,7 +71,7 @@ Check result ~~~~~~~~~~~~ Use ``ip`` command on ``cn1`` to check all NICs :: - + xdsh cn1 "ip addr" Check all network configuration files under ``/etc/sysconfig/network-scripts/``.