Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
972186c
)
use new simple MDS
author
tappro
<tappro>
Fri, 7 Apr 2006 14:38:59 +0000
(14:38 +0000)
committer
tappro
<tappro>
Fri, 7 Apr 2006 14:38:59 +0000
(14:38 +0000)
lustre/obdclass/obd_mount.c
patch
|
blob
|
history
diff --git
a/lustre/obdclass/obd_mount.c
b/lustre/obdclass/obd_mount.c
index
7441873
..
0caf747
100644
(file)
--- 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_MD
T
_NAME,
+ rc = lustre_start_simple("MDS", LUSTRE_MD
S
_NAME,
"MDS_uuid", 0, 0);
if (rc) {
CERROR("failed to start MDS: %d\n", rc);