1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 18:55:19 +03:00
lvm2/tools
Joe Thornber e74999af51 o Add cmd_line field to struct cmd_context
o  Text format now has a description and time field at the top level.

o  archiving and backup set the description appropriately. eg,

   for an archive:

     description = "Created *before* executing 'lvextend test_vg/lvol0 -l +1'."
     creation_time = 1013166332

   for a backup:

     description = "Created *after* executing 'lvextend test_vg/lvol0 -l +1'."
     creation_time = 1013166332

This is preparing the way for a simple vgcfgundo command.
2002-02-08 11:13:47 +00:00
..
archive.c o Add cmd_line field to struct cmd_context 2002-02-08 11:13:47 +00:00
archive.h o vgcfgrestore. 2002-01-10 14:27:47 +00:00
args.h Basic support for persistent minor numbers; 2002-02-01 17:54:39 +00:00
cmdnames.h Remove gcc -D to support as different gcc versions handle it differently. 2002-01-31 20:15:26 +00:00
commands.h Poor mans lvmdiskscan 2002-02-05 14:31:57 +00:00
defaults.h o More comprehensive config parameter debugging messages. 2002-01-15 23:34:13 +00:00
dmsetup.c Add function that returns the library version. 2002-01-17 14:13:25 +00:00
errors.h Sync tidy. 2002-01-07 22:49:04 +00:00
lvchange.c Basic support for persistent minor numbers; 2002-02-01 17:54:39 +00:00
lvcreate.c Basic support for persistent minor numbers; 2002-02-01 17:54:39 +00:00
lvdisplay.c o lvdisplay now gives a segment map for the -m option. 2002-01-21 12:05:39 +00:00
lvextend.c Merge lvreduce & lvextend into lvresize. 2001-11-13 14:17:50 +00:00
lvm.c o Add cmd_line field to struct cmd_context 2002-02-08 11:13:47 +00:00
lvmchange.c Sync include file changes. 2001-10-05 21:39:30 +00:00
lvmdiskscan.c Poor mans lvmdiskscan 2002-02-05 14:31:57 +00:00
lvreduce.c Merge lvreduce & lvextend into lvresize. 2001-11-13 14:17:50 +00:00
lvremove.c quotes around names in output 2002-01-30 15:04:48 +00:00
lvrename.c quotes around names in output 2002-01-30 15:04:48 +00:00
lvresize.c Correct statement order for case when 'stripes' parameter is not supplied. 2002-01-30 12:17:40 +00:00
lvscan.c Allow compilation against a device-mapper that was installed into $DESTDIR 2002-01-18 16:43:19 +00:00
Makefile.in Poor mans lvmdiskscan 2002-02-05 14:31:57 +00:00
pvchange.c quotes around names in output 2002-01-30 15:04:48 +00:00
pvcreate.c quotes around names in output 2002-01-30 15:04:48 +00:00
pvdisplay.c quotes around names in output 2002-01-30 15:04:48 +00:00
pvscan.c quotes around names in output 2002-01-30 15:04:48 +00:00
stub.h Poor mans lvmdiskscan 2002-02-05 14:31:57 +00:00
toollib.c quotes around names in output 2002-01-30 15:04:48 +00:00
toollib.h o A vgimport implementation 2002-01-29 19:19:37 +00:00
tools.h Basic support for persistent minor numbers; 2002-02-01 17:54:39 +00:00
version.h.in Support --version argument and 'version' shell command. 2002-01-17 16:39:24 +00:00
vgcfgbackup.c o Add cmd_line field to struct cmd_context 2002-02-08 11:13:47 +00:00
vgcfgrestore.c o Actually check in vgcfgrestore. 2002-01-15 18:17:57 +00:00
vgchange.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgck.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgcreate.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgdisplay.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgexport.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgextend.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgimport.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgmerge.c Remove stray comma. 2002-01-30 17:25:51 +00:00
vgreduce.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgremove.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgrename.c quotes around names in output 2002-01-30 15:04:48 +00:00
vgscan.c quotes around names in output 2002-01-30 15:04:48 +00:00