[PATCH] md: make messages about resync/recovery etc more specific
authorNeilBrown <neilb@suse.de>
Tue, 3 Oct 2006 08:15:57 +0000 (01:15 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 3 Oct 2006 15:04:18 +0000 (08:04 -0700)
commit61df9d91e986f1314af482e7ea5f2312a6cd0d14
treec8e21e589e75354e41089eaeb5fe0e2cb04d20d1
parentf022b2fddd97795bc9333ffb6862eacfa95c6a95
[PATCH] md: make messages about resync/recovery etc more specific

It is possible to request a 'check' of an md/raid array where the whole array
is read and consistancies are reported.

This uses the same mechanisms as 'resync' and so reports in the kernel logs
that a resync is being started.  This understandably confuses/worries people.

Also the text in /proc/mdstat suggests a 'resync' is happen when it is just a
check.

This patch changes those messages to be more specific about what is happening.

Signed-off-by: Neil Brown <neilb@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/md/md.c