| To: | <xfs@xxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH for xfstests] xfstests: fix to make tests/btrfs/013 really work |
| From: | ZhangZhen <zhenzhang.zhang@xxxxxxxxxx> |
| Date: | Mon, 24 Feb 2014 18:51:04 +0800 |
| Cc: | <linux-btrfs@xxxxxxxxxxxxxxx> |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <530AF3E3.9060202@xxxxxxxxxx> |
| References: | <530AF3E3.9060202@xxxxxxxxxx> |
| User-agent: | Mozilla/5.0 (Windows NT 6.1; rv:16.0) Gecko/20121010 Thunderbird/16.0.1 |
The test 013 couldn't work because here lacked "start".
This patch fix it.
Signed-off-by: Zhang Zhen <zhenzhang.zhang@xxxxxxxxxx>
---
tests/btrfs/013 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/btrfs/013 b/tests/btrfs/013
index 7620fcc..fb81663 100644
--- a/tests/btrfs/013
+++ b/tests/btrfs/013
@@ -72,7 +72,7 @@ _check_csum_error()
}
$XFS_IO_PROG -f -c "falloc 0 1M" -c "pwrite 16k 8k" -c "fsync" \
$SCRATCH_MNT/foo > $seqres.full 2>&1
-$BTRFS_UTIL_PROG filesystem balance $SCRATCH_MNT >> $seqres.full 2>&1 || \
+$BTRFS_UTIL_PROG filesystem balance start $SCRATCH_MNT >> $seqres.full 2>&1 ||
\
_fail "balance failed"
_scratch_unmount
_scratch_mount
--
1.8.1.4
.
_______________________________________________
kernel.openeuler mailing list
kernel.openeuler@xxxxxxxxxx
http://rnd-openeuler.huawei.com/mailman/listinfo/kernel.openeuler
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 04/10] repair: limit auto-striding concurrency apprpriately, Dave Chinner |
|---|---|
| Next by Date: | Re: [PATCH for xfstests] xfstests: fix to make tests/btrfs/013 really work, Wang Shilong |
| Previous by Thread: | [PATCH 00/10, v2] repair: scalability and prefetch fixes, Dave Chinner |
| Next by Thread: | Re: [PATCH for xfstests] xfstests: fix to make tests/btrfs/013 really work, Wang Shilong |
| Indexes: | [Date] [Thread] [Top] [All Lists] |