Whamcloud - gitweb
LU-14927 osd: share brw_stats code between OSD back ends.
[fs/lustre-release.git] / lustre / doc / lctl-nodemap-del-idmap.8
1 .TH LCTL-NODEMAP_DEL_IDMAP 8 "2015-01-20" Lustre "configuration utilities"
2 .SH NAME
3 lctl-nodemap_del_idmap \- delete an existing idmap from a nodemap
4 .SH SYNOPSIS
5 .br
6 .B lctl nodemap_del_idmap <--name name> <--idtype {uid|gid|projid}>
7 .B <--idmap clientid:fsid>
8 .br
9 .SH DESCRIPTION
10 .B nodemap_del_idmap
11 deletes an idmap from a nodemap. Users or groups or projects in the nodemap with
12 that ID will be squashed, if the trusted flag is not enabled.
13
14 .SH OPTIONS
15 .I name
16 is the name of the nodemap that this idmap should be deleted from.
17
18 .I idtype
19 is either "uid" or "gid" or "projid" depending on if it is a user or group or
20 project ID mapping that is to be removed.
21
22 .I idmap
23 is the identity map to delete.
24
25 .SH EXAMPLES
26 .nf
27 # lctl nodemap_del_idmap --name remotesite --idtype uid --idmap 2001:1001
28 # lctl nodemap_del_idmap --name remotesite --idtype gid --idmap 2002:1002
29 # lctl nodemap_del_idmap --name remotesite --idtype projid --idmap 33:1
30 .fi
31
32 .SH AVAILABILITY
33 .B lctl
34 is part of the
35 .BR Lustre (7)
36 filesystem package.
37 .SH SEE ALSO
38 .BR lustre (7),
39 .BR lctl-nodemap-activate (8),
40 .BR lctl-nodemap-add (8),
41 .BR lctl-nodemap-del (8),
42 .BR lctl-nodemap-add-range (8),
43 .BR lctl-nodemap-del-range (8),
44 .BR lctl-nodemap-add-idmap (8),
45 .BR lctl-nodemap-modify (8)