diff --git a/lustre/llite/llite_lib.c b/lustre/llite/llite_lib.c index f006c3802911be05534c596c5fb86ca7e3de22fc..43655f8ccd13ffbed1f51392889114b0ec82a550 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)