commit | ca1e98e04a8d6cefbe8ad138df806434de6de7f3 | [log] [tgz] |
---|---|---|
author | Guoqing Jiang <gqjiang@suse.com> | Thu Oct 18 16:37:45 2018 +0800 |
committer | Shaohua Li <shli@fb.com> | Thu Oct 18 09:39:10 2018 -0700 |
tree | a08f7a5f0256f406b6bbfc218ee4daa0b9a6dd58 | |
parent | aefb2e5fc2be590e6bef8985f3d175c3d38b0b77 [diff] |
md-cluster/raid10: don't call remove_and_add_spares during reshaping stage remove_and_add_spares is not needed if reshape is happening in another node, because raid10_add_disk called inside raid10_start_reshape would handle the role changes of disk. Plus, remove_and_add_spares can't deal with the role change due to reshape. Reviewed-by: NeilBrown <neilb@suse.com> Signed-off-by: Guoqing Jiang <gqjiang@suse.com> Signed-off-by: Shaohua Li <shli@fb.com>