1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/liblvm
Dave Wysochanski bae6bc62bd Update lvm_vg_extend to do an implicit pvcreate on the device.
Although the tools do not currently do this, we update lvm_vg_extend
to do an implicit pvcreate on an uninitialized device.  The tools will
soon be refactored to do this as well, but more work is needed in the
tools.  For now we update lvm_vg_extend since this is the behavior
required by liblvm.
With this change, the simple liblvm unit test, test/api/vgtest.c
should pass whether or not the device is initialized.


Author: Dave Wysochanski <dwysocha@redhat.com>
2009-07-26 01:54:40 +00:00
..
.exported_symbols Add lvm_scan_vgs liblvm fn to scan the system for LVM metadata. 2009-07-24 12:48:21 +00:00
liblvm2app.pc.in check in the correct pkgconfig file 2009-07-23 01:41:53 +00:00
lvm_base.c Add lvm_errno and lvm_errmsg to liblvm to obtain failure information. 2009-07-16 00:36:59 +00:00
lvm_lv.c Add lvm_{pv|vg|lv}_get_{uuid|name}. 2009-07-23 23:40:05 +00:00
lvm_pv.c Add lvm_{pv|vg|lv}_get_{uuid|name}. 2009-07-23 23:40:05 +00:00
lvm_vg.c Update lvm_vg_extend to do an implicit pvcreate on the device. 2009-07-26 01:54:40 +00:00
lvm.h Update lvm_vg_extend to do an implicit pvcreate on the device. 2009-07-26 01:54:40 +00:00
Makefile.in Add lvm_{pv|vg|lv}_get_{uuid|name}. 2009-07-23 23:40:05 +00:00