Whamcloud - gitweb
LU-739 utils: remove references to lustre 1.4 upgrade flag
[fs/lustre-release.git] / lustre / utils / mount_lustre.c
index b2c742b..5d34176 100644 (file)
@@ -490,12 +490,6 @@ static int parse_ldd(char *source, struct mount_opts *mop,
                return EINVAL;
        }
 
-       if (ldd->ldd_flags & LDD_F_UPGRADE14) {
-               fprintf(stderr, "%s: we cannot upgrade %s from this (very old) "
-                       "Lustre version\n", progname, source);
-               return EINVAL;
-       }
-
        if (ldd->ldd_flags & LDD_F_UPDATE)
                clear_update_ondisk(source, ldd);