Whamcloud - gitweb
LU-7931 tests: setup/cleanup after every test script
[fs/lustre-release.git] / lustre / doc / lctl-nodemap-add.8
1 .TH lctl-nodemap-add 8 "2015 Jan 20" Lustre "configuration utilities"
2 .SH NAME
3 lctl-nodemap-add \- Add a new nodemap, to which NID ranges, identities, and
4 properties can be added.
5
6 .SH SYNOPSIS
7 .br
8 .B lctl nodemap_add <name>
9 .br
10 .SH DESCRIPTION
11 .B nodemap_add creates and names a new nodemap. The administrator can then add
12 NID ranges and identity mappings to the nodemap, as well as modify its
13 properties.
14
15 .SH OPTIONS
16 .I name
17 is the name to give the new nodemap. It can be any string except "default".
18
19 .SH EXAMPLES
20 .nf
21 # lctl nodemap_add remotesite
22 # lctl nodemap_add otherremotesite
23 .fi
24
25 .SH AVAILABILITY
26 .B lctl
27 is part of the
28 .BR Lustre (7)
29 filesystem package.
30 .SH SEE ALSO
31 .BR lustre (7),
32 .BR lctl-nodemap-activate (8),
33 .BR lctl-nodemap-del (8),
34 .BR lctl-nodemap-add-range (8),
35 .BR lctl-nodemap-del-range (8),
36 .BR lctl-nodemap-add-idmap (8),
37 .BR lctl-nodemap-del-idmap (8),
38 .BR lctl-nodemap-modify (8)