From 94ccf1c9af8640c8fee01b588e399472344372ab Mon Sep 17 00:00:00 2001 From: grev Date: Mon, 29 Sep 2008 12:07:18 +0000 Subject: [PATCH] re-store 17131 fix, which was mistakelly re-verted by Yury --- lustre/tests/cfg/local.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lustre/tests/cfg/local.sh b/lustre/tests/cfg/local.sh index aa8bc2a..738cf9b 100644 --- a/lustre/tests/cfg/local.sh +++ b/lustre/tests/cfg/local.sh @@ -60,8 +60,8 @@ MKFSOPT="" MDSOPT=$MDSOPT" --param lov.stripecount=$STRIPES_PER_OBJ" [ "x$L_GETIDENTITY" != "x" ] && MDSOPT=$MDSOPT" --param mdt.identity_upcall=$L_GETIDENTITY" -MDS_MKFS_OPTS="--mgs --mdt --fsname=$FSNAME --device-size=$MDSSIZE --param sys.timeout=$TIMEOUT $MKFSOPT $MDSOPT" -MDSn_MKFS_OPTS="--mgsnode=$MGSNID --mdt --fsname=$FSNAME --device-size=$MDSSIZE --param sys.timeout=$TIMEOUT $MKFSOPT $MDSOPT" +MDS_MKFS_OPTS="--mgs --mdt --fsname=$FSNAME --device-size=$MDSSIZE --param sys.timeout=$TIMEOUT $MKFSOPT $MDSOPT $MDS_MKFS_OPTS" +MDSn_MKFS_OPTS="--mgsnode=$MGSNID --mdt --fsname=$FSNAME --device-size=$MDSSIZE --param sys.timeout=$TIMEOUT $MKFSOPT $MDSOPT $MDS_MKFS_OPTS" MKFSOPT="" [ "x$OSTJOURNALSIZE" != "x" ] && -- 1.8.3.1