Whamcloud - gitweb
LU-1581 mount: do not pass osd= option
authorAlex Zhuravlev <bzzz@whamcloud.com>
Thu, 5 Jul 2012 19:40:20 +0000 (23:40 +0400)
committerAndreas Dilger <adilger@whamcloud.com>
Fri, 6 Jul 2012 01:32:46 +0000 (21:32 -0400)
until it's supported by the kernel part

Signed-off-by: Alex Zhuravlev <bzzz@whamcloud.com>
Change-Id: Ia3868e1c2dffb6a0ae8bbe4f8b38018ffcdcc6f4
Reviewed-on: http://review.whamcloud.com/3285
Reviewed-by: wangdi <di.wang@whamcloud.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Hudson
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;
 }