1NDCTL-DISABLE-REGION(1) ndctl Manual NDCTL-DISABLE-REGION(1)
2
3
4
6 ndctl-disable-region - disable the given region(s) and all descendant
7 namespaces
8
10 ndctl disable-region <region> [<options>]
11
13 A generic REGION device is registered for each PMEM range or
14 BLK-aperture set. LIBNVDIMM provides a built-in driver for these REGION
15 devices. This driver is responsible for reconciling the aliased DPA
16 mappings across all regions, parsing the LABEL, if present, and then
17 emitting NAMESPACE devices with the resolved/exclusive DPA-boundaries
18 for the nd_pmem or nd_blk device driver to consume.
19
21 <region>
22 A regionX device name, or a region id number. Restrict the
23 operation to the specified region(s). The keyword all can be
24 specified to indicate the lack of any restriction, however this is
25 the same as not supplying a --region option at all.
26
27 -b, --bus=
28 A bus id number, or a provider string (e.g. "ACPI.NFIT"). Restrict
29 the operation to the specified bus(es). The keyword all can be
30 specified to indicate the lack of any restriction, however this is
31 the same as not supplying a --bus option at all.
32
34 Copyright (c) 2016 - 2019, Intel Corporation. License GPLv2: GNU GPL
35 version 2 <http://gnu.org/licenses/gpl.html>. This is free software:
36 you are free to change and redistribute it. There is NO WARRANTY, to
37 the extent permitted by law.
38
40 ndctl-enable-region(1)
41
42
43
44ndctl 2019-10-28 NDCTL-DISABLE-REGION(1)