]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitec816bf3e0754b4d932dce8f213ea8ffd4ac6c70
treec8e21e589e75354e41089eaeb5fe0e2cb04d20d1
parentdc0a1a05261ed1474e1f154561287f458ffaf529
[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