From: tappro Date: Fri, 7 Apr 2006 14:38:59 +0000 (+0000) Subject: use new simple MDS X-Git-Tag: v1_8_0_110~486^2~2069 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=f32ea21bbc82897d9e08f6d6f70a73ee5afdf211;p=fs%2Flustre-release.git use new simple MDS --- diff --git a/lustre/obdclass/obd_mount.c b/lustre/obdclass/obd_mount.c index 7441873..0caf747 100644 --- a/lustre/obdclass/obd_mount.c +++ b/lustre/obdclass/obd_mount.c @@ -1002,7 +1002,7 @@ static int server_start_targets(struct super_block *sb, struct vfsmount *mnt) obd = class_name2obd("MDS"); if (!obd) { //FIXME pre-rename, should eventually be LUSTRE_MDS_NAME - rc = lustre_start_simple("MDS", LUSTRE_MDT_NAME, + rc = lustre_start_simple("MDS", LUSTRE_MDS_NAME, "MDS_uuid", 0, 0); if (rc) { CERROR("failed to start MDS: %d\n", rc);