From f7b1742ec70adf02fd7677994c089972770c7987 Mon Sep 17 00:00:00 2001 From: Przemyslaw Dubaniewicz Date: Wed, 27 Mar 2013 13:18:14 +0100 Subject: [PATCH] LUDOC-11 typos: minor cleanup of text. Signed-off-by: Przemyslaw Dubaniewicz Change-Id: I6047faadbead0e81c7c0dd94ec3ef2cd94e109ca Reviewed-on: http://review.whamcloud.com/5853 Tested-by: Hudson Reviewed-by: Richard Henwood --- ConfiguringLustre.xml | 2 +- ManagingStripingFreeSpace.xml | 2 +- SettingUpBonding.xml | 5 ++--- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ConfiguringLustre.xml b/ConfiguringLustre.xml index 68e1783..ee4477e 100644 --- a/ConfiguringLustre.xml +++ b/ConfiguringLustre.xml @@ -614,7 +614,7 @@ filesystem summary: 2.5M 32 2.5M 0% /lustre Default stripe pattern - + diff --git a/ManagingStripingFreeSpace.xml b/ManagingStripingFreeSpace.xml index 7983091..7a53750 100644 --- a/ManagingStripingFreeSpace.xml +++ b/ManagingStripingFreeSpace.xml @@ -361,7 +361,7 @@ filesystem summary: 2211572 41924 \
- <indexterm><primary>space</primary><secondary>location weighting</secondary></indexterm>>Adjusting the Weighting Between Free Space and Location + <indexterm><primary>space</primary><secondary>location weighting</secondary></indexterm>Adjusting the Weighting Between Free Space and Location The weighting priority can be adjusted in the /proc file /proc/fs/lustre/lov/lustre-mdtlov/qos_prio_free proc. The default value is 90%. Use this command on the MGS to permanently change this weighting: lctl conf_param fsname-MDT0000.lov.qos_prio_free=90 Increasing this value puts more weighting on free space. When the free space priority is set to 100%, then location is no longer used in stripe-ordering calculations and weighting is based entirely on free space. diff --git a/SettingUpBonding.xml b/SettingUpBonding.xml index e93241b..0ccceba 100644 --- a/SettingUpBonding.xml +++ b/SettingUpBonding.xml @@ -111,9 +111,8 @@ Settings for eth1: To set up bonding: - Create a virtual 'bond' interface by creating a configuration file in: - /etc/sysconfig/network-scripts/ # vi /etc/sysconfig/ network-scripts/ifcfg-\ -bond0 + Create a virtual 'bond' interface by creating a configuration file: + # vi /etc/sysconfig/network-scripts/ifcfg-bond0 Append the following lines to the file. -- 1.8.3.1