Whamcloud - gitweb
LU-17705 ptlrpc: replace synchronize_rcu() with rcu_barrier()
[fs/lustre-release.git] / lustre / doc / lctl-nodemap-add.8
1 .TH LCTL-NODEMAP_ADD 8 "2015-01-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 .SH SYNOPSIS
6 .br
7 .B lctl nodemap_add <name>
8 .br
9 .SH DESCRIPTION
10 .B nodemap_add creates and names a new nodemap. The administrator can then add
11 NID ranges and identity mappings to the nodemap, as well as modify its
12 properties.
13
14 .SH OPTIONS
15 .I name
16 is the name to give the new nodemap. It can be any string except "default".
17
18 .SH EXAMPLES
19 .nf
20 # lctl nodemap_add remotesite
21 # lctl nodemap_add otherremotesite
22 .fi
23
24 .SH AVAILABILITY
25 .B lctl
26 is part of the
27 .BR Lustre (7)
28 filesystem package.
29 .SH SEE ALSO
30 .BR lustre (7),
31 .BR lctl-nodemap-activate (8),
32 .BR lctl-nodemap-del (8),
33 .BR lctl-nodemap-add-range (8),
34 .BR lctl-nodemap-del-range (8),
35 .BR lctl-nodemap-add-idmap (8),
36 .BR lctl-nodemap-del-idmap (8),
37 .BR lctl-nodemap-modify (8)