1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/tools
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
..
archive.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
archive.h Run through indent - no (intentional) changes to any code. 2002-02-11 21:00:35 +00:00
args.h Merge with text format branch. 2002-04-24 18:20:51 +00:00
cmdnames.h Run through indent - no (intentional) changes to any code. 2002-02-11 21:00:35 +00:00
commands.h Merge with text format branch. 2002-04-24 18:20:51 +00:00
dmsetup.c Support device queries by uuid as well as by name. (Used by lvrename.) 2002-03-18 23:39:42 +00:00
lvchange.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
lvcreate.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
lvdisplay.c Missing VG lock when iterating through all LVs. 2002-04-15 16:27:39 +00:00
lvextend.c Preparation for an LVM2 liblvm - pass cmd_context into each tool and 2002-02-11 20:50:53 +00:00
lvm.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
lvmchange.c Preparation for an LVM2 liblvm - pass cmd_context into each tool and 2002-02-11 20:50:53 +00:00
lvmdiskscan.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
lvreduce.c Preparation for an LVM2 liblvm - pass cmd_context into each tool and 2002-02-11 20:50:53 +00:00
lvremove.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
lvrename.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
lvresize.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
lvscan.c Missing VG lock when iterating through all LVs. 2002-04-15 16:27:39 +00:00
Makefile.in Implement an external locking interface. 2002-04-08 16:04:50 +00:00
pvchange.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
pvcreate.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
pvdisplay.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
pvscan.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
stub.h pvresize command 2002-02-25 15:32:58 +00:00
toollib.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
toollib.h Merge with text format branch. 2002-04-24 18:20:51 +00:00
tools.h Merge with text format branch. 2002-04-24 18:20:51 +00:00
version.h.in Support --version argument and 'version' shell command. 2002-01-17 16:39:24 +00:00
vgcfgbackup.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgcfgrestore.c Run through indent - no (intentional) changes to any code. 2002-02-11 21:00:35 +00:00
vgchange.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgck.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgcreate.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgdisplay.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgexport.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgextend.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgimport.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgmerge.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgreduce.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgremove.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgrename.c Merge with text format branch. 2002-04-24 18:20:51 +00:00
vgscan.c Merge with text format branch. 2002-04-24 18:20:51 +00:00