From ade39748519f4fcf162baa6cf555928adcb6447a Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Wed, 21 Apr 2021 15:22:56 +0530 Subject: [PATCH] LUDOC-394 manual: Add meaningful ref names under ManagingFileSystemIO.xml This patch adds meaningful and proper reference name under file ManagingFileSystemIO.xml Signed-off-by: Arshad Hussain Change-Id: I52e47c42613de2e741e731bc05b9acf9500c5411 Reviewed-on: https://review.whamcloud.com/43436 Tested-by: jenkins Reviewed-by: Andreas Dilger --- ManagingFileSystemIO.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ManagingFileSystemIO.xml b/ManagingFileSystemIO.xml index 15d7bc9..4c75acb 100644 --- a/ManagingFileSystemIO.xml +++ b/ManagingFileSystemIO.xml @@ -4,7 +4,7 @@ xml:id="managingfilesystemio"> Managing the File System and I/O -
+
<indexterm> <primary>I/O</primary> @@ -462,7 +462,7 @@ client# lfs setstripe [--size|-s stripe_size] [--offset|-o start_ost] </itemizedlist> </section> </section> - <section xml:id="dbdoclet.50438211_11204"> + <section xml:id="adding_ost"> <title> <indexterm> <primary>I/O</primary> @@ -518,7 +518,7 @@ oss# mount -t lustre /dev/sda /mnt/testfs/ost12 further, per-OST disk-usage statistics can be found in the <literal>osc.*.rpc_stats</literal> parameter file.</para> </section> - <section xml:id="dbdoclet.50438211_80295"> + <section xml:id="performing_directio"> <title> <indexterm> <primary>I/O</primary> @@ -545,7 +545,7 @@ chattr +i <literal>chattr -i</literal></para> </section> </section> - <section xml:id="dbdoclet.50438211_61024"> + <section xml:id="other_io_options"> <title>Other I/O Options This section describes other I/O options, including checksums, and the ptlrpcd thread pool. -- 1.8.3.1