From: Zhiqi Tao Date: Thu, 16 Dec 2010 10:28:29 +0000 (+1100) Subject: b=24291 Ignore PARAM_NETWORK in mgs_write_log_param() X-Git-Tag: 2.0.59-llnl-base~11 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=1e6d526be18fa9bf7235431e18cd2a41e453c7da b=24291 Ignore PARAM_NETWORK in mgs_write_log_param() i=alexg i=adilger --- diff --git a/lustre/mgs/mgs_llog.c b/lustre/mgs/mgs_llog.c index 643b775..a8bb398 100644 --- a/lustre/mgs/mgs_llog.c +++ b/lustre/mgs/mgs_llog.c @@ -2402,6 +2402,10 @@ static int mgs_write_log_param(struct obd_device *obd, struct fs_db *fsdb, if (class_match_param(ptr, PARAM_MGSNODE, NULL) == 0) GOTO(end, rc); + /* Processed in ost/mdt */ + if (class_match_param(ptr, PARAM_NETWORK, NULL) == 0) + GOTO(end, rc); + /* Processed in mgs_write_log_ost */ if (class_match_param(ptr, PARAM_FAILMODE, NULL) == 0) { if (mti->mti_flags & LDD_F_PARAM) {