1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/liblvm
Dave Wysochanski 29123aa652 Add pvcreate_params to vg_extend.
Another refactoring for implicit pvcreate support.  We need to get
the pvcreate parameters somehow to the vg_extend routine.  Options
seemed to be:
1. Attach the parameters to struct volume_group.  I personally
did not like this idea in most cases, though one could make an
agrument why it might be ok at least for some of the parameters
(e.g. metadatacopies).
2. Pass them in to the extend routine.  This second route seemed
to be the best approach given the constraints.

Future patches will parse the command line and fill in the actual
values for the pvcreate_single call.
Should be no functional change.
2009-10-05 20:02:48 +00:00
..
.exported_symbols Add lvm_vg_get_seqno, updating lvm.h and unit test. 2009-07-28 13:17:04 +00:00
liblvm2app.pc.in check in the correct pkgconfig file 2009-07-23 01:41:53 +00:00
lvm2app.h Add most relevant vg_attr fields as lvm2app 'get' functions. 2009-09-14 19:43:11 +00:00
lvm_base.c Don't include lvm-version.h in exported liblvm file! 2009-07-29 18:38:27 +00:00
lvm_lv.c Make lvm2app lv_t handle definition consistent with lvm_t. 2009-08-13 12:17:32 +00:00
lvm_pv.c Make lvm2app pv_t handle definition consistent with lvm_t. 2009-08-13 12:18:15 +00:00
lvm_vg.c Add pvcreate_params to vg_extend. 2009-10-05 20:02:48 +00:00
Makefile.in Allow for a build directory separate from the source. 2009-10-02 19:10:31 +00:00