[lvm-devel] [PATCH 0/7]: Implement lvm_vg_create() and 4 required vg_set*() APIs

Alasdair G Kergon agk at redhat.com
Tue Jul 7 21:25:00 UTC 2009


On Tue, Jul 07, 2009 at 03:50:01AM -0400, Dave Wysochanski wrote:
> The following 7 patches implement the beginning of lvm_vg_create() liblvm API.
> This API will create a VG with default parameters and return a vg_t.  Later,
> if any parameters of the VG need set, they are done with a separate 'set' call.

The distinction we made at LinuxTag was between parameters that would normally
need to be set (like the name of the VG) and parameters that normally do not need
to be (like max_lv).  (This is judged from the perspective of a typical library
user - not necessarily the lvm2 tools themselves.)

Alasdair




More information about the lvm-devel mailing list