1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-26 03:22:12 +03:00
lvm2/lib/activate
Alasdair Kergon 366ec35612 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
..
activate.c Basic support for persistent minor numbers; 2002-02-01 17:54:39 +00:00
activate.h Support --version argument and 'version' shell command. 2002-01-17 16:39:24 +00:00
dmfs-driver.h o proposed interface to the kernel driver 2001-10-09 16:44:30 +00:00
fs.c Tweak some error message levels. 2002-01-27 21:30:47 +00:00
fs.h o ACTIVE is no longer a status flag - lv_active() used to check if an LV 2002-01-10 23:21:07 +00:00
names.c o names.[hc] 2002-01-21 13:11:03 +00:00
names.h o names.[hc] 2002-01-21 13:11:03 +00:00
table-build.c o LGPL list implementation 2001-10-31 12:47:01 +00:00
table-build.h o builds a very sub-optimal table 2001-10-10 15:30:31 +00:00