]> sourceware.org Git - lvm2.git/commit
lvconvert: use command defs for raid/mirror types
authorDavid Teigland <teigland@redhat.com>
Mon, 19 Dec 2016 21:53:21 +0000 (15:53 -0600)
committerDavid Teigland <teigland@redhat.com>
Mon, 13 Feb 2017 14:20:10 +0000 (08:20 -0600)
commit46b2599d5c4e01eee66be7c45aa6cf36d7cbc50f
treec59553c485ac7eb84a1ef8f84ead7ff530687dc9
parenta801b92b2c81213dddccc9f9a09794208f92bfc9
lvconvert: use command defs for raid/mirror types

All lvconvert functionality has been moved out of the
previous monolithic lvconvert code, except conversions
related to raid/mirror/striped/linear.  This switches
that remaining code to be based on command defs, and
standard process_each_lv arg processing.  This final
switch results in quite a bit of dead code that is
also removed.
tools/command-lines.in
tools/lvconvert.c
tools/lvmcmdline.c
tools/tools.h
This page took 0.035251 seconds and 5 git commands to generate.