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:
0dbade0
)
- make seq clients name coherent with server's.
author
yury
<yury>
Fri, 1 Sep 2006 06:05:32 +0000
(06:05 +0000)
committer
yury
<yury>
Fri, 1 Sep 2006 06:05:32 +0000
(06:05 +0000)
lustre/mdc/mdc_request.c
patch
|
blob
|
history
diff --git
a/lustre/mdc/mdc_request.c
b/lustre/mdc/mdc_request.c
index
e09d078
..
7eeb499
100644
(file)
--- a/
lustre/mdc/mdc_request.c
+++ b/
lustre/mdc/mdc_request.c
@@
-1130,8
+1130,9
@@
static int mdc_fid_init(struct obd_export *exp)
if (uuid == NULL)
GOTO(out_free_seq, rc = -ENOMEM);
- snprintf(uuid, MAX_OBD_NAME + 5, "mgr-%s",
- exp->exp_obd->obd_name);
+ snprintf(uuid, MAX_OBD_NAME + 5, "srv-%s",
+ exp->exp_obd->obd_name);
+
/* init client side sequence-manager */
rc = seq_client_init(cli->cl_seq, uuid,
exp, LUSTRE_SEQ_METADATA);