For non re-striping transitions array must be unfrozen before end of processing. Signed-off-by: Krzysztof Wojcik <krzysztof.wojcik@xxxxxxxxx> --- Grow.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Grow.c b/Grow.c index 47a8fb8..c0f9419 100644 --- a/Grow.c +++ b/Grow.c @@ -1751,7 +1751,7 @@ static int reshape_array(char *container, int cfd, int fd, char *devname, printf("chunk size for %s set to %d\n", devname, info->array.chunk_size); } - + unfreeze(st); return rv; } -- 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