1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 01:55:10 +03:00

Recognise gnbd.

This commit is contained in:
Alasdair Kergon 2005-01-19 18:56:01 +00:00
parent 5d0b9f475a
commit c44c015a2d
3 changed files with 6 additions and 1 deletions

View File

@ -1 +1 @@
2.01.01-cvs (2005-01-19)
2.01.02-cvs (2005-01-19)

View File

@ -1,3 +1,7 @@
Version 2.01.02 -
===================================
Recognise gnbd devices.
Version 2.01.01 - 19th January 2005
===================================
Fix clvmd lv_info_by_lvid open_count.

View File

@ -69,6 +69,7 @@ static const device_info_t device_info[] = {
{"power2", 16}, /* EMC Powerpath */
{"i2o_block", 16}, /* i2o Block Disk */
{"iseries/vd", 8}, /* iSeries disks */
{"gnbd", 1}, /* Network block device */
{NULL, 0}
};