From 5912c035498d25ac3b85240f50fc4a0a952c23f2 Mon Sep 17 00:00:00 2001 From: Richard Henwood Date: Tue, 1 Dec 2015 11:15:08 -0600 Subject: [PATCH] LUDOC-256 typo: fixed typos with mod config. Add l23 specific tags to relevant sections. Fix error in module options and correct path to partition table. Change-Id: I51de61a20fbe0d3082b722fe6d6b460373bc6e2f Signed-off-by: Richard Henwood Reviewed-on: http://review.whamcloud.com/11938 Tested-by: Jenkins Reviewed-by: James Nunez --- LustreTuning.xml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/LustreTuning.xml b/LustreTuning.xml index c508397..76a7f7d 100644 --- a/LustreTuning.xml +++ b/LustreTuning.xml @@ -57,7 +57,7 @@ xml:id="lustretuning"> number of seeks and the OST threads just waiting for I/O. In this situation, it may be advisable to decrease the load by decreasing the number of OST threads. - Determining the optimum number of OST threads is a process of trial + Determining the optimum number of OSS threads is a process of trial and error, and varies for each particular configuration. Variables include the number of OSTs on each OSS, number and speed of disks, RAID configuration, and available RAM. You may want to start with a number of @@ -94,9 +94,9 @@ options ost oss_num_threads={N} lctl {get,set}_param {service}.thread_{min,max,started} - Lustre software release 2.3 introduced binding service threads to - CPU partition. This works in a similar fashion to binding of threads on - MDS. MDS thread tuning is covered in + Lustre software release 2.3 introduced binding + service threads to CPU partition. This works in a similar fashion to + binding of threads on MDS. MDS thread tuning is covered in . @@ -192,7 +192,7 @@ lctl {get,set}_param {service}.thread_{min,max,started} mds_num_cpts=[EXPRESSION] binds the default MDS service threads to CPTs defined by EXPRESSION. For example - mdt_num_cpts=[0-3] will bind the MDS service threads + mds_num_cpts=[0-3] will bind the MDS service threads to CPT[0,1,2,3]. @@ -202,7 +202,7 @@ lctl {get,set}_param {service}.thread_{min,max,started} service threads to CPTs defined by EXPRESSION. The read page service handles file close and readdir requests. For example - mdt_rdpg_num_cpts=[4] will bind the read page threads + mds_rdpg_num_cpts=[4] will bind the read page threads to CPT4. @@ -213,6 +213,13 @@ lctl {get,set}_param {service}.thread_{min,max,started} EXPRESSION. + Parameters must be set before module load in the file + /etc/modprobe.d/lustre.conf. For example: + lustre.conf + options lnet networks=tcp0(eth0) +options mdt mds_num_cpts=[0] + +
@@ -560,7 +567,7 @@ lnet large_router_buffers=8192 </listitem> </itemizedlist> <para>The current configuration of the CPU partition can be read from - <literal>/proc/sys/lnet/cpu_partitions</literal></para> + <literal>/proc/sys/lnet/cpu_partition_table</literal></para> </section> </section> <section xml:id="dbdoclet.lndtuning"> -- 1.8.3.1