mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
add fio
This commit is contained in:
parent
6a095ca99f
commit
b84bb4d9c2
@ -1,5 +1,6 @@
|
|||||||
Version 2.02.81 -
|
Version 2.02.81 -
|
||||||
===================================
|
===================================
|
||||||
|
Accept fusion fio in device type filter.
|
||||||
Add disk to mirrored log type conversion.
|
Add disk to mirrored log type conversion.
|
||||||
|
|
||||||
Version 2.02.80 - 10th January 2011
|
Version 2.02.80 - 10th January 2011
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2001-2004 Sistina Software, Inc. All rights reserved.
|
* 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.
|
* This file is part of LVM2.
|
||||||
*
|
*
|
||||||
@ -128,6 +128,7 @@ static const device_info_t device_info[] = {
|
|||||||
{"virtblk", 8}, /* VirtIO disk */
|
{"virtblk", 8}, /* VirtIO disk */
|
||||||
{"mmc", 16}, /* MMC block device */
|
{"mmc", 16}, /* MMC block device */
|
||||||
{"blkext", 1}, /* Extended device partitions */
|
{"blkext", 1}, /* Extended device partitions */
|
||||||
|
{"fio", 16}, /* Fusion */
|
||||||
{NULL, 0}
|
{NULL, 0}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user