btrfs-progs: enforce block count on all devices in mkfs
authorJosef Bacik <josef@redhat.com>
Wed, 28 Mar 2012 18:20:52 +0000 (14:20 -0400)
committerChris Mason <chris.mason@fusionio.com>
Tue, 3 Jul 2012 20:27:46 +0000 (16:27 -0400)
commit04609add88ef8428d725de6ef60f46a3ff0dbc8e
tree9ae42b5151a14e775a6f7036d384abb18a556d03
parentcfdd42686c7534cd54270aa382f8a28c61bf2c70
btrfs-progs: enforce block count on all devices in mkfs

I had a test that creates a 7gig raid1 device but it was ending up wonky
because the second device that gets added is the full size of the disk
instead of the limited size.  So enforce the limited size on all disks
passed in at mkfs time, otherwise our threshold calculations end up wonky
when doing chunk allocations.  Thanks,

Signed-off-by: Josef Bacik <josef@redhat.com>
mkfs.c
utils.c