[LUDOC-158] 33.1 "User/Group Cache Upcall" and 33.2 "l_getidentity Utility" need to be updated (Ch 33) Created: 04/Jun/13 Updated: 11/Sep/13 Resolved: 11/Sep/13 |
|
| Status: | Resolved |
| Project: | Lustre Documentation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Linda Bebernes (Inactive) | Assignee: | Linda Bebernes (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | QContent | ||
| Business Value: | 3 |
| Severity: | 3 |
| Rank (Obsolete): | 8563 |
| Description |
|
Notes from Andreas: 33.1. User/Group Cache Upcall [This section describes the supplementary user and group upcall, which allows the 33.1.1 Name The MDS will use the utility given by [{{lctl get_param mdt.$MDT.identity_upcall}}] 33.1.2 Description The [identity] upcall file ... For a sample upcall program, see [{{lustre/utils/l_getidentity.c}}] in ... 33.1.2.1 ... and it fails, [at most one] supplementary group will be added as supplied Use tunefs.lustre --param=[mdt.identity_upcall=<upcall_program> to set the [please just remove rmtacl and normtacl entirely from the description and text] ... [The {{/usr/sbin/l_getidentity}}] utility ... Use [lctl set_param mdt.*.identity_expire=<seconds>] to set the cache time ... 33.1.4 Data Structures struct perm_downcall_data { __u64 pdd_nid; __u32 pdd_perm; __u32 pdd_padding; }; struct identity_downcall_data { 33.2 [l_getidenity] Utility The [l_getidentity] utility handles the Lustre supplementary group upcall by default, 33.2.1 Synopsis l_getidentity {mdtname}{uid} 33.2.2 Description The identity upcall file ... should complete the [{{identity_downcall_data}}] ... [l_getidentity] is the reference ... 33.2.3 Files /proc/fs/lustre/mdt/$MDT/identity_upcall |
| Comments |
| Comment by Linda Bebernes (Inactive) [ 19/Jun/13 ] |
|
33.1. User/Group Cache Upcall 33.1.1 Name Is the heading for this section still appropriate? 33.1.2.1 Can you provide a replacement for this code example?
33.1.3 Parameters
33.1.4 Data Structures ; struct identity_downcall_data { Are the following edits to content OK? Should the last sentence be deleted? (don't worry about formatting - I'll take care of that) .identity_info. |
| Comment by Linda Bebernes (Inactive) [ 02/Jul/13 ] |
|
Changes are ready for review at http://review.whamcloud.com/#/c/6608/ |
| Comment by Linda Bebernes (Inactive) [ 11/Sep/13 ] |
|
Changes approved and merged. |