On 08/21/2013 03:19 AM, Josef Bacik wrote:
On Wed, Aug 07, 2013 at 08:11:25PM +0800, Anand Jain wrote:
This patch provides fix for the following bug,

When mkfs.btrfs fails the disks shouldn't be written.
------------
btrfs fi show /dev/sdb
Label: none  uuid: 60fb76f4-3b4d-4632-a7da-6a44dea5573d
         Total devices 1 FS bytes used 24.00KiB
         devid    1 size 2.00GiB used 20.00MiB path /dev/sdb

mkfs.btrfs -dsingle -mraid1 /dev/sdb -f
::
unable to create FS with metadata profile 16 (have 1 devices)

btrfs fi show /dev/sdb
Label: none  uuid: 2da2179d-ecb1-4a4e-a44d-e7613a08c18d
         Total devices 1 FS bytes used 24.00KiB
         devid    1 size 2.00GiB used 20.00MiB path /dev/sdb
-------------

Signed-off-by: Anand Jain <anand.j...@oracle.com>

This regresses making a filesystem that is forced to be a mixed block group.

 I guess you are talking about the regression which was addressed
 by the below patch:

    [PATCH] btrfs-progs: mkfs should check for small vol well before

 If this doesn't help, kindly provide the test case.
 I tried with the usual forced Mixed option it just works fine.
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to