]> sourceware.org Git - lvm2.git/commit
Change create_instance to create PV-based as well as VG-based format instances.
authorPeter Rajnoha <prajnoha@redhat.com>
Mon, 21 Feb 2011 12:05:49 +0000 (12:05 +0000)
committerPeter Rajnoha <prajnoha@redhat.com>
Mon, 21 Feb 2011 12:05:49 +0000 (12:05 +0000)
commit88129db5e189feb8a091f06ce37d46f6dc2206ba
tree061c523c7ed2ce8c22f4a6bdff86b5af0b8d7bc8
parent716c4ebe52afc09ae233ecd7f74444d5554b6525
Change create_instance to create PV-based as well as VG-based format instances.
Add supporting functions to work with the format instance and metadata area
structures stored within the format instance. Add support for simple indexing
of metadata areas using PV id and mda order (for on-disk PV only for now, we
can extend the indexing even for other mdas if needed - we only need to define
a proper key for the index).
lib/format1/format1.c
lib/format_pool/format_pool.c
lib/format_text/format-text.c
lib/format_text/format-text.h
lib/metadata/metadata.c
lib/metadata/metadata.h
This page took 0.034263 seconds and 5 git commands to generate.