From: ZhangZhen <zhenzhang.zhang@huawei.com>
To: <xfs@oss.sgi.com>
Cc: <linux-btrfs@vger.kernel.org>
Subject: [PATCH for xfstests] xfstests: fix to make tests/btrfs/013 really work
Date: Mon, 24 Feb 2014 18:51:04 +0800 [thread overview]
Message-ID: <530B2418.20905@huawei.com> (raw)
In-Reply-To: <530AF3E3.9060202@huawei.com>
The test 013 couldn't work because here lacked "start".
This patch fix it.
Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com>
---
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@huawei.com
http://rnd-openeuler.huawei.com/mailman/listinfo/kernel.openeuler
WARNING: multiple messages have this Message-ID (diff)
From: ZhangZhen <zhenzhang.zhang@huawei.com>
To: xfs@oss.sgi.com
Cc: linux-btrfs@vger.kernel.org
Subject: [PATCH for xfstests] xfstests: fix to make tests/btrfs/013 really work
Date: Mon, 24 Feb 2014 18:51:04 +0800 [thread overview]
Message-ID: <530B2418.20905@huawei.com> (raw)
In-Reply-To: <530AF3E3.9060202@huawei.com>
The test 013 couldn't work because here lacked "start".
This patch fix it.
Signed-off-by: Zhang Zhen <zhenzhang.zhang@huawei.com>
---
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@huawei.com
http://rnd-openeuler.huawei.com/mailman/listinfo/kernel.openeuler
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
next parent reply other threads:[~2014-02-24 10:51 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <530AF3E3.9060202@huawei.com>
2014-02-24 10:51 ` ZhangZhen [this message]
2014-02-24 10:51 ` [PATCH for xfstests] xfstests: fix to make tests/btrfs/013 really work ZhangZhen
2014-02-24 11:02 ` Wang Shilong
2014-02-24 11:02 ` Wang Shilong
2014-02-25 2:08 ` ZhangZhen
2014-02-25 2:08 ` ZhangZhen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=530B2418.20905@huawei.com \
--to=zhenzhang.zhang@huawei.com \
--cc=linux-btrfs@vger.kernel.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.