From cf6334dedece61e31ebe1e6784ae8cf17f5398a5 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Thu, 5 Jul 2012 23:40:20 +0400 Subject: [PATCH] LU-1581 mount: do not pass osd= option until it's supported by the kernel part Signed-off-by: Alex Zhuravlev Change-Id: Ia3868e1c2dffb6a0ae8bbe4f8b38018ffcdcc6f4 Reviewed-on: http://review.whamcloud.com/3285 Reviewed-by: wangdi Reviewed-by: Andreas Dilger Tested-by: Hudson --- lustre/utils/mount_lustre.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lustre/utils/mount_lustre.c b/lustre/utils/mount_lustre.c index e6b38ef..ebb88d4 100644 --- a/lustre/utils/mount_lustre.c +++ b/lustre/utils/mount_lustre.c @@ -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; } -- 1.8.3.1