mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
xen xvd
This commit is contained in:
parent
c650c19805
commit
436d36943d
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.00 -
|
Version 2.02.00 -
|
||||||
===================================
|
===================================
|
||||||
|
Added xen xvd devices.
|
||||||
Clear up precommitted metadata better.
|
Clear up precommitted metadata better.
|
||||||
A pvresize implementation.
|
A pvresize implementation.
|
||||||
Fix contiguous allocation when there are no preceding segments.
|
Fix contiguous allocation when there are no preceding segments.
|
||||||
|
@ -72,6 +72,7 @@ static const device_info_t device_info[] = {
|
|||||||
{"ramdisk", 1}, /* RAM disk */
|
{"ramdisk", 1}, /* RAM disk */
|
||||||
{"aoe", 16}, /* ATA over Ethernet */
|
{"aoe", 16}, /* ATA over Ethernet */
|
||||||
{"device-mapper", 1}, /* Other mapped devices */
|
{"device-mapper", 1}, /* Other mapped devices */
|
||||||
|
{"xvd", 16}, /* Xen virtual block device */
|
||||||
{NULL, 0}
|
{NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user