1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-28 03:27:58 +03:00

Add SUN's LDOM virtual block device to filters

Thanks to Fabio Massimo Di Nitto
This commit is contained in:
Patrick Caulfield 2007-07-19 07:06:47 +00:00
parent 03eee0e2ed
commit 35b13fdb5e
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
Version 2.02.28 -
================================
Add SUN's LDOM virtual block device to filters
Split metadata-external.h out from metadata.h for the tools to use.
Version 2.02.27 - 17th July 2007

View File

@ -75,6 +75,7 @@ static const device_info_t device_info[] = {
{"aoe", 16}, /* ATA over Ethernet */
{"device-mapper", 1}, /* Other mapped devices */
{"xvd", 16}, /* Xen virtual block device */
{"vdisk", 8}, /* SUN's LDOM virtual block device */
{NULL, 0}
};