]> git.karo-electronics.de Git - karo-tx-linux.git/commit
DM RAID: Add message/status support for changing sync action
authorJonathan Brassow <jbrassow@redhat.com>
Tue, 19 Mar 2013 17:20:45 +0000 (12:20 -0500)
committerNeilBrown <neilb@suse.de>
Wed, 27 Mar 2013 07:09:08 +0000 (18:09 +1100)
commitb9885c70d8fa407402268bf11d37c58f6eeb1e62
treeda47d356138b576f0a6e2fcf86ea43b61817a996
parent0663f60fe17f00d2ec4e06637a6b9d4460b9cfef
DM RAID: Add message/status support for changing sync action

DM RAID:  Add message/status support for changing sync action

This patch adds a message interface to dm-raid to allow the user to more
finely control the sync actions being performed by the MD driver.  This
gives the user the ability to initiate "check" and "repair" (i.e. scrubbing).
Two additional fields have been appended to the status output to provide more
information about the type of sync action occurring and the results of those
actions, specifically: <sync_action> and <mismatch_cnt>.  These new fields
will always be populated.  This is essentially the device-mapper way of doing
what MD controls through the 'sync_action' sysfs file and shows through the
'mismatch_cnt' sysfs file.

Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Documentation/device-mapper/dm-raid.txt
drivers/md/dm-raid.c