]> sourceware.org Git - lvm2.git/commit
lvconvert: tune cache-pool zeroing
authorZdenek Kabelac <zkabelac@redhat.com>
Sat, 23 Jul 2016 19:17:56 +0000 (21:17 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Wed, 27 Jul 2016 14:20:57 +0000 (16:20 +0200)
commit3c377f8334491421207ae91094e9d7b3be0a300f
tree00d48b6f652239c58b5acab76f0d82a079f59147
parent5636bfd83d54f119d313603f4f9070bf0dfba2fe
lvconvert: tune cache-pool zeroing

Follow-up to 27a767d5e8cedf9cac31eb3562cf8fdd4aa88b7c.
Tunning behavior in a way we always prompt when option --zero is NOT specified.
Without -Z lvm expects user wants to 'reset' cache-pool metadata
(they could have been splitted from some cached LV)

If user doesn't want to zero metadata he needs to specify -Zn.

User may also avoid prompting for zeroing by using -Zy for
cache-pool (basically equals using --yes  without -Z being given)
(unlike full convert case, there is no cache-pool being converted,
so there is not 'uncoditional' prompt in this case).
WHATS_NEW
tools/lvconvert.c
This page took 0.079006 seconds and 5 git commands to generate.