mbox series

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

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

Message

Josef Bacik July 6, 2023, 1:06 p.m. UTC
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 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)