]> git.ipfire.org Git - thirdparty/mdadm.git/commit
imsm: check migration compatibility
authorAdam Kwolek <adam.kwolek@intel.com>
Wed, 8 Jun 2011 06:46:37 +0000 (16:46 +1000)
committerNeilBrown <neilb@suse.de>
Wed, 8 Jun 2011 06:46:37 +0000 (16:46 +1000)
commite2f41b2c6a8f97df211add545ed25b9e2bbb302b
tree842f3950bcff7cf253ec654ad96dd57c67797fc5
parent687629c2b25411c7fe299e0dbee2b7d146531a1e
imsm: check migration compatibility

Under Windows IMSM can reshape arrays in 2 directions
(ascending and decsending).
Under Linux one (ascending) direction is supported at this moment.
Block loading metadata when decsending reshape is detected

Windows also uses optimalization area during reshaping array.
Linux does not support it.
The patch blocks this operation also.

Signed-off-by: Maciej Trela <maciej.trela@intel.com>
Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
super-intel.c