Whamcloud - gitweb
LU-14286 osd-ldiskfs: fallocate() should zero new blocks
[fs/lustre-release.git] / lustre / doc / lctl-nodemap-activate.8
1 .TH lctl-nodemap-activate 8 "2015 Jan 20" Lustre "configuration utilities"
2 .SH NAME
3 lctl-nodemap-activate \- Activate or deactivate the nodemap feature.
4 .SH SYNOPSIS
5 .br
6 .B lctl nodemap_activate "<0|1>"
7 .br
8 .SH DESCRIPTION
9 .B nodemap_activate
10 is used to activate or deactivate the nodemap feature. When nodemap is
11 active, all client operations are mapped based on rules created by the
12 administrator.
13
14 .SH OPTIONS
15 Passing 0 disables the nodemap feature, while 1 activates the feature.
16
17 .SH EXAMPLES
18 .nf
19 # lctl nodemap_activate 1
20 .fi
21
22 .SH AVAILABILITY
23 .B lctl
24 is part of the
25 .BR Lustre (7)
26 filesystem package.
27 .SH SEE ALSO
28 .BR lustre (7),
29 .BR lctl-nodemap-add (8),
30 .BR lctl-nodemap-del (8),
31 .BR lctl-nodemap-add-range (8),
32 .BR lctl-nodemap-del-range (8),
33 .BR lctl-nodemap-add-idmap (8),
34 .BR lctl-nodemap-del-idmap (8),
35 .BR lctl-nodemap-modify (8)