]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Grow.c
Grow: make warning about old metadata more explicit.
[thirdparty/mdadm.git] / Grow.c
diff --git a/Grow.c b/Grow.c
index 8e3b5c0f80bf8f5e9790ae522258950e13bd204d..7a46e78094ad62ec2803104af5dfa401771d58a7 100644 (file)
--- a/Grow.c
+++ b/Grow.c
@@ -3755,9 +3755,8 @@ int Grow_restart(struct supertype *st, struct mdinfo *info, int *fdlist, int cnt
                                        (unsigned long)__le64_to_cpu(bsb.mtime),
                                        (unsigned long)info->array.utime);
                        } else {
-                               if (verbose)
-                                       fprintf(stderr, Name ": too-old timestamp on "
-                                               "backup-metadata on %s\n", devname);
+                               fprintf(stderr, Name ": too-old timestamp on backup-metadata on %s\n", devname);
+                               fprintf(stderr, Name ": If you think it is should be safe, try 'export MDADM_GROW_ALLOW_OLD=1'\n");
                                continue; /* time stamp is too bad */
                        }
                }