Whamcloud - gitweb
LU-5867 lfsck: Enable --create_mdtobj flag
[fs/lustre-release.git] / lustre / utils / lustre_lfsck.c
index ce8263b..0932f78 100644 (file)
@@ -49,6 +49,7 @@ static struct option long_opt_start[] = {
        {"device",              required_argument, 0, 'M'},
        {"all",                 no_argument,       0, 'A'},
        {"create_ostobj",       optional_argument, 0, 'c'},
+       {"create_mdtobj",       optional_argument, 0, 'C'},
        {"error",               required_argument, 0, 'e'},
        {"help",                no_argument,       0, 'h'},
        {"dryrun",              optional_argument, 0, 'n'},