]> git.ipfire.org Git - thirdparty/mdadm.git/commit
mdadm: Fix array size mismatch after grow
authorLukasz Florczak <lukasz.florczak@linux.intel.com>
Fri, 22 Jul 2022 06:43:47 +0000 (08:43 +0200)
committerJes Sorensen <jsorensen@fb.com>
Thu, 28 Jul 2022 20:53:47 +0000 (16:53 -0400)
commit42e02e613fb0b4a2c0c0d984b9e6e2933875bb44
treef159defa97875fee251b699c0be530d7bc2118a7
parent70f1ff4291b0388adca1f4c91918ce1175e8b360
mdadm: Fix array size mismatch after grow

imsm_fix_size_mismatch() is invoked to fix the problem, but it couldn't
proceed due to migration check. This patch allows for intended behavior.

Signed-off-by: Lukasz Florczak <lukasz.florczak@linux.intel.com>
Signed-off-by: Jes Sorensen <jsorensen@fb.com>
super-intel.c