From: Yang Sheng Date: Tue, 28 Jun 2016 07:36:36 +0000 (+0800) Subject: LU-6429 tests: fix typo in previous patch X-Git-Tag: 2.8.56~78 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=698bd217288e648f018ac17d61d3f20f761923a7;p=fs%2Flustre-release.git LU-6429 tests: fix typo in previous patch Fix typo reformat_mdt to format_mdt. Signed-off-by: Yang Sheng Change-Id: I0a78c44e16da496b071b649c10d072364f73d90d Reviewed-on: http://review.whamcloud.com/21026 Tested-by: Jenkins Reviewed-by: Bob Glossman Reviewed-by: Alex Zhuravlev Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/lustre/tests/conf-sanity.sh b/lustre/tests/conf-sanity.sh index c5d4ee3..dcfd372 100755 --- a/lustre/tests/conf-sanity.sh +++ b/lustre/tests/conf-sanity.sh @@ -4069,7 +4069,7 @@ test_56() { MDSJOURNALSIZE=16 for num in $(seq 1 $MDSCOUNT); do - reformat_mdt $num + format_mdt $num done add ost1 $(mkfs_opts ost1 $(ostdevname 1)) --index=10000 --reformat \ $(ostdevname 1) $(ostvdevname 1) diff --git a/lustre/tests/lfsck-performance.sh b/lustre/tests/lfsck-performance.sh index 0a326a0..7b3d8cd 100644 --- a/lustre/tests/lfsck-performance.sh +++ b/lustre/tests/lfsck-performance.sh @@ -179,7 +179,7 @@ test_1() { stopall do_rpc_nodes $(facet_active_host $SINGLEMDS) load_modules_local - reformat_mdt $(facet_number $SINGLEMDS) + format_mdt $(facet_number $SINGLEMDS) for ((i = $MINCOUNT_REPAIR; i <= $MAXCOUNT_REPAIR; i = $((i * FACTOR)))); do