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:
c2c6811
)
profile should has different names for each mds
author
tappro
<tappro>
Thu, 24 Aug 2006 15:38:33 +0000
(15:38 +0000)
committer
tappro
<tappro>
Thu, 24 Aug 2006 15:38:33 +0000
(15:38 +0000)
lustre/mdd/mdd_lov.c
patch
|
blob
|
history
diff --git
a/lustre/mdd/mdd_lov.c
b/lustre/mdd/mdd_lov.c
index
3a38372
..
0e9938b
100644
(file)
--- a/
lustre/mdd/mdd_lov.c
+++ b/
lustre/mdd/mdd_lov.c
@@
-82,7
+82,7
@@
int mdd_init_obd(const struct lu_context *ctxt, struct mdd_device *mdd,
lustre_cfg_bufs_reset(&bufs, MDD_OBD_NAME);
lustre_cfg_bufs_set_string(&bufs, 1, MDD_OBD_TYPE);
lustre_cfg_bufs_set_string(&bufs, 2, MDD_OBD_UUID);
- lustre_cfg_bufs_set_string(&bufs, 3,
MDD_OBD_PROFILE
);
+ lustre_cfg_bufs_set_string(&bufs, 3,
(char*)dev/*MDD_OBD_PROFILE*/
);
lustre_cfg_bufs_set_string(&bufs, 4, (char*)dev);
lcfg = lustre_cfg_new(LCFG_ATTACH, &bufs);