mbox series

[v2,0/2] btrfs-progs: some zoned mkfs fixups

Message ID cover.1688658745.git.josef@toxicpanda.com (mailing list archive)
Headers show
Series btrfs-progs: some zoned mkfs fixups | expand

Message

Josef Bacik July 6, 2023, 3:53 p.m. UTC
v1->v2:
- extracted the minimum calculation into a helper as per Christoph's suggestion.

Hello,

I'm trying to get the zoned block device tests running and I ran into an issue
of a long running test because scratch_mkfs_sized failed and we tried to fill up
a giant fs.  Fix up the error message and the math so this is correct.  Thanks,

Josef

Josef Bacik (2):
  btrfs-progs: print out the correct minimum size for zoned file systems
  btrfs-progs: set the proper minimum size for a zoned file system

 mkfs/main.c | 23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

Comments

Johannes Thumshirn July 7, 2023, 9:10 a.m. UTC | #1
Looks good,
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>