Whamcloud - gitweb
LUDOC-33: fixed identity information upcall 2.x 30/2130/6
authorRichard Henwood <rhenwood@whamcloud.com>
Fri, 10 Feb 2012 20:50:04 +0000 (14:50 -0600)
committerRichard Henwood <rhenwood@whamcloud.com>
Thu, 29 Mar 2012 18:01:26 +0000 (12:01 -0600)
commit0ed038fe5d9f715428b9a7d74269b49fb5495695
tree01efe6bf0afb06efc7d2c6f0f79db32fe2328d5e
parent23bab70a1f94afba30adcbde7b15343cd82ac5e3
LUDOC-33: fixed identity information upcall 2.x

Pre 2.x, Lustre used the user identity information upcall on Lustre MDS side is
through the /proc interface: /proc/fs/lustre/mds/{mdsname}/group_upcall

From 2.x: interface has been replaced (since Lustre-2.0 release) by:
/proc/fs/lustre/mdt/{mdtname}/identity_upcall, and this interface has been
superseded by lctl set_param mdt.{mdtname}.identity_info={path}. "NONE" means
no identity_upcall.

In addition, the following substitutions have been made for Lustre 2.x
"group_info" becomes "identity_info"
"mds_grp_downcall_data" becomes "identity_downcall_data"
"l_getgroups" becomes "l_getidentity"

Signed-off-by: Richard Henwood <rhenwood@whamcloud.com>
Change-Id: I9db35e8882834f4df234f38f13a55fbb1d79a377
ConfiguringLustre.xml
InstallingLustre.xml
LustreOperations.xml
LustreProgrammingInterfaces.xml
ManagingFileSystemIO.xml
SystemConfigurationUtilities.xml
UnderstandingLustreNetworking.xml
index.xml