Whamcloud - gitweb
LU-14462 gss: fix support for namespace in lgss_keyring
[fs/lustre-release.git] / lustre / doc / lctl-nodemap-set-fileset.8
1 .TH LCTL-NODEMAP_SET_FILESET 8 "2019-01-17" Lustre "configuration utilities"
2 .SH NAME
3 lctl-nodemap_set_fileset \- add a fileset to a nodemap
4 .SH SYNOPSIS
5 .br
6 .B lctl nodemap_set_fileset --name
7 .RI < nodemap >
8 .B --fileset
9 .RI < fileset >
10 .br
11 .SH DESCRIPTION
12 .B nodemap_set_fileset
13 adds
14 .I fileset
15 to the specified
16 .IR nodemap .
17 The
18 .I fileset
19 must
20 begin with '/'. Clients belonging to
21 .I nodemap
22 will be automatically
23 presented the corresponding
24 .I fileset
25 when mounting. This means these clients
26 are doing an implicit subdirectory mount on the subdirectory represented by
27 the defined
28 .IR fileset .
29
30 .SH OPTIONS
31 .I nodemap
32 is the name of the nodemap that this fileset should be associated with.
33
34 .I fileset
35 is the fileset to restrict the clients to. The fileset must begin with '/'.
36
37 .SH EXAMPLES
38 .nf
39 # lctl nodemap_set_fileset --name tenant1 --fileset '/dir1'
40 # lctl nodemap_set_fileset --name admins --fileset ''
41 .fi
42
43 .SH AVAILABILITY
44 .B lctl
45 is part of the
46 .BR Lustre (7)
47 filesystem package.
48 .SH SEE ALSO
49 .BR lustre (7),
50 .BR lctl-nodemap-activate (8),
51 .BR lctl-nodemap-add (8),
52 .BR lctl-nodemap-del (8),
53 .BR lctl-nodemap-del-range (8),
54 .BR lctl-nodemap-add-idmap (8),
55 .BR lctl-nodemap-del-idmap (8),
56 .BR lctl-nodemap-modify (8)