btrfs: zoned: introduce a minimal zone size 4M and reject mount
authorJohannes Thumshirn <johannes.thumshirn@wdc.com>
Fri, 13 May 2022 15:52:52 +0000 (08:52 -0700)
committerDavid Sterba <dsterba@suse.com>
Tue, 17 May 2022 18:15:25 +0000 (20:15 +0200)
commit0a05fafe9def0d9f0fbef3dfc8094925af9e3185
treed469287ad5246c01ac9311a5e458d58a5d4485af
parentd8101a0c8a318d1c25f333f44523571806b3fb05
btrfs: zoned: introduce a minimal zone size 4M and reject mount

Zoned devices are expected to have zone sizes in the range of 1-2GB for
ZNS SSDs and SMR HDDs have zone sizes of 256MB, so there is no need to
allow arbitrarily small zone sizes on btrfs.

But for testing purposes with emulated devices it is sometimes desirable
to create devices with as small as 4MB zone size to uncover errors.

So use 4MB as the smallest possible zone size and reject mounts of devices
with a smaller zone size.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/zoned.c