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:
4cefbf5
)
Branch: HEAD
author
wangdi
<wangdi>
Sun, 18 Sep 2005 04:15:57 +0000
(
04:15
+0000)
committer
wangdi
<wangdi>
Sun, 18 Sep 2005 04:15:57 +0000
(
04:15
+0000)
uuid of client mdc and osc will be modified in mds ost add
lustre/llite/llite_lib.c
patch
|
blob
|
history
diff --git
a/lustre/llite/llite_lib.c
b/lustre/llite/llite_lib.c
index
f006c38
..
43655f8
100644
(file)
--- a/
lustre/llite/llite_lib.c
+++ b/
lustre/llite/llite_lib.c
@@
-1065,7
+1065,7
@@
int ll_process_config_update(struct ll_sb_info *sbi, int clean)
cfg.cfg_instance = sbi->ll_instance;
cfg.cfg_uuid = sbi->ll_sb_uuid;
cfg.cfg_local_nid = lmd->lmd_local_nid;
-
+ cfg.cfg_flags |= CFG_MODIFY_UUID_FL;
namelen = strlen(profile) + 20; /* -clean-######### */
OBD_ALLOC(name, namelen);
if (name == NULL)