* [Q] md: Why mddev->pers->status() '[2/1]' - degraded in second value?
@ 2012-12-07 17:51 Sebastian Riemer
0 siblings, 0 replies; only message in thread
From: Sebastian Riemer @ 2012-12-07 17:51 UTC (permalink / raw)
To: Linux RAID
Hi all,
can somebody answer the question why in /proc/mdstat the degraded count
is used in the second parameter and not in the first of the string "[2/1]"?
Here is the related code:
from raid1.c:
seq_printf(seq, " [%d/%d] [", conf->raid_disks,
conf->raid_disks - mddev->degraded);
In the other personalities it is the same. For me it would make more
sense to see that I've got "[1/2]" (one of two) active.
I couldn't find the explanation in "Documentation/md.txt".
Cheers,
Sebastian
--
Sebastian Riemer
Linux Kernel Developer - Storage
We are looking for (SENIOR) LINUX KERNEL DEVELOPERS!
ProfitBricks GmbH • Greifswalder Str. 207 • 10405 Berlin, Germany
www.profitbricks.com • sebastian.riemer@profitbricks.com
--
To unsubscribe from this list: send the line "unsubscribe linux-raid" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-07 17:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 17:51 [Q] md: Why mddev->pers->status() '[2/1]' - degraded in second value? Sebastian Riemer
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.