commit | ba1b41b6b4e30cb66ae2775faadea05cae3ce61c | [log] [tgz] |
---|---|---|
author | NeilBrown <neilb@suse.de> | Fri Jan 14 09:14:34 2011 +1100 |
committer | NeilBrown <neilb@suse.de> | Fri Jan 14 09:14:34 2011 +1100 |
tree | 02da80f72095418dd1a08661f59c24607029a8e7 | |
parent | 1a940fcee31ec6c18c2f24dbdad31d54e4c35048 [diff] |
md: range check slot number when manually adding a spare. When adding a spare to an active array, we should check the slot number, but allow it to be larger than raid_disks if a reshape is being prepared. Apply the same test when adding a device to an array-under-construction. It already had most of the test in place, but not quite all. Signed-off-by: NeilBrown <neilb@suse.de>