[Fai-commit] r4876 - trunk/lib

lange at alioth.debian.org lange at alioth.debian.org
Sun May 4 08:56:16 UTC 2008


Author: lange
Date: 2008-05-04 08:56:16 +0000 (Sun, 04 May 2008)
New Revision: 4876

Modified:
   trunk/lib/disk-info
Log:
add regex for Adaptec i2o controller (closes: #466670)


Modified: trunk/lib/disk-info
===================================================================
--- trunk/lib/disk-info	2008-05-04 08:44:08 UTC (rev 4875)
+++ trunk/lib/disk-info	2008-05-04 08:56:16 UTC (rev 4876)
@@ -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
 
 




More information about the Fai-commit mailing list