From 503657b59a3a5587eb33f5517a2ecc179e6d135c Mon Sep 17 00:00:00 2001 From: bwzhou Date: Tue, 10 Jun 2008 04:26:21 +0000 Subject: [PATCH] Branch b1_6 b=15436 r=nathan, bobijam remove failover mgs setting from mkfs_lustre --- lustre/utils/mkfs_lustre.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/lustre/utils/mkfs_lustre.c b/lustre/utils/mkfs_lustre.c index d872ecf..24163f4 100644 --- a/lustre/utils/mkfs_lustre.c +++ b/lustre/utils/mkfs_lustre.c @@ -1204,12 +1204,6 @@ int parse_opts(int argc, char *const argv[], struct mkfs_opts *mop, return 1; rc = add_param(mop->mo_ldd.ldd_params, PARAM_FAILNODE, nids, 0); - /* Combo needs to add MDT failnodes as MGS failnodes - as well */ - if (!rc && IS_MGS(&mop->mo_ldd)) { - rc = add_param(mop->mo_ldd.ldd_params, - PARAM_MGSNODE, nids, 0); - } free(nids); if (rc) return rc; -- 1.8.3.1