]> sourceware.org Git - lvm2.git/commit
lvconvert: suppress zeroing warning when converting to thin
authorZdenek Kabelac <zkabelac@redhat.com>
Wed, 27 Jul 2016 11:36:25 +0000 (13:36 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 27 Jul 2016 14:20:57 +0000 (16:20 +0200)
commit5636bfd83d54f119d313603f4f9070bf0dfba2fe
tree8bfb62579b5d3e2b2652636c9c346a49c7ee9e51
parentf66ae6e80f37e83d6e71f93127b60978801dc445
lvconvert: suppress zeroing warning when converting to thin

When volume was lvconvert-ed to a thin-volume with external origin,
then in case thin-pool was in non-zeroing mode
it's been printing WARNING about not zeroing thin volume - but
this is wanted and expected - so nothing to warn about.

So in this particular use case WARNING needs to be suppressed.

Adding parameter support for lvcreate_params.

So now lvconvert creates 'normal thin LV' in read-only mode
(so any read will 'return 0' for a moment)
then deactivate regular thin LV and reacreate in 'final R/RW' mode
thin LV with external origin and activate again.
WHATS_NEW
lib/metadata/lv_manip.c
lib/metadata/metadata-exported.h
tools/lvconvert.c
This page took 0.037557 seconds and 5 git commands to generate.