Update of /cvsroot/sblim/cmpi-fsvol
In directory vz-cvs-3.sog:/tmp/cvs-serv1838
Modified Files:
NEWS OSBase_BlockStorageStatisticalData.c
Log Message:
Fixed 3303682: include virtio devices in disk query
Index: NEWS
===================================================================
RCS file: /cvsroot/sblim/cmpi-fsvol/NEWS,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- NEWS 5 Apr 2011 01:24:15 -0000 1.15
+++ NEWS 18 May 2011 02:33:45 -0000 1.16
@@ -1,7 +1,11 @@
+Changes in 1.5.1
+================
+
Bugs:
- 3044649 remove Linux_CSProcessor from reg file
- 3275200 provider scripts don't pass all command line opts
- 3275169 bash error reported in provider bootstrap scripts
+- 3303682 include virtio devices in disk query
Changes in 1.5.0
================
Index: OSBase_BlockStorageStatisticalData.c
===================================================================
RCS file: /cvsroot/sblim/cmpi-fsvol/OSBase_BlockStorageStatisticalData.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- OSBase_BlockStorageStatisticalData.c 2 Jun 2009 19:42:24 -0000 1.4
+++ OSBase_BlockStorageStatisticalData.c 18 May 2011 02:33:45 -0000 1.5
@@ -30,8 +30,8 @@
#define CHECK_FCT_PARAM
-#define HD_CMD "grep \"[hs]d[a-z] \" /proc/partitions"
-#define HD_CMD_26 "grep \"[hs]d[a-z] \" /proc/diskstats"
+#define HD_CMD "grep \"[hsv]d[a-z] \" /proc/partitions"
+#define HD_CMD_26 "grep \"[hsv]d[a-z] \" /proc/diskstats"
#define STATS_FILE "/proc/partitions"
#define STATS_FILE_26 "/proc/diskstats"
|