1
0
Fork 0
alistair23-linux/Documentation/admin-guide/device-mapper
Nikos Tsironis 7431b7835f dm: add clone target
Add the dm-clone target, which allows cloning of arbitrary block
devices.

dm-clone produces a one-to-one copy of an existing, read-only source
device into a writable destination device: It presents a virtual block
device which makes all data appear immediately, and redirects reads and
writes accordingly.

The main use case of dm-clone is to clone a potentially remote,
high-latency, read-only, archival-type block device into a writable,
fast, primary-type device for fast, low-latency I/O. The cloned device
is visible/mountable immediately and the copy of the source device to
the destination device happens in the background, in parallel with user
I/O.

When the cloning completes, the dm-clone table can be removed altogether
and be replaced, e.g., by a linear table, mapping directly to the
destination device.

For further information and examples of how to use dm-clone, please read
Documentation/admin-guide/device-mapper/dm-clone.rst

Suggested-by: Vangelis Koukis <vkoukis@arrikto.com>
Co-developed-by: Ilias Tsitsimpis <iliastsi@arrikto.com>
Signed-off-by: Ilias Tsitsimpis <iliastsi@arrikto.com>
Signed-off-by: Nikos Tsironis <ntsironis@arrikto.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
2019-09-12 09:32:31 -04:00
..
cache-policies.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
cache.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
delay.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-clone.rst dm: add clone target 2019-09-12 09:32:31 -04:00
dm-crypt.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-dust.txt docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-flakey.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-init.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-integrity.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-io.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-log.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-queue-length.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-raid.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-service-time.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-uevent.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
dm-zoned.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
era.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
index.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
kcopyd.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
linear.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
log-writes.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
persistent-data.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
snapshot.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
statistics.rst docs: admin-guide: add a series of orphaned documents 2019-07-15 11:03:02 -03:00
striped.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
switch.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
thin-provisioning.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
unstriped.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
verity.rst dm verity: add root hash pkcs#7 signature verification 2019-08-23 10:13:14 -04:00
writecache.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00
zero.rst docs: device-mapper: move it to the admin-guide 2019-07-15 11:03:01 -03:00