[Fai-commit] r5415 - in trunk: debian lib

Thomas Lange lange at alioth.debian.org
Tue May 19 09:16:38 UTC 2009


Author: lange
Date: 2009-05-19 09:16:37 +0000 (Tue, 19 May 2009)
New Revision: 5415

Modified:
   trunk/debian/changelog
   trunk/lib/task_sysinfo
Log:
task_sysinfo: call blkid on all disks

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2009-05-16 22:10:12 UTC (rev 5414)
+++ trunk/debian/changelog	2009-05-19 09:16:37 UTC (rev 5415)
@@ -4,8 +4,9 @@
   * subroutines-linux: fix log message
     remove yes pipe when calling debootstrap
   * fai-class: add string warning to message
+  * task_sysinfo: call blkid on all disks
 
- -- Thomas Lange <lange at debian.org>  Mon, 11 May 2009 09:55:53 +0200
+ -- Thomas Lange <lange at debian.org>  Tue, 19 May 2009 11:16:29 +0200
 
 fai (3.2.20) unstable; urgency=low
 

Modified: trunk/lib/task_sysinfo
===================================================================
--- trunk/lib/task_sysinfo	2009-05-16 22:10:12 UTC (rev 5414)
+++ trunk/lib/task_sysinfo	2009-05-19 09:16:37 UTC (rev 5415)
@@ -38,6 +38,8 @@
 [ -f /proc/scsi/scsi ] && cat /proc/scsi/scsi
 cat /proc/partitions
 
+blkid
+
 for disk in $disklist; do
     smartctl -i /dev/$disk 
     hdparm -iv /dev/$disk




More information about the Fai-commit mailing list