Comment 40 for bug 1867916

Revision history for this message
Mauricio Faria de Oliveira (mfo) wrote :

Hi Sebastian, Ryan,

Thanks for checking and clarifying; it's very helpful.

Sebastian,
Yes, I think that makes sense for the physical block size (but not an expert :)

The problem with bcache is it takes it for logical block size as well,
which turns into that error -- as it cannot be greater than page size.

The next patch should check for that, and adjust accordingly to either
page size or underlying device's logical block size, as needed.

cheers,
Mauricio