Package: fai-client
Version: 3.2.4

With some adaptec raid controler the disk device /dev/i2o/hdX is not
recognized by the /usr/lib/fai/disk-info script. This prevents the
task_partition and therefore the installation fails.

This bug was first reported by Sandro Bordacchini with fai version
3.1.8, see:

    http://www.mail-archive.com/[email protected]/msg01648.html

It looks like nothing happend so far, so here's the patch again.

Regards

    Jürgen Kahnert


--- disk-info.orig      2009-02-13 15:28:53.000000000 +0100
+++ disk-info   2009-02-13 15:29:16.000000000 +0100
@@ -20,6 +20,6 @@
 }
 # - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 # echo a space separated list of devices and their block size
-egrep ' cciss/c.d.\b| ida/c.d.\b| rd/c.d.\b| hd.\b| sd.\b|/disc\b' /proc/partitions | diskandsize
+egrep ' i2o/hd.\b| cciss/c.d.\b| ida/c.d.\b| rd/c.d.\b| hd.\b| sd.\b|/disc\b' /proc/partitions | diskandsize

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to