[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] # of filesystems displayed in "disk" column is 1, but 5 in trends column



Henrik Stoerner wrote:
On Mon, Aug 14, 2006 at 08:55:11AM -0400, Tom Georgoulias wrote:
I wonder if it is caused by the names of the filesystems in the disk report. Seems like "case DT_NETAPP:" in do_disk.c is capable of handling them, although I'm not C code expert.

That code handles it OK, that is why you get the 5 graphs on the "trends" page. The code that mis-handles it is the line-counting code that generates the "disk" status page.

Here's how the filesystems are listed in the disk report:

aggr0
aggr0/.snapshot
aggr0total
/vol/prod01/
/vol/prod01/.snapshot
/vol/prod01/total
/vol/vol0/
/vol/vol0/.snapshot
/vol/vol0/total

Is there a red/yellow/green icon in front of those lines ? That would explain why you get a count of 1.

Yes, there is! Good catch! Should I drop those from the report? Or will that affect the column count in do_disk.c? Did something change from the 4.1 hobbit release that makes this more of an issue?


Tom