From d3c64e0ffa2a3e868158bdd3fdbb7a1b921c0685 Mon Sep 17 00:00:00 2001
From: wangdi <wangdi>
Date: Sun, 18 Sep 2005 04:15:57 +0000
Subject: [PATCH] Branch: HEAD uuid of client mdc and osc will be modified in
 mds ost add

---
 lustre/llite/llite_lib.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c
index f006c38029..43655f8ccd 100644
--- 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)
-- 
GitLab