1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00
This commit is contained in:
Alasdair Kergon 2011-01-12 15:28:33 +00:00
parent 6a095ca99f
commit b84bb4d9c2
2 changed files with 3 additions and 1 deletions

View File

@ -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

View 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}
};