Whamcloud - gitweb
LU-1581 mount: do not pass osd= option
[fs/lustre-release.git] / lustre / utils / mount_lustre.c
index e6b38ef..ebb88d4 100644 (file)
@@ -498,10 +498,6 @@ static int parse_ldd(char *source, struct mount_opts *mop, char *options)
                return ENODEV;
        }
 
-       /* backend osd type */
-       append_option(options, "osd=");
-       strcat(options, mt_type(ldd->ldd_mount_type));
-
        return 0;
 }