1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

fix vd->virtblk

This commit is contained in:
Alasdair Kergon 2008-04-03 10:29:00 +00:00
parent bae74dff07
commit 810e500118
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ Version 2.02.34 -
Use return_0 in a couple more places.
Correct a function name typo in _line_append error message.
Include limits.h in clvmd so it compiles with newer headers.
Add VirtIO disks (vd) to filters.
Add VirtIO disks (virtblk) to filters.
Fix resetting of MIRROR_IMAGE and VISIBLE_LV after removal of LV. (2.02.30)
Fix remove_layer_from_lv to empty the LV before removing it. (2.02.30)
Add missing no-longer-used segs_using_this_lv test to check_lv_segments.

View File

@ -77,7 +77,7 @@ static const device_info_t device_info[] = {
{"xvd", 16}, /* Xen virtual block device */
{"vdisk", 8}, /* SUN's LDOM virtual block device */
{"ps3disk", 16}, /* PlayStation 3 internal disk */
{"vd", 8}, /* VirtIO disk */
{"virtblk", 8}, /* VirtIO disk */
{NULL, 0}
};