]> sourceware.org Git - lvm2.git/commitdiff
fix vd->virtblk
authorAlasdair Kergon <agk@redhat.com>
Thu, 3 Apr 2008 10:29:00 +0000 (10:29 +0000)
committerAlasdair Kergon <agk@redhat.com>
Thu, 3 Apr 2008 10:29:00 +0000 (10:29 +0000)
WHATS_NEW
lib/filters/filter.c

index 6d77af2f3ba659b518ccaa435ac89cba78cf1d60..be19e3c5bd6054e5d43198f4191c927354b966fe 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -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.
index 0115cbc569475b85b909a017d0dbfc19cf4a2d15..7b343fee70af1f16815347a8fd64371329b278e5 100644 (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}
 };
 
This page took 0.032698 seconds and 5 git commands to generate.