On 4/20/23 16:37, Damien Le Moal wrote:
Why would you need to handle the max active zone number restriction in the
scheduler ? That is the user responsibility. btrfs does it (that is still buggy
though, working on it).
Hi Damien,
If the user (filesystem) restricts the number of active zones, the code
for restricting the number of active zones will have to be duplicated
into every filesystem that supports zoned devices. Wouldn't it be better
if the I/O scheduler tracks the number of active zones?
Thanks,
Bart.