]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - super0.c
Assemble: fix --force assembly of v1.x arrays which are recovering.
[thirdparty/mdadm.git] / super0.c
index 0485a3a103df69ecc90f5479de0c37fdf1441ee6..5c6b7d71984e831ba0b9640e04b0f6093aa85022 100644 (file)
--- a/super0.c
+++ b/super0.c
@@ -372,6 +372,7 @@ static void getinfo_super0(struct supertype *st, struct mdinfo *info)
 
        uuid_from_super0(st, info->uuid);
 
+       info->recovery_start = MaxSector;
        if (sb->minor_version > 90 && (sb->reshape_position+1) != 0) {
                info->reshape_active = 1;
                info->reshape_progress = sb->reshape_position;