Whamcloud - gitweb
LU-2237 tests: new test for re-recreating last_rcvd
[fs/lustre-release.git] / lustre / doc / l_getgroups.8
1 .TH l_getgroups 1 "Jul 7, 2008" Lustre "utilities"
2 .SH NAME
3 l_getgroups \- Handle Lustre user/group cache upcall
4 .SH SYNOPSIS
5 .B "l_getgroups [-v] [-d | mdsname] uid"
6 .br
7 .B "l_getgroups [-v] -s"
8 .SH DESCRIPTION
9 The group upcall file contains the path to an executable that, when
10 properly installed, is invoked to resolve a numeric UID to a group
11 membership list. This utility should complete the mds_grp_downcall_data
12 data structure (see Data structures) and write it to the
13 /proc/fs/lustre/mds/mds-service/group_info pseudo-file.
14 .LP
15 .B l_getgroups
16 is the reference implementation of the user/group cache upcall
17 .SH FILES
18 /proc/fs/lustre/mds/mds-service/group_upcall
19 .SH SEE ALSO
20 Lustre Programming Interfaces section of Lustre Operations Manual.