1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/lib/datastruct
Alasdair Kergon 25b733809a Merge with text format branch.
Lots of changes/very little testing so far => there'll be bugs!

Use 'vgcreate -M text' to create a volume group with its metadata stored
in text files.  Text format metadata changes should be reasonably atomic,
with a (basic) automatic recovery mechanism if the system crashes while a
change is in progress.

Add a metadata section to lvm.conf to specify multiple directories if
you want (recommended) to keep multiple copies of the metadata (eg on
different filesystems).

e.g. metadata {
        dirs = ["/etc/lvm/metadata1","/usr/local/lvm/metadata2"]
}

Plenty of refinements still in the pipeline.
2002-04-24 18:20:51 +00:00
..
bitset.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
bitset.h o First pass at the regex code. lib/regex/matcher takes an array of regex's 2001-10-19 14:36:57 +00:00
btree.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
btree.h o Trivial binary tree 2001-10-25 11:38:19 +00:00
hash.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
hash.h o Added a macro called hash_iterate, that is similar to list_iterate 2002-02-25 11:52:58 +00:00
list.h Add list_iterate that's safe with deletions. 2002-01-29 16:28:52 +00:00
lvm-types.h Use inttypes.h 2001-11-15 14:14:03 +00:00