From: NeilBrown Date: Wed, 9 Nov 2005 05:39:26 +0000 (-0800) Subject: [PATCH] md: allow a manual resync with md X-Git-Tag: v2.6.15-rc1~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24dd469d728dae07f40c5d79ea6dedd38cdf1a30;p=pandora-kernel.git [PATCH] md: allow a manual resync with md You can trigger a 'check' with echo check > /sys/block/mdX/md/scan_mode or a check-and-repair errors with echo repair > /sys/block/mdX/md/scan_mode and read the current state from the same file. Note: personalities need to know the different between 'check' and 'repair', but don't yet. Until they do, 'check' will be the same as 'repair' and will just do a normal resync pass. Signed-off-by: Neil Brown Cc: Greg KH Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed