Whamcloud - gitweb
LU-930 doc: fix format man page sections for lctl
[fs/lustre-release.git] / lustre / doc / lctl-nodemap-del.8
1 .TH LCTL-NODEMAP_DEL 8 "2015-01-20" Lustre "configuration utilities"
2 .SH NAME
3 lctl-nodemap_del \- delete an existing nodemap
4 .SH SYNOPSIS
5 .br
6 .B lctl nodemap_del "<name>"
7 .br
8 .SH DESCRIPTION
9 .B nodemap_del deletes an existing nodemap. All of the associated mappings and
10 NID ranges will be removed as well, and existing clients will be moved to the
11 default nodemap.
12
13 .SH OPTIONS
14 .I name
15 is the name of the nodemap to delete. The default nodemap cannot be deleted.
16
17 .SH EXAMPLES
18 .nf
19 # lctl nodemap_del remotesite
20 # lctl nodemap_del otherremotesite
21 .fi
22
23 .SH AVAILABILITY
24 .B lctl
25 is part of the
26 .BR Lustre (7)
27 filesystem package.
28 .SH SEE ALSO
29 .BR lustre (7),
30 .BR lctl-nodemap-activate (8),
31 .BR lctl-nodemap-add (8),
32 .BR lctl-nodemap-add-range (8),
33 .BR lctl-nodemap-del-range (8),
34 .BR lctl-nodemap-add-idmap (8),
35 .BR lctl-nodemap-del-idmap (8),
36 .BR lctl-nodemap-modify (8)