]> sourceware.org Git - lvm2.git/commit
vdo: enhance activation with layer -vpool
authorZdenek Kabelac <zkabelac@redhat.com>
Fri, 13 Sep 2019 23:13:33 +0000 (01:13 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Tue, 17 Sep 2019 11:17:19 +0000 (13:17 +0200)
commit6612d8dd5e77eab1b24cafccffa83e65a504c94f
treec61f6d7edee3f8d627a84ce33473d1383460fc06
parent66f69e766e576692ea32328c1921acbacb69ed14
vdo: enhance activation with layer -vpool

Enhance 'activation' experience for VDO pool to more closely match
what happens for thin-pools where we do use a 'fake' LV to keep pool
running even when no thinLVs are active. This gives user a choice
whether he want to keep thin-pool running (wihout possibly lenghty
activation/deactivation process)

As we do plan to support multple VDO LVs to be mapped into a single VDO,
we want to give user same experience and 'use-patter' as with thin-pools.

This patch gives option to activate VDO pool only without activating
VDO LV.

Also due to 'fake' layering LV we can protect usage of VDO pool from
command like 'mkfs' which do require exlusive access to the volume,
which is no longer possible.

Note: VDO pool contains 1024 initial sectors as 'empty' header - such
header is also exposed in layered LV (as read-only LV).
For blkid we are indentified as LV with UUID suffix - thus private DM
device of lvm2 - so we do not need to store any extra info in this
header space (aka zero is good enough).
WHATS_NEW
lib/activate/activate.c
lib/activate/dev_manager.c
lib/metadata/vdo_manip.c
lib/misc/lvm-string.c
tools/lvchange.c
This page took 0.03489 seconds and 5 git commands to generate.