]> sourceware.org Git - lvm2.git/commitdiff
xen xvd
authorAlasdair Kergon <agk@redhat.com>
Wed, 9 Nov 2005 12:47:16 +0000 (12:47 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 9 Nov 2005 12:47:16 +0000 (12:47 +0000)
WHATS_NEW
lib/filters/filter.c

index d0c550c199638ed13eb408a2c8e1101a30a13432..db3514dc59dc40e0268c92a33ef91a076bdd6daf 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.00 - 
 ===================================
+  Added xen xvd devices.
   Clear up precommitted metadata better.
   A pvresize implementation.
   Fix contiguous allocation when there are no preceding segments.
index 83aefe895c1e434eb9cb4e854ecf0298456215e5..15bc6450602b704e6c579205ec09d6c5e1227246 100644 (file)
@@ -72,6 +72,7 @@ static const device_info_t device_info[] = {
        {"ramdisk", 1},         /* RAM disk */
        {"aoe", 16},            /* ATA over Ethernet */
        {"device-mapper", 1},   /* Other mapped devices */
+       {"xvd", 16},            /* Xen virtual block device */
        {NULL, 0}
 };
 
This page took 0.039905 seconds and 5 git commands to generate.