Re: [PATCH v13 13/13] dm: add power-of-2 target for zoned devices with non power-of-2 zone sizes
From: Pankaj Raghav <hidden>
Date: 2022-09-16 17:57:49
Also in:
dm-devel, linux-nvme, lkml
From: Pankaj Raghav <hidden>
Date: 2022-09-16 17:57:49
Also in:
dm-devel, linux-nvme, lkml
quoted
Are you certain you shouldn't at least be exposing a different logical_block_size to upper layers?To be honest, I tested my patches in QEMU with 4k Logical block size and on a device with 4k LBA size. I did a quick test with 512B LBA size in QEMU, and I didn't see any failures when I ran my normal test suite. Do you see any problem with exposing the same LBA as the underlying device?
Do you see any issues here? If not, I can send the next version with the other two changes you suggested. Thanks, Pankaj