Manager has to be informed about level change to refresh internal structures. Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@xxxxxxxxx> --- Grow.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/Grow.c b/Grow.c index 0ce7c17..78d5b0e 100644 --- a/Grow.c +++ b/Grow.c @@ -1654,6 +1654,7 @@ static int reshape_array(char *container, int cfd, int fd, char *devname, !mdmon_running(st->container_dev)) { start_mdmon(st->container_dev); } + ping_manager(container); ping_monitor(container); if (reshape.backup_blocks == 0) { -- 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