1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-03-10 16:58:47 +03:00
Alasdair G Kergon a3a5f58c21 reporting: Add devtypes command.
Add internal devtypes reporting command to display built-in recognised
block device types.  (The output does not include any additional
types added by a configuration file.)

> lvm devtypes -o help
  Device Types Fields
  -------------------
    devtype_all            - All fields in this section.
    devtype_name           - Name of Device Type exactly as it appears in /proc/devices.
    devtype_max_partitions - Maximum number of partitions. (How many device minor numbers get reserved for each device.)
    devtype_description    - Description of Device Type.

> lvm devtypes
  DevType       MaxParts Description
  aoe                 16 ATA over Ethernet
  ataraid             16 ATA Raid
  bcache               1 bcache block device cache
  blkext               1 Extended device partitions
...
2013-09-18 01:09:15 +01:00
..
2013-09-18 01:09:15 +01:00
2008-01-30 14:00:02 +00:00
2008-01-30 14:00:02 +00:00
2013-07-01 23:11:14 +02:00
2012-08-25 20:35:48 +01:00
2013-07-09 03:07:55 +01:00
2012-08-23 14:37:21 +02:00
2013-07-08 14:01:41 +02:00
2013-07-09 03:07:55 +01:00
2013-09-18 01:09:15 +01:00
2013-07-01 23:11:14 +02:00
2012-08-25 20:35:48 +01:00
2013-07-24 22:10:37 +01:00