]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Grow.c
FIX: restart reshape when reshape process is stopped just between 2 reshapes
authorAdam Kwolek <adam.kwolek@intel.com>
Thu, 9 Feb 2012 01:37:40 +0000 (12:37 +1100)
committerNeilBrown <neilb@suse.de>
Thu, 9 Feb 2012 01:37:40 +0000 (12:37 +1100)
commite1dd332a09c66ef0df68229cc633b8f2521e5db4
tree9ad5fd5335c8a426a273e5ec1309ffe775171550
parent51d83f5d119f9b727cc715b22b1625332bd0130b
FIX: restart reshape when reshape process is stopped just between 2 reshapes

When reshape is restarted from '0', very begin of array
it is possible that for external metadata reshape and array
configuration doesn't happen.
Check if md has the same opinion, and reshape is restarted
from 0. If so, this is regular reshape start after reshape
switch in metadata to next array only.

Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
Signed-off-by: NeilBrown <neilb@suse.de>
Grow.c