From b4be395a67c5dbe25b12a3dc1b572f755f79c336 Mon Sep 17 00:00:00 2001 From: Linda Bebernes Date: Thu, 19 Sep 2013 11:58:29 -0700 Subject: [PATCH] LUDOC-167 formatting: Replaced {mdtname} with form used in rest of manual. Replaced {mdtname} with ${FSNAME}-MDT{xxxx} for consistency with the rest of the manual. Signed-off-by: Linda Bebernes Change-Id: I470318217387b615ab05ff8064ac9dd7c048bfe9 Reviewed-on: http://review.whamcloud.com/7705 Tested-by: Hudson Reviewed-by: Andreas Dilger --- SystemConfigurationUtilities.xml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/SystemConfigurationUtilities.xml b/SystemConfigurationUtilities.xml index 37da705..5bcff8a 100644 --- a/SystemConfigurationUtilities.xml +++ b/SystemConfigurationUtilities.xml @@ -137,11 +137,16 @@ l_getidentity The l_getidentity utility handles Lustre user / group cache upcall.
Synopsis - l_getidentity {mdtname} {uid} + l_getidentity ${FSNAME}-MDT{xxxx} {uid}
Description - 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 /proc/fs/lustre/mdt/{mdtname}/identity_info and writes the related identity_downcall_data structure (see .) The data is persisted with lctl set_param mdt.{mdtname}.identity_info. + 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 + /proc/fs/lustre/mdt/${FSNAME}-MDT{xxxx}/identity_info and writes the + related identity_downcall_data structure (see .) The data is persisted with lctl set_param + mdt.${FSNAME}-MDT{xxxx}.identity_info. The l_getidentity utility is the reference implementation of the user or group cache upcall.
@@ -163,7 +168,8 @@ l_getidentity - mdtname + + ${FSNAME}-MDT{xxxx} Metadata server target name -- 1.8.3.1