commit | f7bee80945155ad0326916486dabc38428c6cdef | [log] [tgz] |
---|---|---|
author | Krzysztof Wojcik <krzysztof.wojcik@intel.com> | Mon Feb 14 10:01:41 2011 +1100 |
committer | NeilBrown <neilb@suse.de> | Mon Feb 14 10:01:41 2011 +1100 |
tree | adf054c298371d181aa2b3885425bcb766f3deb6 | |
parent | 02214dc5461c36da26a34014cab4e1bb484edba2 [diff] |
md: Fix raid1->raid0 takeover Takeover raid1->raid0 not succeded. Kernel message is shown: "md/raid0:md126: too few disks (1 of 2) - aborting!" Problem was that we weren't updating ->raid_disks for that takeover, unlike all the others. Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>