Commit 6cf2a73c authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

docs: device-mapper: move it to the admin-guide

The DM support describes lots of aspects related to mapped
disk partitions from the userspace PoV.
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+samsung@kernel.org>
parent 159a5e78
:orphan:
============= =============
Device Mapper Device Mapper
============= =============
......
...@@ -80,6 +80,7 @@ configure specific aspects of kernel behavior to your liking. ...@@ -80,6 +80,7 @@ configure specific aspects of kernel behavior to your liking.
namespaces/index namespaces/index
perf-security perf-security
acpi/index acpi/index
device-mapper/index
.. only:: subproject and html .. only:: subproject and html
......
...@@ -4735,7 +4735,7 @@ Q: http://patchwork.kernel.org/project/dm-devel/list/ ...@@ -4735,7 +4735,7 @@ Q: http://patchwork.kernel.org/project/dm-devel/list/
T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git T: git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
T: quilt http://people.redhat.com/agk/patches/linux/editing/ T: quilt http://people.redhat.com/agk/patches/linux/editing/
S: Maintained S: Maintained
F: Documentation/device-mapper/ F: Documentation/admin-guide/device-mapper/
F: drivers/md/Makefile F: drivers/md/Makefile
F: drivers/md/Kconfig F: drivers/md/Kconfig
F: drivers/md/dm* F: drivers/md/dm*
......
...@@ -453,7 +453,7 @@ config DM_INIT ...@@ -453,7 +453,7 @@ config DM_INIT
Enable "dm-mod.create=" parameter to create mapped devices at init time. Enable "dm-mod.create=" parameter to create mapped devices at init time.
This option is useful to allow mounting rootfs without requiring an This option is useful to allow mounting rootfs without requiring an
initramfs. initramfs.
See Documentation/device-mapper/dm-init.rst for dm-mod.create="..." See Documentation/admin-guide/device-mapper/dm-init.rst for dm-mod.create="..."
format. format.
If unsure, say N. If unsure, say N.
......
...@@ -25,7 +25,7 @@ static char *create; ...@@ -25,7 +25,7 @@ static char *create;
* Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<table>[,<table>+]+] * Format: dm-mod.create=<name>,<uuid>,<minor>,<flags>,<table>[,<table>+][;<name>,<uuid>,<minor>,<flags>,<table>[,<table>+]+]
* Table format: <start_sector> <num_sectors> <target_type> <target_args> * Table format: <start_sector> <num_sectors> <target_type> <target_args>
* *
* See Documentation/device-mapper/dm-init.rst for dm-mod.create="..." format * See Documentation/admin-guide/device-mapper/dm-init.rst for dm-mod.create="..." format
* details. * details.
*/ */
......
...@@ -3558,7 +3558,7 @@ static void raid_status(struct dm_target *ti, status_type_t type, ...@@ -3558,7 +3558,7 @@ static void raid_status(struct dm_target *ti, status_type_t type,
* v1.5.0+: * v1.5.0+:
* *
* Sync action: * Sync action:
* See Documentation/device-mapper/dm-raid.rst for * See Documentation/admin-guide/device-mapper/dm-raid.rst for
* information on each of these states. * information on each of these states.
*/ */
DMEMIT(" %s", sync_action); DMEMIT(" %s", sync_action);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment