1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

i2o_block

This commit is contained in:
Alasdair Kergon 2004-06-01 18:33:50 +00:00
parent 7d36b514d8
commit 2ea0f30ffa
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@ Version 2.00.17 -
=============================
Suppress decimal point when using units of sectors/bytes.
Additional kernel target checks before pvmove & snapshot creation.
Add i2o_block.
Version 2.00.16 - 24 May 2004
=============================

View File

@ -54,6 +54,7 @@ static const device_info_t device_info[] = {
{"ataraid", 16}, /* ATA Raid */
{"drbd", 16}, /* Distributed Replicated Block Device */
{"power2", 16}, /* EMC Powerpath */
{"i2o_block", 16}, /* i2o Block Disk */
{NULL, 0}
};