From: Alex Zhuravlev Date: Thu, 5 Jul 2012 19:40:20 +0000 (+0400) Subject: LU-1581 mount: do not pass osd= option X-Git-Tag: 2.2.60~3 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=cf6334dedece61e31ebe1e6784ae8cf17f5398a5;hp=fe651f6b21a442436b1b3f3a2b14fa2eb119aa04 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 --- 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; }