Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / doc / l_getidentity.8
1 .TH l_getidentity 1 "Dec 7, 2016" Lustre "utilities"
2 .SH NAME
3 l_getidentity \- Handle Lustre user/group cache upcall
4 .SH SYNOPSIS
5 .B "l_getidentity {-d | mdtname} uid"
6 .SH DESCRIPTION
7 The identity upcall command specifies the path to an executable that,
8 when properly installed, is invoked to resolve the numeric
9 .I uid
10 to a group membership list.
11 .LP
12 .B l_getidentity
13 is the reference implementation of the user/group cache upcall.
14 This command is normally run directly by the Lustre MDS service
15 and specifies the
16 .I mdtname
17 argument for the MDT that should be updated.
18 .SH OPTIONS
19 .TP
20 .B -d
21 Run in debug mode and print supplementary groups information for
22 .I uid
23 to
24 .B stdout
25 instead of updating Lustre.
26 .SH EXAMPLES
27 The identity upcall command can be specified via:
28 .br
29 .RI "lctl set_param mdt." mdtname .identity_upcall= path_to_upcall
30 .SH FILES
31 .RI /{proc,sys}/fs/lustre/mdt/ mdt-service /identity_upcall
32 .SH SEE ALSO
33 Lustre Programming Interfaces section of Lustre Operations Manual.