]> git.ipfire.org Git - thirdparty/mdadm.git/commit - monitor.c
mdmon: when a reshape is detected, add any newly added devices to the array.
authorNeilBrown <neilb@suse.de>
Wed, 15 Dec 2010 22:07:52 +0000 (09:07 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 15 Dec 2010 22:07:52 +0000 (09:07 +1100)
commit0f99b4bd73c916004fe94d17c7f37c8c6f68c8b8
tree72b2507aaeeebbec3069a88c1e9ce91545bdb288
parentb5420ef325eb2d80da9002a5805d6161f551dc0c
mdmon: when a reshape is detected, add any newly added devices to the array.

When mdadm starts a reshape, it might add some devices to the array
first.  mdmon needs to notice the reshape starting and check for any
new devices.  If there are any they need to be provided to be
monitored.

Signed-off-by: NeilBrown <neilb@suse.de>
managemon.c
mdmon.h
monitor.c