When added disk is disk added by expansion and this is last disk added to array, assemble_container_content() will not even try to run such array. Signed-off-by: Adam Kwolek <adam.kwolek@xxxxxxxxx> --- Assemble.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assemble.c b/Assemble.c index ad4eb9c..13adfc3 100644 --- a/Assemble.c +++ b/Assemble.c @@ -1557,7 +1557,7 @@ int assemble_container_content(struct supertype *st, int mdfd, working++; } else if (errno == EEXIST) preexist++; - if (working == 0) + if (working + expansion == 0) return 1;/* Nothing new, don't try to start */ map_update(&map, fd2devnum(mdfd), -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html