mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add MMC device type to filters.
This commit is contained in:
parent
19061a1a15
commit
1cc75dfb53
@ -1,5 +1,6 @@
|
||||
Version 2.02.46 -
|
||||
================================
|
||||
Add MMC (mmcblk) device type to filters.
|
||||
Introduce memory pools per volume group (to reduce memory for large VGs).
|
||||
Add memory pool leaks detection.
|
||||
Use copy of PV structure when manipulating with global PV lists.
|
||||
|
@ -78,6 +78,7 @@ static const device_info_t device_info[] = {
|
||||
{"vdisk", 8}, /* SUN's LDOM virtual block device */
|
||||
{"ps3disk", 16}, /* PlayStation 3 internal disk */
|
||||
{"virtblk", 8}, /* VirtIO disk */
|
||||
{"mmc", 16}, /* MMC block device */
|
||||
{NULL, 0}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user