From 4354e542d77e8ee5e08fc43106f0bd09eb7f4464 Mon Sep 17 00:00:00 2001 From: Arshad Hussain Date: Thu, 18 Mar 2021 11:05:38 +0530 Subject: [PATCH] LUDOC-394 manual: Add meaningful ref names under ConfiguringLustre.xml Currently, the reference names are auto-generated and obscure This patch adds meaningful and proper reference name under file ConfiguringLustre.xml Signed-off-by: Arshad Hussain Change-Id: Iea3660fe956aa680919751fc646e6925655e1ac5 Reviewed-on: https://review.whamcloud.com/42070 Tested-by: jenkins Reviewed-by: Andreas Dilger --- ConfiguringLustre.xml | 10 +++++----- LustreOperations.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ConfiguringLustre.xml b/ConfiguringLustre.xml index 7f13356..ee5447d 100644 --- a/ConfiguringLustre.xml +++ b/ConfiguringLustre.xml @@ -9,16 +9,16 @@ - + - + -
+
<indexterm> <primary>Lustre</primary> @@ -123,7 +123,7 @@ mkfs.lustre --fsname= <replaceable>/dev/block_device</replaceable> </screen> <para>See - <xref linkend="dbdoclet.50438194_88063" />for more details.</para> + <xref linkend="dbdoclet.lustre_configure_multiple_fs" />for more details.</para> </note> </listitem> <listitem xml:id="dbdoclet.addmdtindex"> @@ -919,7 +919,7 @@ total 8.0M use.</para> </section> </section> - <section xml:id="dbdoclet.50438267_76752"> + <section xml:id="dbdoclet.lustre_configure_additional_options"> <title> <indexterm> <primary>Lustre</primary> diff --git a/LustreOperations.xml b/LustreOperations.xml index 6efc157..281c126 100644 --- a/LustreOperations.xml +++ b/LustreOperations.xml @@ -327,7 +327,7 @@ lctl get_param obdfilter.*.degraded <literal>mdadm(8)</literal> command with the <literal>--monitor</literal> option to mark an affected device degraded or restored.</para> </section> - <section xml:id="dbdoclet.50438194_88063"> + <section xml:id="dbdoclet.lustre_configure_multiple_fs"> <title> <indexterm> <primary>operations</primary> -- 1.8.3.1