Re: Problem with diskstats (kernel 2.6.15-gentoo-r1)

From: Stephen Cameron
Date: Mon Apr 03 2006 - 09:43:50 EST



Toon van der Pas wrote:

> This morning I discovered a strange problem with the output of
> /proc/diskstats; the cciss driver only produces the first 4 fields:
>

It's working correctly so far as I can tell.
Check block/genhd.c, diskstat_show().

It prints per-disk and per-partition information.
There are 4 fields printed for each partition, but more
fields per each disk. (check your output again, and note
the lines for cciss/c0d0 and cciss/c0d1 (the disks) vs.
the lines for cciss/c0d?p? (the partitions.) Most of your
devices in there don't have any partition information so
you just see the per-disk lines, not the per-partition lines
since there are no partitions. Cciss looks different
than the others because you actually have partitions on that
device.

-- steve



__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/