From f32ea21bbc82897d9e08f6d6f70a73ee5afdf211 Mon Sep 17 00:00:00 2001 From: tappro Date: Fri, 7 Apr 2006 14:38:59 +0000 Subject: [PATCH] use new simple MDS --- lustre/obdclass/obd_mount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 1.8.3.1