]> sourceware.org Git - lvm2.git/commit
vdo: support vdo_pool_header_size
authorZdenek Kabelac <zkabelac@redhat.com>
Mon, 28 Jun 2021 15:53:08 +0000 (17:53 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 28 Jun 2021 18:41:07 +0000 (20:41 +0200)
commit2c6a2b6e86b57aeb96e93618193426ee129b00a6
tree9b3a9b2474d14288df1d260153cbf19bbcc39526
parent5fcbc3bd7d3473f14e556508fff1b381431c59f0
vdo: support vdo_pool_header_size

Add profilable configurable setting for vdo pool header size, that is
used as 'extra' empty space at the front and end of vdo-pool device
to avoid having a disk in the system the may have same data is real
vdo LV.

For some conversion cases however we may need to allow using '0' header size.

TODO: in this case we may eventually avoid adding 'linear' mapping layer
in future - but this requires further modification over lvm code base.
conf/example.conf.in
lib/config/config_settings.h
lib/config/defaults.h
lib/metadata/lv_manip.c
lib/metadata/metadata-exported.h
lib/metadata/vdo_manip.c
tools/lvconvert.c
tools/lvcreate.c
This page took 0.033776 seconds and 5 git commands to generate.