1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00
lvm2/tools
Alasdair Kergon 812c699c8d Basic support for persistent minor numbers;
slightly different from the current LVM1 method.

  lvcreate --persistent y  --minor 10   (to specify when created)
  lvchange --persistent n  (to turn off)
  lvchange --persistent y  --minor 11   (to change)

--persistent uses a new LV status flag stored on disk
minor number is stored on disk the same way as LVM1 does
(but major number stored is 0; any LVM1 major/minor setting gets lost)

  lvchange -ay --minor 12 (to activate using minor 12, regardless of the
                           on-disk setting, which doesn't get changed)

--minor == -m
--persistent == -M
2002-02-01 17:54:39 +00:00
..
archive.c quotes around names in output 2002-01-30 15:04:48 +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 Basic support for persistent minor numbers; 2002-02-01 17:54:39 +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 Basic support for persistent minor numbers; 2002-02-01 17:54:39 +00:00
lvmchange.c Sync include file changes. 2001-10-05 21:39:30 +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 Remove gcc -D to support as different gcc versions handle it differently. 2002-01-31 20:15:26 +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 Display error when running unimplemented functions. 2002-01-31 20:37:26 +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 quotes around names in output 2002-01-30 15:04:48 +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