Whamcloud - gitweb
LUDOC-167 formatting: Replaced {mdtname} with form used in rest of manual. 05/7705/2
authorLinda Bebernes <linda.bebernes@intel.com>
Thu, 19 Sep 2013 18:58:29 +0000 (11:58 -0700)
committerRichard Henwood <richard.henwood@intel.com>
Mon, 23 Sep 2013 18:00:04 +0000 (18:00 +0000)
Replaced {mdtname} with ${FSNAME}-MDT{xxxx} for consistency with the rest of the manual.

Signed-off-by: Linda Bebernes <linda.bebernes@intel.com>
Change-Id: I470318217387b615ab05ff8064ac9dd7c048bfe9
Reviewed-on: http://review.whamcloud.com/7705
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
SystemConfigurationUtilities.xml

index 37da705..5bcff8a 100644 (file)
@@ -137,11 +137,16 @@ l_getidentity</title>
     <para>The l_getidentity utility handles Lustre user / group cache upcall.</para>
     <section remap="h5">
       <title>Synopsis</title>
-      <screen>l_getidentity {mdtname} {uid}</screen>
+      <screen>l_getidentity ${FSNAME}-MDT{xxxx} {uid}</screen>
     </section>
     <section remap="h5">
       <title>Description</title>
-      <para>The group upcall file contains the path to an executable file that is invoked to resolve a numeric UID to a group membership list. This utility opens <literal>/proc/fs/lustre/mdt/{mdtname}/identity_info</literal> and writes the related <literal>identity_downcall_data</literal> structure (see <xref linkend='dbdoclet.50438291_33759'/>.) The data is persisted with <literal>lctl set_param mdt.{mdtname}.identity_info</literal>.</para>
+      <para>The group upcall file contains the path to an executable file that is invoked to resolve
+        a numeric UID to a group membership list. This utility opens
+          <literal>/proc/fs/lustre/mdt/${FSNAME}-MDT{xxxx}/identity_info</literal> and writes the
+        related <literal>identity_downcall_data</literal> structure (see <xref
+          linkend="dbdoclet.50438291_33759"/>.) The data is persisted with <literal>lctl set_param
+          mdt.${FSNAME}-MDT{xxxx}.identity_info</literal>.</para>
       <para>The l_getidentity utility is the reference implementation of the user or group cache upcall.</para>
     </section>
     <section remap="h5">
@@ -163,7 +168,8 @@ l_getidentity</title>
           <tbody>
             <row>
               <entry>
-                <para> <literal>mdtname</literal></para>
+                <para>
+                  <literal>${FSNAME}-MDT{xxxx}</literal></para>
               </entry>
               <entry>
                 <para> Metadata server target name</para>