Whamcloud - gitweb
LU-10467 ptlrpc: convert final users of LWI_TIMEOUT_INTERVAL
[fs/lustre-release.git] / lustre / doc / lctl-nodemap-del.8
1 .TH lctl-nodemap-del 8 "2015 Jan 20" Lustre "configuration utilities"
2 .SH NAME
3 lctl-nodemap-del \- Delete an existing nodemap.
4
5 .SH SYNOPSIS
6 .br
7 .B lctl nodemap_del "<name>"
8 .br
9 .SH DESCRIPTION
10 .B nodemap_del deletes an existing nodemap. All of the associated mappings and
11 NID ranges will be removed as well, and existing clients will be moved to the
12 default nodemap.
13
14 .SH OPTIONS
15 .I name
16 is the name of the nodemap to delete. The default nodemap cannot be deleted.
17
18 .SH EXAMPLES
19 .nf
20 # lctl nodemap_del remotesite
21 # lctl nodemap_del 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-add (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)