]> 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)
commit3a760ad8cdaeefac4f705f281ddbddca610410aa
tree061c523c7ed2ce8c22f4a6bdff86b5af0b8d7bc8
parent37c5724db2cecff16e890e17e44dd354c165f990
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.03182 seconds and 5 git commands to generate.