Re: [PATCH 02/15 v2] btrfs: new test to run btrfs balance and scrub simultaneously

2014-09-09 Thread Eryu Guan
On Mon, Sep 08, 2014 at 08:04:41PM +1000, Dave Chinner wrote: > On Thu, Aug 28, 2014 at 09:47:43PM +0800, Eryu Guan wrote: > > Run btrfs balance and scrub operations simultaneously with fsstress > > running in background. > > +run_test() > > +{ > > + local mkfs_opts=$1 > > + > > + echo "Test $m

Re: [PATCH 02/15 v2] btrfs: new test to run btrfs balance and scrub simultaneously

2014-09-08 Thread Dave Chinner
On Thu, Aug 28, 2014 at 09:47:43PM +0800, Eryu Guan wrote: > Run btrfs balance and scrub operations simultaneously with fsstress > running in background. > +run_test() > +{ > + local mkfs_opts=$1 > + > + echo "Test $mkfs_opts" >>$seqres.full > + > + # dup only works on single device > +

[PATCH 02/15 v2] btrfs: new test to run btrfs balance and scrub simultaneously

2014-08-28 Thread Eryu Guan
Run btrfs balance and scrub operations simultaneously with fsstress running in background. Signed-off-by: Eryu Guan --- common/rc | 8 tests/btrfs/060 | 128 tests/btrfs/060.out | 2 + tests/btrfs/group | 1 + 4 file