]> sourceware.org Git - lvm2.git/commitdiff
add fio
authorAlasdair Kergon <agk@redhat.com>
Wed, 12 Jan 2011 15:28:33 +0000 (15:28 +0000)
committerAlasdair Kergon <agk@redhat.com>
Wed, 12 Jan 2011 15:28:33 +0000 (15:28 +0000)
WHATS_NEW
lib/filters/filter.c

index c5dfcc7de10f3017bbbd61a7dd9a289d1fd7e0c6..33536590211b9d3b45d3a7cec2bd4fd9d4124534 100644 (file)
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -1,5 +1,6 @@
 Version 2.02.81 -
 ===================================
+  Accept fusion fio in device type filter.
   Add disk to mirrored log type conversion.
 
 Version 2.02.80 - 10th January 2011
index c623d2a66d93023108daf0d279eb72dbdc0ebcf2..58d7c79f1f5cabc003477a5cdcda3ad8e97c000c 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
- * Copyright (C) 2004-2007 Red Hat, Inc. All rights reserved.
+ * Copyright (C) 2004-2011 Red Hat, Inc. All rights reserved.
  *
  * This file is part of LVM2.
  *
@@ -128,6 +128,7 @@ static const device_info_t device_info[] = {
        {"virtblk", 8},         /* VirtIO disk */
        {"mmc", 16},            /* MMC block device */
        {"blkext", 1},          /* Extended device partitions */
+       {"fio", 16},            /* Fusion */
        {NULL, 0}
 };
 
This page took 0.043578 seconds and 5 git commands to generate.