Re: [PATCH] Abort tests on mkfs failure

2015-08-31 Thread Chandan Rajendra
On Monday 31 Aug 2015 09:20:24 Dave Chinner wrote: > On Sun, Aug 30, 2015 at 08:14:48PM +0530, Chandan Rajendra wrote: > > When creating small Btrfs filesystem instances (i.e. filesystem size <= > > 1GiB), mkfs.btrfs can fail if "data block size" does not match "metadata > > block size". In such ca

Re: [PATCH] Abort tests on mkfs failure

2015-08-30 Thread Dave Chinner
On Sun, Aug 30, 2015 at 08:14:48PM +0530, Chandan Rajendra wrote: > When creating small Btrfs filesystem instances (i.e. filesystem size <= 1GiB), > mkfs.btrfs can fail if "data block size" does not match "metadata block > size". In such cases this commit aborts the test instead of letting it to >

[PATCH] Abort tests on mkfs failure

2015-08-30 Thread Chandan Rajendra
When creating small Btrfs filesystem instances (i.e. filesystem size <= 1GiB), mkfs.btrfs can fail if "data block size" does not match "metadata block size". In such cases this commit aborts the test instead of letting it to continue and report misleading results. Signed-off-by: Chandan Rajendra