From cadb47046adbf7eaa15899210e355edfba68230f Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Tue, 6 Dec 2016 13:30:34 -0700 Subject: [PATCH] LUDOC-11 lnet: fix typos in XML formatting Fix spacing around XML tags and add for "network" keyword. Wrap at 80 columns. Signed-off-by: Andreas Dilger Change-Id: I4e2a1d1ef835c14414d5f4c73563d1d813cab4cd Reviewed-on: https://review.whamcloud.com/24182 Tested-by: Jenkins Reviewed-by: Joseph Gmitter --- SettingUpLustreSystem.xml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/SettingUpLustreSystem.xml b/SettingUpLustreSystem.xml index f0eb198..875d861 100644 --- a/SettingUpLustreSystem.xml +++ b/SettingUpLustreSystem.xml @@ -928,14 +928,25 @@ TCP/IP networks). Routing will be configured in . - Identify the network interfaces to include in or exclude from LNET. - - If not explicitly specified, LNET uses either the first available interface or a pre-defined default for a given network type. Interfaces that LNET should not use (such as an administrative network or IP-over-IB), can be excluded. - Network interfaces to be used or excluded will be specified using the lnet kernel module parameters networks and ip2netsas described in . + Identify the network interfaces to include + in or exclude from LNET. + If not explicitly specified, LNET uses either the first available + interface or a pre-defined default for a given network type. Interfaces + that LNET should not use (such as an administrative network or + IP-over-IB), can be excluded. + Network interfaces to be used or excluded will be specified using + the lnet kernel module parameters networks and + ip2nets as described in + . - To ease the setup of networks with complex network configurations, determine a cluster-wide module configuration. - For large clusters, you can configure the networking setup for all nodes by using a single, unified set of parameters in the lustre.conf file on each node. Cluster-wide configuration is described in . + To ease the setup of networks with complex + network configurations, determine a cluster-wide module configuration. + + For large clusters, you can configure the networking setup for + all nodes by using a single, unified set of parameters in the + lustre.conf file on each node. Cluster-wide + configuration is described in . -- 1.8.3.1