Whamcloud - gitweb
LU-930 doc: fix format man page sections for lctl
[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]>
7 <--idmap clientid:fsid>
8 .br
9 .SH DESCRIPTION
10 .B nodemap_del_idmap
11 deletes an idmap from a nodemap. Users or groups in the nodemap with that ID
12 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
19 .I idtype
20 is either "uid" or "gid" depending on if it is a user or group mapping that is
21 to be removed.
22
23 .I idmap
24 is the identity map to delete.
25
26 .SH EXAMPLES
27 .nf
28 # lctl nodemap_del_idmap --name remotesite --idtype uid --idmap 2001:1001
29 # lctl nodemap_del_idmap --name remotesite --idtype gid --idmap 2002:1002
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)