]> git.ipfire.org Git - thirdparty/mdadm.git/commit - super-intel.c
raid0->raid10 takeover- process metadata update
authorKrzysztof Wojcik <krzysztof.wojcik@intel.com>
Tue, 25 Jan 2011 06:44:10 +0000 (17:44 +1100)
committerNeilBrown <neilb@suse.de>
Wed, 26 Jan 2011 00:41:27 +0000 (10:41 +1000)
commit8ca6df95a25bf7190111459793f4353ba902e182
tree6b94103db80e8b7c02900953e774144ad5926ffd
parentabedf5fc46da5ac25454cad6aab86e1654726720
raid0->raid10 takeover- process metadata update

Implementation of raid0->raid10 takeover metadata update
at process_update level.
- We are using memory previously allocated in prepare_update to
  create two dummy disks will be inserted in the metadata and
  new imsm_dev structure with expanded disk order table.
- Update indexes in disk list
- Update metadata map
- Update disk order table

Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c